You mind sharing the files as im a complete noob with linux -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jed Sent: Tuesday, December 04, 2007 8:52 PM To: [email protected] Subject: Re: [hlcoders] Linux Compile
Which version of xerces are you using? I tried with 2.7.0 and had all sorts of problems so I went back and hand-rolled 2.6.0 from the source. You can find details of how I did it here: http://developer.valvesoftware.com/wiki/User:Wunderboy/sandbox - Jed On 04/12/2007, Mark Chandler <[EMAIL PROTECTED]> wrote: > > Hey guys im having troubles compiling my mod under linux. It gets up to the > stage of trying to compile and then spits this error out: > > [code] > bash-3.1# make > if [ -z "gcc" ]; then echo "Compiler not defined."; exit; fi > if [ ! -d . ];then mkdir .;fi > cd . > if [ ! -f "tier0_i486.so" ]; then ln -s > /root/gesource/main/bin/tier0_i486.so .; fi > if [ ! -f "vstdlib_i486.so" ]; then ln -s > /root/gesource/main/bin/vstdlib_i486.so .; fi > ./vcpm ../dlls/server.vcproj > ./vcpm: error while loading shared libraries: libxerces-c.so.28: cannot open > shared object file: No such file or directory > make: *** [mod] Error 127 > bash-3.1# > [/code] > > I have set the LD_LIBRARY_PATH to point to xerces dir. I cant find any one > else with this error. Any help would be appreciated. > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, please visit: > http://list.valvesoftware.com/mailman/listinfo/hlcoders > > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

