Re: [hlcoders] linux binary compiling issues, missing reference

2010-09-01 Thread Nick
i am still getting this error.. i have copied all libraries included in sdk to /linux_sdk and left them also in /lib/linux.. Please help.. gcc 4.2.4 On Mon, Nov 6, 2006 at 2:15 PM, Stefan Bermig wins...@winstonsmaps.com wrote: uhh... i forgot to add the new libraries to the Makefile, my bad.

Re: [hlcoders] linux binary compiling issues, missing reference

2006-11-07 Thread bombela
Quoting Stefan Bermig [EMAIL PROTECTED]: got a nice hint -msse fixed that error :) so now i have to fix another minor one to get it running, thanks for you help guys. stefan Ohh yes ! /usr/lib/gcc/i586-suse-linux/4.1.0/include/xmmintrin.h:35:3: error: #error SSE instruction set not

Re: [hlcoders] linux binary compiling issues, missing reference

2006-11-06 Thread bombela
Quoting Stefan [EMAIL PROTECTED]: hi i am trying to compile a new binary for the linux build of our mod but stumble over an error while compiling which i cannot seem to get rid of. the two boxes i use are both running suse linux (10.1 and 9.3) with gcc 3.4.4 and 4, i tried both on both boxes

Re: [hlcoders] linux binary compiling issues, missing reference

2006-11-06 Thread Stefan
i thought the latest update was compatible with gcc 4, too? and i only had trouble with gcc 3.4.1. stefan ___ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

Re: [hlcoders] linux binary compiling issues, missing reference

2006-11-06 Thread Nick
I believe I have compiled sucessfully with 3.4.4 . I believe that gcc4.0 is still broken though. On 11/6/06, Stefan [EMAIL PROTECTED] wrote: i thought the latest update was compatible with gcc 4, too? and i only had trouble with gcc 3.4.1. stefan

Re: [hlcoders] linux binary compiling issues, missing reference

2006-11-06 Thread Stefan Bermig
uhh... i forgot to add the new libraries to the Makefile, my bad. now this error is gone, but i ran right into the next one. using gcc 3.4 and gcc 4.1 /stefan/srcds/src/dlls/ai_activity.o -c /home/stefan/srcds/src/dlls/ai_activity.cpp In file included from

Re: [hlcoders] linux binary compiling issues, missing reference

2006-11-06 Thread Stefan Bermig
got a nice hint -msse fixed that error :) so now i have to fix another minor one to get it running, thanks for you help guys. stefan ___ To unsubscribe, edit your list preferences, or view the list archives, please visit:

[hlcoders] linux binary compiling issues, missing reference

2006-11-03 Thread Stefan
hi i am trying to compile a new binary for the linux build of our mod but stumble over an error while compiling which i cannot seem to get rid of. the two boxes i use are both running suse linux (10.1 and 9.3) with gcc 3.4.4 and 4, i tried both on both boxes but couldnt get rid of the error.