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
