Yeah, that case issue was no fun. I wrote a C# program to fix that tho. I spent about an hour verifying what paths, files needed to be included in our mod. So the only issue I ended up with was the case issue.
Also, make sure you don't have any files that don't get included in the win32 build listed in your project. Xercesc doesn't ignore those. Keeper -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jed Sent: Tuesday, September 11, 2007 8:24 AM To: [email protected] Subject: Re: [hlcoders] Problems with linux compile It's a broken path spec in the .vcproj file. Theres some notes/fixes on how I got around it on my personal page at Valve wiki: http://developer.valvesoftware.com/wiki/User:Wunderboy/sandbox - Jed On 11/09/2007, Jeroen Baert <[EMAIL PROTECTED]> wrote: > This is a multi-part message in MIME format. > -- > [ Picked text/plain from multipart/alternative ] > Hi there, > > I'm Jeroen Baert from the ND team, and I'm having a bit of trouble with > the linux compile. > > My compile setup: Ubuntu 7.04 with GCC 3.4 and Xerces from the > repositories (version numbers are OK). > > The relevant makefile settings: [snip] _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

