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 <[EMAIL PROTECTED]> wrote: > Hi John, > > John Yamokoski <[EMAIL PROTECTED]> 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 >
