[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xerces-c-users
Subject:    Re: build problem on mac
From:       "John Yamokoski" <yamokosk () gmail ! com>
Date:       2008-01-09 14:53:15
Message-ID: b6ad4ed70801090653k53252ab6g3751cd63944b3fee () mail ! gmail ! com
[Download RAW message or body]

Boris,

Right before I checked my email I decided to do something similar.
However, as I have now found out, su is not allowed on OSX by default.
So to get around that problem I just did:

sudo bash
export XERCESCROOT ....
make install

Little bit of a pain but now everything is installed correctly! Thanks
for your help.

On Jan 9, 2008 2:19 AM, Boris Kolpackov <boris@codesynthesis.com> wrote:
> Hi John,
>
> John Yamokoski <yamokosk@gmail.com> writes:
>
>
> > I run "sudo make install" I get the error mentioned previously.
> > But if I exclude sudo and run "make install" under my permissions,
> > obviously I will get permission errors but it looks as though its
> > correctly using the XERCESCROOT variable:
>
> Which probably means that sudo unsets the XERCESCROOT variable. The
> following should work:
>
> $ su
> $ export XERCESCROOT=...
>
> $ make install
>
> Boris
>
> --
> Boris Kolpackov
> Code Synthesis Tools CC
> http://www.codesynthesis.com
> Open-Source, Cross-Platform C++ XML Data Binding
>
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic