[Bug 3429] Changes to main Makefile for SunOS(Solaris)
bugzilla-daemon at icculus.org
bugzilla-daemon at icculus.org
Sun Nov 25 14:21:43 EST 2007
http://bugzilla.icculus.org/show_bug.cgi?id=3429
------- Comment #3 from vincent at cojot.name 2007-11-25 14:21 EDT -------
That's not enough to fix it on SunOS, here's what I get with your patch
(removed the '@' so I could see what was happening):
raistlin at ergoth:[/tmp/trunk][521]$ gmake
gmake[1]: Entering directory `/tmp/trunk'
/bin/echo -e "#include \"SDL_version.h\"\n" \
"#if SDL_VERSION_ATLEAST(" \
"1,2,7" \
")\nMINSDL_PASSED\n#endif" | \
gcc -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -pipe
-DUSE_ICON -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
-DNO_VM_COMPILED -DUSE_LOCAL_HEADERS -DSVN_VERSION=\\\"1.35_SVN1216M\\\"
-DMINSDL_MAJOR=1 -DMINSDL_MINOR=2 -DMINSDL_PATCH=7 -E - | grep MINSDL_PASSED >
/dev/null || \
( /bin/echo "SDL version" \
"1.2.7" \
"or greater required" && exit 1 )
<stdin>:2:25: missing binary operator before token "("
SDL version 1.2.7 or greater required
gmake[1]: *** [libversioncheck] Error 1
gmake[1]: Leaving directory `/tmp/trunk'
gmake: *** [release] Error 2
--
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the quake3-bugzilla
mailing list