Still having problems with this.. but I am closer to understanding why. Maybe someone can help me out with this. I have noticed now that when 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:
scension:xercesc yamokosk$ sudo make install | grep /obj make -C /obj install make: *** /obj: No such file or directory. Stop. ascension:xercesc yamokosk$ make install | grep /obj make -C /Users/yamokosk/src/xerces-c-src_2_8_0/obj install cp: /usr/local/lib/libxerces-c.28.0.dylib: Permission denied make[1]: [install] Error 1 (ignored) ln: libxerces-c.28.dylib: Permission denied ln: libxerces-c.dylib: Permission denied make[1]: *** [install] Error 1 make: *** [install] Error 2 How do I get around this problem? On Jan 4, 2008 11:24 AM, John Yamokoski <[EMAIL PROTECTED]> wrote: > Yea I think I set it right.. > > > ascension:xercesc yamokosk$ echo $XERCESCROOT > /Users/yamokosk/src/xerces-c-src_2_8_0/ > > > or should it point somewhere else? > > > > > On Jan 4, 2008 12:03 AM, Boris Kolpackov < [EMAIL PROTECTED]> wrote: > > Hi John, > > > > > > John Yamokoski <[EMAIL PROTECTED]> writes: > > > > > make -C /obj install > > > make: *** /obj: No such file or directory. Stop. > > > > Is the XERCESCROOT variable set correctly when you do make install? > > > > > > Boris > > > > -- > > Boris Kolpackov > > Code Synthesis Tools CC > > http://www.codesynthesis.com > > Open-Source, Cross-Platform C++ XML Data Binding > > > >
