<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Compiling Quake III</title>
	<atom:link href="http://www.pittaya.com/2005/compiling-quake-iii/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pittaya.com/2005/compiling-quake-iii/</link>
	<description>Just another ordinary weblog</description>
	<lastBuildDate>Thu, 05 Jan 2012 02:55:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ser999</title>
		<link>http://www.pittaya.com/2005/compiling-quake-iii/comment-page-1/#comment-3850</link>
		<dc:creator>Ser999</dc:creator>
		<pubDate>Fri, 30 Sep 2011 00:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.pittaya.com/2005/09/04/compiling-quake-iii/#comment-3850</guid>
		<description>i get this error, any ideas
perl unix/cons
GCC version: gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2 - i686-linux-gnu
cpu : x86
OS  : Linux
libc: 2.1
configured for release build
CFLAGS: -pipe -fsigned-char -DNDEBUG -O6 -mcpu=pentiumpro -march=pentium -fomit-frame-pointer -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2 -fno-strict-aliasing -fstrength-reduce 
[perl] &amp;build_tools(&#039;q3lcc&#039;)
cc -g -c -Isrc -o /tmp/dagcheck.o /tmp/dagcheck.c
/tmp/dagcheck.c:5:33: error: expected &#039;)&#039; before &#039;int&#039;
/tmp/dagcheck.c:6:1: warning: parameter names (without types) in function declaration
/tmp/dagcheck.c:728:38: error: expected &#039;)&#039; before &#039;int&#039;
/tmp/dagcheck.c:729:38: error: expected &#039;)&#039; before &#039;int&#039;
/tmp/dagcheck.c:730:42: error: expected &#039;)&#039; before &#039;int&#039;
/tmp/dagcheck.c:731:38: error: expected &#039;)&#039; before &#039;int&#039;
/tmp/dagcheck.c:732:38: error: expected &#039;)&#039; before &#039;int&#039;
/tmp/dagcheck.c:733:38: error: expected &#039;)&#039; before &#039;int&#039;
/tmp/dagcheck.c:734:38: error: expected &#039;)&#039; before &#039;int&#039;
/tmp/dagcheck.c:736:37: error: expected &#039;)&#039; before &#039;a&#039;
/tmp/dagcheck.c:745:37: error: expected &#039;)&#039; before &#039;a&#039;
/tmp/dagcheck.c:758:41: error: expected &#039;)&#039; before &#039;a&#039;
/tmp/dagcheck.c:792:37: error: expected &#039;)&#039; before &#039;a&#039;
/tmp/dagcheck.c:801:37: error: expected &#039;)&#039; before &#039;a&#039;
/tmp/dagcheck.c:810:37: error: expected &#039;)&#039; before &#039;a&#039;
/tmp/dagcheck.c:819:37: error: expected &#039;)&#039; before &#039;a&#039;
/tmp/dagcheck.c:828:33: error: expected &#039;)&#039; before &#039;a&#039;
/tmp/dagcheck.c:1895:32: error: expected &#039;)&#039; before &#039;p&#039;
/tmp/dagcheck.c:2034:33: error: expected &#039;)&#039; before &#039;p&#039;
/tmp/dagcheck.c:2070:17: error: expected &#039;)&#039; before &#039;p&#039;
make: *** [/tmp/dagcheck.o] Error 1
cp: cannot stat `/tmp/lcc&#039;: No such file or directory
cp: cannot stat `/tmp/rcc&#039;: No such file or directory
cp: cannot stat `/tmp/cpp&#039;: No such file or directory
q3lcc -DQ3_VM -DCGAME -S -Wf-target=bytecode -Wf-g -Icgame -Igame -Iq3_ui -c release-x86-Linux-2.1/Q3/cgame/cgame/cg_main.c -o release-x86-Linux-2.1/Q3/cgame/cgame/cg_main.asm
cons: failed to execute &quot;q3lcc&quot; (No such file or directory). Is this an executable on path &quot;/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:./qvmtools&quot;?
cons: *** [release-x86-Linux-2.1/Q3/cgame/cgame/cg_main.asm] Error 2
cons: errors constructing release-x86-Linux-2.1/Q3/cgame/cgame/cg_main.asm
</description>
		<content:encoded><![CDATA[<p>i get this error, any ideas<br />
perl unix/cons<br />
GCC version: gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2 &#8211; i686-linux-gnu<br />
cpu : x86<br />
OS  : Linux<br />
libc: 2.1<br />
configured for release build<br />
CFLAGS: -pipe -fsigned-char -DNDEBUG -O6 -mcpu=pentiumpro -march=pentium -fomit-frame-pointer -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2 -fno-strict-aliasing -fstrength-reduce<br />
[perl] &amp;build_tools(&#8216;q3lcc&#8217;)<br />
cc -g -c -Isrc -o /tmp/dagcheck.o /tmp/dagcheck.c<br />
/tmp/dagcheck.c:5:33: error: expected &#8216;)&#8217; before &#8216;int&#8217;<br />
/tmp/dagcheck.c:6:1: warning: parameter names (without types) in function declaration<br />
/tmp/dagcheck.c:728:38: error: expected &#8216;)&#8217; before &#8216;int&#8217;<br />
/tmp/dagcheck.c:729:38: error: expected &#8216;)&#8217; before &#8216;int&#8217;<br />
/tmp/dagcheck.c:730:42: error: expected &#8216;)&#8217; before &#8216;int&#8217;<br />
/tmp/dagcheck.c:731:38: error: expected &#8216;)&#8217; before &#8216;int&#8217;<br />
/tmp/dagcheck.c:732:38: error: expected &#8216;)&#8217; before &#8216;int&#8217;<br />
/tmp/dagcheck.c:733:38: error: expected &#8216;)&#8217; before &#8216;int&#8217;<br />
/tmp/dagcheck.c:734:38: error: expected &#8216;)&#8217; before &#8216;int&#8217;<br />
/tmp/dagcheck.c:736:37: error: expected &#8216;)&#8217; before &#8216;a&#8217;<br />
/tmp/dagcheck.c:745:37: error: expected &#8216;)&#8217; before &#8216;a&#8217;<br />
/tmp/dagcheck.c:758:41: error: expected &#8216;)&#8217; before &#8216;a&#8217;<br />
/tmp/dagcheck.c:792:37: error: expected &#8216;)&#8217; before &#8216;a&#8217;<br />
/tmp/dagcheck.c:801:37: error: expected &#8216;)&#8217; before &#8216;a&#8217;<br />
/tmp/dagcheck.c:810:37: error: expected &#8216;)&#8217; before &#8216;a&#8217;<br />
/tmp/dagcheck.c:819:37: error: expected &#8216;)&#8217; before &#8216;a&#8217;<br />
/tmp/dagcheck.c:828:33: error: expected &#8216;)&#8217; before &#8216;a&#8217;<br />
/tmp/dagcheck.c:1895:32: error: expected &#8216;)&#8217; before &#8216;p&#8217;<br />
/tmp/dagcheck.c:2034:33: error: expected &#8216;)&#8217; before &#8216;p&#8217;<br />
/tmp/dagcheck.c:2070:17: error: expected &#8216;)&#8217; before &#8216;p&#8217;<br />
make: *** [/tmp/dagcheck.o] Error 1<br />
cp: cannot stat `/tmp/lcc&#8217;: No such file or directory<br />
cp: cannot stat `/tmp/rcc&#8217;: No such file or directory<br />
cp: cannot stat `/tmp/cpp&#8217;: No such file or directory<br />
q3lcc -DQ3_VM -DCGAME -S -Wf-target=bytecode -Wf-g -Icgame -Igame -Iq3_ui -c release-x86-Linux-2.1/Q3/cgame/cgame/cg_main.c -o release-x86-Linux-2.1/Q3/cgame/cgame/cg_main.asm<br />
cons: failed to execute &#8220;q3lcc&#8221; (No such file or directory). Is this an executable on path &#8220;/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:./qvmtools&#8221;?<br />
cons: *** [release-x86-Linux-2.1/Q3/cgame/cgame/cg_main.asm] Error 2<br />
cons: errors constructing release-x86-Linux-2.1/Q3/cgame/cgame/cg_main.asm</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/4 queries in 0.017 seconds using disk: basic
Object Caching 267/267 objects using disk: basic

Served from: www.pittaya.com @ 2012-02-13 04:13:33 -->
