<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/817" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2007-10-13T12:07:44+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/817</id>

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2007-10-13T12:07:44+02:00</updated>

		<published>2007-10-13T12:07:44+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=817&amp;p=2680#p2680</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=817&amp;p=2680#p2680"/>
		<title type="html"><![CDATA[compiling remote sensor daemon]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=817&amp;p=2680#p2680"><![CDATA[
Have you ever been able to compile anything with this MinGW installation? This looks like a broken make utility or a missing compiler.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Sat Oct 13, 2007 12:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-10-13T06:54:18+02:00</updated>

		<published>2007-10-13T06:54:18+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=817&amp;p=2678#p2678</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=817&amp;p=2678#p2678"/>
		<title type="html"><![CDATA[compiling remote sensor daemon]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=817&amp;p=2678#p2678"><![CDATA[
<blockquote><div><cite>christian wrote:</cite>Have you modified the Makefiles?<br /><br />This is an error message created by the make utility itself. It looks as if it tried to find a program named &quot;gcc C:\MinGW\include -O -Wall -c sensord.c&quot; instead of running &quot;gcc&quot; and passing the rest as parameter.<br /><br />This can happen if you have quoted the call to gcc and its arguments.<br /><br />I can also see that you pass &quot;C:\MinGW\include&quot; instead of &quot;-I/usr/local/mingw/include&quot; which is in our Makefile.windows. I therefore assume that you have modified the Makefiles...</div></blockquote><br /><br />As you suggested, I changed back to the default Makefile, both Makefile and Makefile.windows, but I am still getting some error. <img class="smilies" src="./../../../images/smilies/icon_sad.gif" alt=":(" title="Sad" /><br />&gt; make -f Makefile.windows<br />gcc -I/usr/local/mingw/include -O -Wall -c sensord.c<br />process_begin: CreateProcess(NULL, gcc -I/usr/local/mingw/include -O -Wall -c se<br />nsord.c, ...) failed.<br />make (e=2): The system cannot find the file specified.<br />make: *** [sensord.o] Error 2<br /><br />FYI, I am using Windows XP SP2.<br /><br />Please help.<p>Statistics: Posted by Guest — Sat Oct 13, 2007 6:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2007-10-07T21:33:15+02:00</updated>

		<published>2007-10-07T21:33:15+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=817&amp;p=2636#p2636</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=817&amp;p=2636#p2636"/>
		<title type="html"><![CDATA[compiling remote sensor daemon]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=817&amp;p=2636#p2636"><![CDATA[
Have you modified the Makefiles?<br /><br />This is an error message created by the make utility itself. It looks as if it tried to find a program named &quot;gcc C:\MinGW\include -O -Wall -c sensord.c&quot; instead of running &quot;gcc&quot; and passing the rest as parameter.<br /><br />This can happen if you have quoted the call to gcc and its arguments.<br /><br />I can also see that you pass &quot;C:\MinGW\include&quot; instead of &quot;-I/usr/local/mingw/include&quot; which is in our Makefile.windows. I therefore assume that you have modified the Makefiles...<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Sun Oct 07, 2007 9:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-10-06T05:45:49+02:00</updated>

		<published>2007-10-06T05:45:49+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=817&amp;p=2625#p2625</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=817&amp;p=2625#p2625"/>
		<title type="html"><![CDATA[compiling remote sensor daemon]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=817&amp;p=2625#p2625"><![CDATA[
Hi everyone, I am having trouble compiling sensord.c under Windows XP. I have installed MinGW to C:/MinGW but whenever i try to compile using:<br />&gt;make -f Makefile.Windows<br /><br />it returns the following error on console<br />gcc C:\MinGW\include -O -Wall -c sensord.c<br />process_begin: CreateProcess(NULL, gcc C:\MinGW\include -O -Wall -c sensord.c, .<br />..) failed.<br />make (e=2): The system cannot find the file specified.<br />make: *** [sensord.o] Error 2<br /><br />Can anyone be kind enough to provide some guidance on how to compile it under Windows XP?<br /><br />Cheers,<br />Jimmy<p>Statistics: Posted by Guest — Sat Oct 06, 2007 5:45 am</p><hr />
]]></content>
	</entry>
	</feed>
