<?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: How to compile OpenSceneGraph 2.x using MinGW/MSYS</title>
	<atom:link href="http://www.multigesture.net/articles/how-to-compile-openscenegraph-2-x-using-mingw/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.multigesture.net</link>
	<description>A Multi-touch and Multi-gesture research blog</description>
	<lastBuildDate>Tue, 13 Jul 2010 17:05:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Laurence Muller</title>
		<link>http://www.multigesture.net/articles/how-to-compile-openscenegraph-2-x-using-mingw/comment-page-1/#comment-5998</link>
		<dc:creator>Laurence Muller</dc:creator>
		<pubDate>Thu, 11 Mar 2010 22:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=691#comment-5998</guid>
		<description>Hi dashesy, 

it would be nice if OSG would provide offical binaries build with MinGW (Qt/Trolltech are providing both VS and MinGW binaries for windows users)

For the time being I will just post my own builds build with GCC 4.4.0 (from Trolltech).

About your error, it is not possible to mix C++ libraries from different compilers.</description>
		<content:encoded><![CDATA[<p>Hi dashesy, </p>
<p>it would be nice if OSG would provide offical binaries build with MinGW (Qt/Trolltech are providing both VS and MinGW binaries for windows users)</p>
<p>For the time being I will just post my own builds build with GCC 4.4.0 (from Trolltech).</p>
<p>About your error, it is not possible to mix C++ libraries from different compilers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dashesy</title>
		<link>http://www.multigesture.net/articles/how-to-compile-openscenegraph-2-x-using-mingw/comment-page-1/#comment-5910</link>
		<dc:creator>dashesy</dc:creator>
		<pubDate>Tue, 23 Feb 2010 20:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=691#comment-5910</guid>
		<description>Thanks for the info!
I was going to use dlltools to make some .a files from .lib files before I found your blog in the same link that you provided. I think similar to VS9 and VS8 there should be an official release for MingWin specially because many people like me use OSG with QT and are lazy not to build from the source themselves!

When I use the release version from here:
http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-2.8.2/binaries/Windows/VisualStudio9/
I get so many &quot;undefined reference to&quot; problems in the linking like (.../osg/OpenSceneGraph-2.8.2/include/osg/Referenced:147: undefined reference to `_imp___ZN11OpenThreads6AtomicppEv&#039; or &#039;_imp___ZN3osg10ReferencedD2Ev&#039; or so many others)

I tried both with  &quot;-L$${OSGHOME}/lib -l$${libname}&quot; and also without &quot;-l&quot; option with $${libname}.lib, with no luck. I appreciate if you shed some light into this.

However with .a files that you have provided the build works like a charm. 
I am using gcc 4.4.0 BTW</description>
		<content:encoded><![CDATA[<p>Thanks for the info!<br />
I was going to use dlltools to make some .a files from .lib files before I found your blog in the same link that you provided. I think similar to VS9 and VS8 there should be an official release for MingWin specially because many people like me use OSG with QT and are lazy not to build from the source themselves!</p>
<p>When I use the release version from here:<br />
<a href="http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-2.8.2/binaries/Windows/VisualStudio9/" rel="nofollow">http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-2.8.2/binaries/Windows/VisualStudio9/</a><br />
I get so many &#8220;undefined reference to&#8221; problems in the linking like (&#8230;/osg/OpenSceneGraph-2.8.2/include/osg/Referenced:147: undefined reference to `_imp___ZN11OpenThreads6AtomicppEv&#8217; or &#8216;_imp___ZN3osg10ReferencedD2Ev&#8217; or so many others)</p>
<p>I tried both with  &#8220;-L$${OSGHOME}/lib -l$${libname}&#8221; and also without &#8220;-l&#8221; option with $${libname}.lib, with no luck. I appreciate if you shed some light into this.</p>
<p>However with .a files that you have provided the build works like a charm.<br />
I am using gcc 4.4.0 BTW</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurence Muller</title>
		<link>http://www.multigesture.net/articles/how-to-compile-openscenegraph-2-x-using-mingw/comment-page-1/#comment-5899</link>
		<dc:creator>Laurence Muller</dc:creator>
		<pubDate>Mon, 22 Feb 2010 23:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=691#comment-5899</guid>
		<description>Just a small update:
The section &quot;Patching OpenSceneGraph&quot; is not anymore required if you&#039;re using the source code from the SVN (trunk). It has already been patched.

Discussion: http://groups.google.com/group/osg-users/browse_thread/thread/73979e5d65302e93?tvc=2

Bugfix: http://thread.gmane.org/gmane.comp.graphics.openscenegraph.cvs/6738</description>
		<content:encoded><![CDATA[<p>Just a small update:<br />
The section &#8220;Patching OpenSceneGraph&#8221; is not anymore required if you&#8217;re using the source code from the SVN (trunk). It has already been patched.</p>
<p>Discussion: <a href="http://groups.google.com/group/osg-users/browse_thread/thread/73979e5d65302e93?tvc=2" rel="nofollow">http://groups.google.com/group/osg-users/browse_thread/thread/73979e5d65302e93?tvc=2</a></p>
<p>Bugfix: <a href="http://thread.gmane.org/gmane.comp.graphics.openscenegraph.cvs/6738" rel="nofollow">http://thread.gmane.org/gmane.comp.graphics.openscenegraph.cvs/6738</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurence Muller</title>
		<link>http://www.multigesture.net/articles/how-to-compile-openscenegraph-2-x-using-mingw/comment-page-1/#comment-5898</link>
		<dc:creator>Laurence Muller</dc:creator>
		<pubDate>Mon, 22 Feb 2010 23:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=691#comment-5898</guid>
		<description>@dashesy

Unfortunately it is not possible to mix libraries from different compilers (Ok, there are some exception with C libraries, but that probably won&#039;t apply for osg).

Actually Jean-Sebastien Guay added a link here http://www.openscenegraph.org/projects/osg/wiki/Support/PlatformSpecifics/Mingw

Did you used the pre-built libraries from http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies ? The VisualStudio 9 (2008) SP1 files should work (be sure to update your compiler), if they don&#039;t what error message do they show?</description>
		<content:encoded><![CDATA[<p>@dashesy</p>
<p>Unfortunately it is not possible to mix libraries from different compilers (Ok, there are some exception with C libraries, but that probably won&#8217;t apply for osg).</p>
<p>Actually Jean-Sebastien Guay added a link here <a href="http://www.openscenegraph.org/projects/osg/wiki/Support/PlatformSpecifics/Mingw" rel="nofollow">http://www.openscenegraph.org/projects/osg/wiki/Support/PlatformSpecifics/Mingw</a></p>
<p>Did you used the pre-built libraries from <a href="http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies" rel="nofollow">http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies</a> ? The VisualStudio 9 (2008) SP1 files should work (be sure to update your compiler), if they don&#8217;t what error message do they show?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dashesy</title>
		<link>http://www.multigesture.net/articles/how-to-compile-openscenegraph-2-x-using-mingw/comment-page-1/#comment-5897</link>
		<dc:creator>dashesy</dc:creator>
		<pubDate>Mon, 22 Feb 2010 22:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=691#comment-5897</guid>
		<description>Thank you for the nice information! That is exactly what I was looking for.
I was trying to use the pre-built libraries (.lib files for visual studio) with many linking problems.
That would be nice if you add an entry to wiki:
http://www.openscenegraph.org/projects/osg/wiki/Downloads
for your MingWin binaries.
The VS9 compiled libraries can not be directly used with MingWin I guess, I appreciate if you share any experience/solution regarding this.

Thank you again!</description>
		<content:encoded><![CDATA[<p>Thank you for the nice information! That is exactly what I was looking for.<br />
I was trying to use the pre-built libraries (.lib files for visual studio) with many linking problems.<br />
That would be nice if you add an entry to wiki:<br />
<a href="http://www.openscenegraph.org/projects/osg/wiki/Downloads" rel="nofollow">http://www.openscenegraph.org/projects/osg/wiki/Downloads</a><br />
for your MingWin binaries.<br />
The VS9 compiled libraries can not be directly used with MingWin I guess, I appreciate if you share any experience/solution regarding this.</p>
<p>Thank you again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alvaro</title>
		<link>http://www.multigesture.net/articles/how-to-compile-openscenegraph-2-x-using-mingw/comment-page-1/#comment-5850</link>
		<dc:creator>Alvaro</dc:creator>
		<pubDate>Fri, 12 Feb 2010 11:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=691#comment-5850</guid>
		<description>Thanks Laurence! Really useful How To :)</description>
		<content:encoded><![CDATA[<p>Thanks Laurence! Really useful How To <img src='http://www.multigesture.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Montgomery</title>
		<link>http://www.multigesture.net/articles/how-to-compile-openscenegraph-2-x-using-mingw/comment-page-1/#comment-5682</link>
		<dc:creator>John Montgomery</dc:creator>
		<pubDate>Tue, 12 Jan 2010 09:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=691#comment-5682</guid>
		<description>Thanks for this Laurence!</description>
		<content:encoded><![CDATA[<p>Thanks for this Laurence!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
