-- [ Picked text/plain from multipart/alternative ] Hello All, I would like to compile the HL SDK v2.3 nochanges under Linux. On my hp notebook computer running windows xp home 2.8ghz p4/1gb hp pavilion /zv5160us
Have followed http://developer.valvesoftware.com/wiki/User:Wunderboy/sandboxstep by step with only minor changes as required. using vmware player 1.4 and fedora core 6 image. This step results in a blank line? locate libstdc++.a /usr/lib/gcc/i386-redhat-linux/3.4.6/libstdc++.a /usr/lib/gcc/i386-redhat-linux/4.1.1/libstdc++.a This one works fine. locate libgcc_eh.a /usr/lib/gcc/i386-redhat-linux/3.4.6/libgcc_eh.a /usr/lib/gcc/i386-redhat-linux/4.1.1/libgcc_eh.a press on. added export CXX=g++34 before compile of xerces. also changed xerces subdirectory to xercesc and LD_LIBRARY_PATH=$XERCESROOT/lib:LD_LIBRARY_PATH as described here. http://lanclan.com/Docs/Compile_Linux.pdf install hlds. mkdir /usr/hlds cd /usr/hlds wget http://storefront.steampowered.com/download/hldsupdatetool.bin chmod +x hldsupdatetool.bin ./hldsupdatetool.bin I get the "sh: uncompress: command not found" error, so I type this and then repeat ./hldsupdatetool.bin ln -s /usr/bin/gunzip /usr/bin/uncompress ... ./steam -command update -game valve -dir . bootstrapper is updated run command again ./steam -command update -game valve -dir . ... run hlds once to create libs. no problem. ./hlds_run +map boot_camp wunderboy's guide is for HL2 mod moving from vc on windows to linux, in his step "Copy SDK Source" I download sdk from www.metamod.org hl_sdk_v23_source.exe put it on another computer running windows and install it to c:\sierra\half-life\ then ftp the files to my virtual machine /usr/local/src/sierra in fc6 I download sdk patches http://metamod.sourceforge.net/files/sdk/hlsdk-2.3-p3.tar.gz and extract the files tar -xvzf hlsdk-2.3-p3.tar.gz the directorys do not match multiplayer vs. multiplayer_source manually copy files from multiplayer_source and overwrite files on multiplayer. cd to /usr/local/src/serria/half-life/SDK and setup symbolic links ln -s /usr/hlds/tier0_i486.so ln -s /usr/hlds/vstdlib_i486.so now I have a nice pached SDK tree. yet I do not have a .vcproj How do I configure the Makefile? -- _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

