<?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: Mitsuba blog created</title>
	<atom:link href="https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/</link>
	<description></description>
	<lastBuildDate>Wed, 13 Apr 2016 15:09:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=474</generator>
	<item>
		<title>By: david</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-70</link>
		<dc:creator><![CDATA[david]]></dc:creator>
		<pubDate>Sat, 06 Nov 2010 19:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-70</guid>
		<description><![CDATA[Hello Wenzel:

I&#039;m sorry for be such a pain, but I can&#039;t compile mitsuba yet.

I have tried you told me (I modified the config.py as well as you said) but nothing. 

Also I created a softlink to libGLEW.so.1.5.7 called libGLEWmx.so 

In both times I get this error:

g++ -o src/utils/createvol src/utils/createvol.o -Lsrc/libcore -Lsrc/librender -Lsrc/libhw -ldl -lm -lpthread -lgomp -lboost_system -lboost_filesystem -lmitsuba-core -lmitsuba-render -lmitsuba-hw
src/libhw/libmitsuba-hw.so: undefined reference to `__glewClientWaitSync&#039;
src/libhw/libmitsuba-hw.so: undefined reference to `__glewGetBufferParameterui64vNV&#039;
src/libhw/libmitsuba-hw.so: undefined reference to `__glewBufferAddressRangeNV&#039;
src/libhw/libmitsuba-hw.so: undefined reference to `__glewNormalFormatNV&#039;
src/libhw/libmitsuba-hw.so: undefined reference to `glewContextIsSupported&#039;
src/libhw/libmitsuba-hw.so: undefined reference to `__glewDeleteSync&#039;
src/libhw/libmitsuba-hw.so: undefined reference to `__glewColorFormatNV&#039;
src/libhw/libmitsuba-hw.so: undefined reference to `__glewVertexFormatNV&#039;
src/libhw/libmitsuba-hw.so: undefined reference to `__glewTexCoordFormatNV&#039;
src/libhw/libmitsuba-hw.so: undefined reference to `glewContextInit&#039;
src/libhw/libmitsuba-hw.so: undefined reference to `__glewMakeBufferResidentNV&#039;
src/libhw/libmitsuba-hw.so: undefined reference to `__glewTexImage2DMultisample&#039;
src/libhw/libmitsuba-hw.so: undefined reference to `__glewFenceSync&#039;
src/libhw/libmitsuba-hw.so: undefined reference to `__glewWaitSync&#039;
collect2: ld returned 1 exit status
scons: *** [src/utils/createvol] Error 1
scons: building terminated because of errors.


Any help?]]></description>
		<content:encoded><![CDATA[<p>Hello Wenzel:</p>
<p>I&#8217;m sorry for be such a pain, but I can&#8217;t compile mitsuba yet.</p>
<p>I have tried you told me (I modified the config.py as well as you said) but nothing. </p>
<p>Also I created a softlink to libGLEW.so.1.5.7 called libGLEWmx.so </p>
<p>In both times I get this error:</p>
<p>g++ -o src/utils/createvol src/utils/createvol.o -Lsrc/libcore -Lsrc/librender -Lsrc/libhw -ldl -lm -lpthread -lgomp -lboost_system -lboost_filesystem -lmitsuba-core -lmitsuba-render -lmitsuba-hw<br />
src/libhw/libmitsuba-hw.so: undefined reference to `__glewClientWaitSync&#8217;<br />
src/libhw/libmitsuba-hw.so: undefined reference to `__glewGetBufferParameterui64vNV&#8217;<br />
src/libhw/libmitsuba-hw.so: undefined reference to `__glewBufferAddressRangeNV&#8217;<br />
src/libhw/libmitsuba-hw.so: undefined reference to `__glewNormalFormatNV&#8217;<br />
src/libhw/libmitsuba-hw.so: undefined reference to `glewContextIsSupported&#8217;<br />
src/libhw/libmitsuba-hw.so: undefined reference to `__glewDeleteSync&#8217;<br />
src/libhw/libmitsuba-hw.so: undefined reference to `__glewColorFormatNV&#8217;<br />
src/libhw/libmitsuba-hw.so: undefined reference to `__glewVertexFormatNV&#8217;<br />
src/libhw/libmitsuba-hw.so: undefined reference to `__glewTexCoordFormatNV&#8217;<br />
src/libhw/libmitsuba-hw.so: undefined reference to `glewContextInit&#8217;<br />
src/libhw/libmitsuba-hw.so: undefined reference to `__glewMakeBufferResidentNV&#8217;<br />
src/libhw/libmitsuba-hw.so: undefined reference to `__glewTexImage2DMultisample&#8217;<br />
src/libhw/libmitsuba-hw.so: undefined reference to `__glewFenceSync&#8217;<br />
src/libhw/libmitsuba-hw.so: undefined reference to `__glewWaitSync&#8217;<br />
collect2: ld returned 1 exit status<br />
scons: *** [src/utils/createvol] Error 1<br />
scons: building terminated because of errors.</p>
<p>Any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wenzel Jakob</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-56</link>
		<dc:creator><![CDATA[Wenzel Jakob]]></dc:creator>
		<pubDate>Thu, 04 Nov 2010 22:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-56</guid>
		<description><![CDATA[You could rename the GLEW library so that it installs to /usr/lib/libGLEWmx.so. An alternative is to edit the config.py file and specify a different library name (e.g. remove the &quot;mx&quot; on line 16).

Good luck,
Wenzel]]></description>
		<content:encoded><![CDATA[<p>You could rename the GLEW library so that it installs to /usr/lib/libGLEWmx.so. An alternative is to edit the config.py file and specify a different library name (e.g. remove the &#8220;mx&#8221; on line 16).</p>
<p>Good luck,<br />
Wenzel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-83</link>
		<dc:creator><![CDATA[david]]></dc:creator>
		<pubDate>Thu, 04 Nov 2010 22:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-83</guid>
		<description><![CDATA[Thank you Wenzel.
The things I have done is uninstall glew (make uninstall-make clean) and make it again like that:
make GLEW_MX=1
make install

but nothing :-(]]></description>
		<content:encoded><![CDATA[<p>Thank you Wenzel.<br />
The things I have done is uninstall glew (make uninstall-make clean) and make it again like that:<br />
make GLEW_MX=1<br />
make install</p>
<p>but nothing <img src="https://www.mitsuba-renderer.org/devblog/wp-includes/images/smilies/frownie.png" alt=":-(" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-82</link>
		<dc:creator><![CDATA[david]]></dc:creator>
		<pubDate>Thu, 04 Nov 2010 21:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-82</guid>
		<description><![CDATA[Hello:

I am trying to compile mitsuba on my computer -Slackware64 13.1- and I get the same error:
*scons: Building targets ...
g++ -o src/libhw/libmitsuba-hw.so -rdynamic -shared -fPIC src/libhw/session.os src/libhw/device.os src/libhw/gputexture.os src/libhw/gpugeometry.os src/libhw/gpuprogram.os src/libhw/renderer.os src/libhw/glrenderer.os src/libhw/glprogram.os src/libhw/glgeometry.os src/libhw/gltexture.os src/libhw/gpusync.os src/libhw/glsync.os src/libhw/vpl.os src/libhw/font.os src/libhw/viewer.os src/libhw/x11session.os src/libhw/x11device.os src/libhw/glxdevice.os src/libhw/glxrenderer.os -Lsrc/libcore -Lsrc/librender -ldl -lm -lpthread -lgomp -lboost_system -lboost_filesystem -lmitsuba-core -lmitsuba-render -lGL -lGLU -lGLEWmx -lXxf86vm -lX11
/usr/lib64/gcc/x86_64-slackware-linux/4.4.4/../../../../x86_64-slackware-linux/bin/ld: cannot find -lGLEWmx
collect2: ld returned 1 exit status
scons: *** [src/libhw/libmitsuba-hw.so] Error 1
scons: building terminated because of errors.*
 
Actually, I am installing the libraries that Scons needs reading the error messages.

First, Scons stopped because it needs xercesc, and I installed it. (no problem here)

Then, Scons stopped because the error related with lGLEWmx I put above. 
I installed Glew from http://glew.sourceforge.net/advanced.html
but I got an error. Then, I see that there are a similar problem and I have uninstalled Glew, and I have reinstalled again with the parametres into ...glewmx/PKGBUILD, but notihng :-(

P.S. I have duplicated the post because I submitted the coment instead press &quot;Preview&quot;. I&#039;m sorry]]></description>
		<content:encoded><![CDATA[<p>Hello:</p>
<p>I am trying to compile mitsuba on my computer -Slackware64 13.1- and I get the same error:<br />
*scons: Building targets &#8230;<br />
g++ -o src/libhw/libmitsuba-hw.so -rdynamic -shared -fPIC src/libhw/session.os src/libhw/device.os src/libhw/gputexture.os src/libhw/gpugeometry.os src/libhw/gpuprogram.os src/libhw/renderer.os src/libhw/glrenderer.os src/libhw/glprogram.os src/libhw/glgeometry.os src/libhw/gltexture.os src/libhw/gpusync.os src/libhw/glsync.os src/libhw/vpl.os src/libhw/font.os src/libhw/viewer.os src/libhw/x11session.os src/libhw/x11device.os src/libhw/glxdevice.os src/libhw/glxrenderer.os -Lsrc/libcore -Lsrc/librender -ldl -lm -lpthread -lgomp -lboost_system -lboost_filesystem -lmitsuba-core -lmitsuba-render -lGL -lGLU -lGLEWmx -lXxf86vm -lX11<br />
/usr/lib64/gcc/x86_64-slackware-linux/4.4.4/../../../../x86_64-slackware-linux/bin/ld: cannot find -lGLEWmx<br />
collect2: ld returned 1 exit status<br />
scons: *** [src/libhw/libmitsuba-hw.so] Error 1<br />
scons: building terminated because of errors.*</p>
<p>Actually, I am installing the libraries that Scons needs reading the error messages.</p>
<p>First, Scons stopped because it needs xercesc, and I installed it. (no problem here)</p>
<p>Then, Scons stopped because the error related with lGLEWmx I put above.<br />
I installed Glew from <a href="http://glew.sourceforge.net/advanced.html" rel="nofollow">http://glew.sourceforge.net/advanced.html</a><br />
but I got an error. Then, I see that there are a similar problem and I have uninstalled Glew, and I have reinstalled again with the parametres into &#8230;glewmx/PKGBUILD, but notihng <img src="https://www.mitsuba-renderer.org/devblog/wp-includes/images/smilies/frownie.png" alt=":-(" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>P.S. I have duplicated the post because I submitted the coment instead press &#8220;Preview&#8221;. I&#8217;m sorry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wenzel Jakob</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-81</link>
		<dc:creator><![CDATA[Wenzel Jakob]]></dc:creator>
		<pubDate>Thu, 04 Nov 2010 21:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-81</guid>
		<description><![CDATA[Hi David,

since you&#039;re on Slackware, you will need to build this library yourself. It is basically GLEW, but compiled with -D GLEW_MX. You can take a look at the GLEW documentation for information on how to build with this flag.

Best,
Wenzel]]></description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>since you&#8217;re on Slackware, you will need to build this library yourself. It is basically GLEW, but compiled with -D GLEW_MX. You can take a look at the GLEW documentation for information on how to build with this flag.</p>
<p>Best,<br />
Wenzel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-68</link>
		<dc:creator><![CDATA[david]]></dc:creator>
		<pubDate>Thu, 04 Nov 2010 21:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-68</guid>
		<description><![CDATA[Hello:

I am trying to compile mitsuba on my computer -Slackware64 13.1- and I get the same error:
scons: Building targets ...
g++ -o src/libhw/libmitsuba-hw.so -rdynamic -shared -fPIC src/libhw/session.os src/libhw/device.os src/libhw/gputexture.os src/libhw/gpugeometry.os src/libhw/gpuprogram.os src/libhw/renderer.os src/libhw/glrenderer.os src/libhw/glprogram.os src/libhw/glgeometry.os src/libhw/gltexture.os src/libhw/gpusync.os src/libhw/glsync.os src/libhw/vpl.os src/libhw/font.os src/libhw/viewer.os src/libhw/x11session.os src/libhw/x11device.os src/libhw/glxdevice.os src/libhw/glxrenderer.os -Lsrc/libcore -Lsrc/librender -ldl -lm -lpthread -lgomp -lboost_system -lboost_filesystem -lmitsuba-core -lmitsuba-render -lGL -lGLU -lGLEWmx -lXxf86vm -lX11
/usr/lib64/gcc/x86_64-slackware-linux/4.4.4/../../../../x86_64-slackware-linux/bin/ld: cannot find -lGLEWmx
collect2: ld returned 1 exit status
scons: *** [src/libhw/libmitsuba-hw.so] Error 1
scons: building terminated because of errors.]]></description>
		<content:encoded><![CDATA[<p>Hello:</p>
<p>I am trying to compile mitsuba on my computer -Slackware64 13.1- and I get the same error:<br />
scons: Building targets &#8230;<br />
g++ -o src/libhw/libmitsuba-hw.so -rdynamic -shared -fPIC src/libhw/session.os src/libhw/device.os src/libhw/gputexture.os src/libhw/gpugeometry.os src/libhw/gpuprogram.os src/libhw/renderer.os src/libhw/glrenderer.os src/libhw/glprogram.os src/libhw/glgeometry.os src/libhw/gltexture.os src/libhw/gpusync.os src/libhw/glsync.os src/libhw/vpl.os src/libhw/font.os src/libhw/viewer.os src/libhw/x11session.os src/libhw/x11device.os src/libhw/glxdevice.os src/libhw/glxrenderer.os -Lsrc/libcore -Lsrc/librender -ldl -lm -lpthread -lgomp -lboost_system -lboost_filesystem -lmitsuba-core -lmitsuba-render -lGL -lGLU -lGLEWmx -lXxf86vm -lX11<br />
/usr/lib64/gcc/x86_64-slackware-linux/4.4.4/../../../../x86_64-slackware-linux/bin/ld: cannot find -lGLEWmx<br />
collect2: ld returned 1 exit status<br />
scons: *** [src/libhw/libmitsuba-hw.so] Error 1<br />
scons: building terminated because of errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Archimage</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-38</link>
		<dc:creator><![CDATA[Archimage]]></dc:creator>
		<pubDate>Sat, 09 Oct 2010 14:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-38</guid>
		<description><![CDATA[Hello,

Do you have some news about the problems I faced ?

Thanx]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Do you have some news about the problems I faced ?</p>
<p>Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wenzel Jakob</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-77</link>
		<dc:creator><![CDATA[Wenzel Jakob]]></dc:creator>
		<pubDate>Wed, 06 Oct 2010 09:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-77</guid>
		<description><![CDATA[whoops, my blog took away the important part. Blender inserts a weird &quot;UNKNOWN&quot; tag at the top. You need to get rid of this.]]></description>
		<content:encoded><![CDATA[<p>whoops, my blog took away the important part. Blender inserts a weird &#8220;UNKNOWN&#8221; tag at the top. You need to get rid of this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wenzel Jakob</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-75</link>
		<dc:creator><![CDATA[Wenzel Jakob]]></dc:creator>
		<pubDate>Wed, 06 Oct 2010 09:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-75</guid>
		<description><![CDATA[That&#039;s kind of weird. Can you send a screenshot and your copy of mitsuba_*.log (should be in the directory where you started the program)]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s kind of weird. Can you send a screenshot and your copy of mitsuba_*.log (should be in the directory where you started the program)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wenzel Jakob</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-63</link>
		<dc:creator><![CDATA[Wenzel Jakob]]></dc:creator>
		<pubDate>Wed, 06 Oct 2010 09:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-63</guid>
		<description><![CDATA[Hi Archimage,

the COLLADA problem is due to a bug in Blender (see https://projects.blender.org/tracker/?func=detail&amp;atid=498&amp;aid=24145&amp;group_id=9), which will be gone in the next version. You can work around it temporarily by editing the DAE file and removing the text &quot;&lt;UNKNOWN&gt;&quot; at the top. 

Regarding the OBJ import problems: I&#039;ve been chasing this bug! Can you do me a huge favor and send the file which you can&#039;t import to my email address? The address is my first name @cs.cornell.edu.

Thanks,
Wenzel]]></description>
		<content:encoded><![CDATA[<p>Hi Archimage,</p>
<p>the COLLADA problem is due to a bug in Blender (see <a href="https://projects.blender.org/tracker/?func=detail&#038;atid=498&#038;aid=24145&#038;group_id=9" rel="nofollow">https://projects.blender.org/tracker/?func=detail&#038;atid=498&#038;aid=24145&#038;group_id=9</a>), which will be gone in the next version. You can work around it temporarily by editing the DAE file and removing the text &#8220;<unknown>&#8221; at the top. </p>
<p>Regarding the OBJ import problems: I&#8217;ve been chasing this bug! Can you do me a huge favor and send the file which you can&#8217;t import to my email address? The address is my first name @cs.cornell.edu.</p>
<p>Thanks,<br />
Wenzel</unknown></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Archimage</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-61</link>
		<dc:creator><![CDATA[Archimage]]></dc:creator>
		<pubDate>Wed, 06 Oct 2010 05:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-61</guid>
		<description><![CDATA[With the cbox_full I get a grey screen with a plane, do you have an idea ?]]></description>
		<content:encoded><![CDATA[<p>With the cbox_full I get a grey screen with a plane, do you have an idea ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Archimage</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-59</link>
		<dc:creator><![CDATA[Archimage]]></dc:creator>
		<pubDate>Wed, 06 Oct 2010 04:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-59</guid>
		<description><![CDATA[Hi,

1) I tried to import an obj from sketchup, I get this :
2010-10-06 07:28:59 ERROR load [src/librender/shandler.cpp:371] Duplicate ID &#039;Mesh1 Model&#039; used in scene description!

2) Then a Collada file from blender : 2010-10-06 07:30:56 INFO  impt [src/converter/collada.cpp:1173] Loading &quot;untitled.dae&quot; ..
2010-10-06 07:30:56 WARN  impt [src/converter/collada.cpp:273] Critical COLLADA error: Opening and ending tag mismatch: UNKNOWN line 6 and authoring_tool

2010-10-06 07:30:56 WARN  impt [src/converter/collada.cpp:273] Critical COLLADA error: Error parsing XML in daeLIBXMLPlugin::read

2010-10-06 07:30:56 WARN  impt [src/converter/collada.cpp:273] Critical COLLADA error: Failed to load file:/home/omar/Documents/untitled.dae

2010-10-06 07:30:56 WARN  impt [src/qtgui/sceneimporter.cpp:62] Conversion failed: 2010-10-06 07:30:56 ERROR impt [src/converter/collada.cpp:1176] Could not load &quot;/home/omar/Documents/untitled.dae&quot;!
2010-10-06 07:30:56 DEBUG impt [Thread] Thread &quot;impt&quot; has finished]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>1) I tried to import an obj from sketchup, I get this :<br />
2010-10-06 07:28:59 ERROR load [src/librender/shandler.cpp:371] Duplicate ID &#8216;Mesh1 Model&#8217; used in scene description!</p>
<p>2) Then a Collada file from blender : 2010-10-06 07:30:56 INFO  impt [src/converter/collada.cpp:1173] Loading &#8220;untitled.dae&#8221; ..<br />
2010-10-06 07:30:56 WARN  impt [src/converter/collada.cpp:273] Critical COLLADA error: Opening and ending tag mismatch: UNKNOWN line 6 and authoring_tool</p>
<p>2010-10-06 07:30:56 WARN  impt [src/converter/collada.cpp:273] Critical COLLADA error: Error parsing XML in daeLIBXMLPlugin::read</p>
<p>2010-10-06 07:30:56 WARN  impt [src/converter/collada.cpp:273] Critical COLLADA error: Failed to load file:/home/omar/Documents/untitled.dae</p>
<p>2010-10-06 07:30:56 WARN  impt [src/qtgui/sceneimporter.cpp:62] Conversion failed: 2010-10-06 07:30:56 ERROR impt [src/converter/collada.cpp:1176] Could not load &#8220;/home/omar/Documents/untitled.dae&#8221;!<br />
2010-10-06 07:30:56 DEBUG impt [Thread] Thread &#8220;impt&#8221; has finished</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Archimage</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-36</link>
		<dc:creator><![CDATA[Archimage]]></dc:creator>
		<pubDate>Tue, 05 Oct 2010 20:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-36</guid>
		<description><![CDATA[Thank you. It&#039;s working now.

I had to remove glew, reinstall glewmx and reconstruct.]]></description>
		<content:encoded><![CDATA[<p>Thank you. It&#8217;s working now.</p>
<p>I had to remove glew, reinstall glewmx and reconstruct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Archimage</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-60</link>
		<dc:creator><![CDATA[Archimage]]></dc:creator>
		<pubDate>Tue, 05 Oct 2010 20:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-60</guid>
		<description><![CDATA[this is the ldd output :

[omar@omar-desktop2 mitsuba]$ ldd mtsgui
	linux-vdso.so.1 =&gt;  (0x00007fff78710000)
	libdl.so.2 =&gt; /lib/libdl.so.2 (0x00007f3726049000)
	libpthread.so.0 =&gt; /lib/libpthread.so.0 (0x00007f3725e2c000)
	libgomp.so.1 =&gt; /usr/lib/libgomp.so.1 (0x00007f3725c1f000)
	libboost_system.so.1.43.0 =&gt; /usr/lib/libboost_system.so.1.43.0 (0x00007f3725a1c000)
	libboost_filesystem.so.1.43.0 =&gt; /usr/lib/libboost_filesystem.so.1.43.0 (0x00007f3725807000)
	libmitsuba-core.so =&gt; /home/omar/Applications/mitsuba/src/libcore/libmitsuba-core.so (0x00007f372554e000)
	libmitsuba-render.so =&gt; /home/omar/Applications/mitsuba/src/librender/libmitsuba-render.so (0x00007f3725263000)
	libmitsuba-hw.so =&gt; /home/omar/Applications/mitsuba/src/libhw/libmitsuba-hw.so (0x00007f3725025000)
	libxerces-c-3.1.so =&gt; /usr/lib/libxerces-c-3.1.so (0x00007f3724a62000)
	libGL.so.1 =&gt; /usr/lib/libGL.so.1 (0x00007f372475a000)
	libGLU.so.1 =&gt; /usr/lib/libGLU.so.1 (0x00007f37244ec000)
	libGLEW.so.1.5 =&gt; /usr/lib/libGLEW.so.1.5 (0x00007f3724288000)
	libXxf86vm.so.1 =&gt; /usr/lib/libXxf86vm.so.1 (0x00007f3724083000)
	libX11.so.6 =&gt; /usr/lib/libX11.so.6 (0x00007f3723d46000)
	libQtOpenGL.so.4 =&gt; /usr/lib/libQtOpenGL.so.4 (0x00007f3723a65000)
	libQtGui.so.4 =&gt; /usr/lib/libQtGui.so.4 (0x00007f3722ddc000)
	libQtXml.so.4 =&gt; /usr/lib/libQtXml.so.4 (0x00007f3722b99000)
	libQtNetwork.so.4 =&gt; /usr/lib/libQtNetwork.so.4 (0x00007f3722881000)
	libQtCore.so.4 =&gt; /usr/lib/libQtCore.so.4 (0x00007f37223f2000)
	libcollada14dom.so =&gt; /usr/lib/libcollada14dom.so (0x00007f3721e0e000)
	libstdc++.so.6 =&gt; /usr/lib/libstdc++.so.6 (0x00007f3721b04000)
	libm.so.6 =&gt; /lib/libm.so.6 (0x00007f3721882000)
	libgcc_s.so.1 =&gt; /usr/lib/libgcc_s.so.1 (0x00007f372166c000)
	libc.so.6 =&gt; /lib/libc.so.6 (0x00007f3721310000)
	/lib/ld-linux-x86-64.so.2 (0x00007f372624d000)
	librt.so.1 =&gt; /lib/librt.so.1 (0x00007f3721108000)
	libHalf.so.6 =&gt; /usr/lib/libHalf.so.6 (0x00007f3720ec6000)
	libIlmImf.so.6 =&gt; /usr/lib/libIlmImf.so.6 (0x00007f3720c04000)
	libIex.so.6 =&gt; /usr/lib/libIex.so.6 (0x00007f37209e6000)
	libz.so.1 =&gt; /usr/lib/libz.so.1 (0x00007f37207ce000)
	libpng14.so.14 =&gt; /usr/lib/libpng14.so.14 (0x00007f37205a5000)
	libjpeg.so.8 =&gt; /usr/lib/libjpeg.so.8 (0x00007f372036c000)
	libnsl.so.1 =&gt; /lib/libnsl.so.1 (0x00007f3720154000)
	libcurl.so.4 =&gt; /usr/lib/libcurl.so.4 (0x00007f371ff00000)
	libnvidia-tls.so.256.53 =&gt; /usr/lib/libnvidia-tls.so.256.53 (0x00007f371fcfe000)
	libnvidia-glcore.so.256.53 =&gt; /usr/lib/libnvidia-glcore.so.256.53 (0x00007f371e311000)
	libXext.so.6 =&gt; /usr/lib/libXext.so.6 (0x00007f371e0ff000)
	libXmu.so.6 =&gt; /usr/lib/libXmu.so.6 (0x00007f371dee6000)
	libXi.so.6 =&gt; /usr/lib/libXi.so.6 (0x00007f371dcd7000)
	libxcb.so.1 =&gt; /usr/lib/libxcb.so.1 (0x00007f371dabc000)
	libfreetype.so.6 =&gt; /usr/lib/libfreetype.so.6 (0x00007f371d823000)
	libXrender.so.1 =&gt; /usr/lib/libXrender.so.1 (0x00007f371d619000)
	libglib-2.0.so.0 =&gt; /usr/lib/libglib-2.0.so.0 (0x00007f371d332000)
	libgobject-2.0.so.0 =&gt; /usr/lib/libgobject-2.0.so.0 (0x00007f371d0e4000)
	libSM.so.6 =&gt; /usr/lib/libSM.so.6 (0x00007f371cedc000)
	libICE.so.6 =&gt; /usr/lib/libICE.so.6 (0x00007f371ccc1000)
	libfontconfig.so.1 =&gt; /usr/lib/libfontconfig.so.1 (0x00007f371ca8d000)
	libssl.so.1.0.0 =&gt; /usr/lib/libssl.so.1.0.0 (0x00007f371c831000)
	libcrypto.so.1.0.0 =&gt; /usr/lib/libcrypto.so.1.0.0 (0x00007f371c475000)
	libgthread-2.0.so.0 =&gt; /usr/lib/libgthread-2.0.so.0 (0x00007f371c271000)
	libxml2.so.2 =&gt; /usr/lib/libxml2.so.2 (0x00007f371bf24000)
	libpcre.so.0 =&gt; /lib/libpcre.so.0 (0x00007f371bcef000)
	libpcrecpp.so.0 =&gt; /usr/lib/libpcrecpp.so.0 (0x00007f371bae7000)
	libminizip.so =&gt; /usr/lib/libminizip.so (0x00007f371b8df000)
	libImath.so.6 =&gt; /usr/lib/libImath.so.6 (0x00007f371b6da000)
	libIlmThread.so.6 =&gt; /usr/lib/libIlmThread.so.6 (0x00007f371b4d3000)
	libXt.so.6 =&gt; /usr/lib/libXt.so.6 (0x00007f371b270000)
	libXau.so.6 =&gt; /usr/lib/libXau.so.6 (0x00007f371b06e000)
	libXdmcp.so.6 =&gt; /usr/lib/libXdmcp.so.6 (0x00007f371ae69000)
	libuuid.so.1 =&gt; /lib/libuuid.so.1 (0x00007f371ac65000)
	libexpat.so.1 =&gt; /usr/lib/libexpat.so.1 (0x00007f371aa3d000)

yes glew was installed]]></description>
		<content:encoded><![CDATA[<p>this is the ldd output :</p>
<p>[omar@omar-desktop2 mitsuba]$ ldd mtsgui<br />
	linux-vdso.so.1 =>  (0x00007fff78710000)<br />
	libdl.so.2 => /lib/libdl.so.2 (0x00007f3726049000)<br />
	libpthread.so.0 => /lib/libpthread.so.0 (0x00007f3725e2c000)<br />
	libgomp.so.1 => /usr/lib/libgomp.so.1 (0x00007f3725c1f000)<br />
	libboost_system.so.1.43.0 => /usr/lib/libboost_system.so.1.43.0 (0x00007f3725a1c000)<br />
	libboost_filesystem.so.1.43.0 => /usr/lib/libboost_filesystem.so.1.43.0 (0x00007f3725807000)<br />
	libmitsuba-core.so => /home/omar/Applications/mitsuba/src/libcore/libmitsuba-core.so (0x00007f372554e000)<br />
	libmitsuba-render.so => /home/omar/Applications/mitsuba/src/librender/libmitsuba-render.so (0x00007f3725263000)<br />
	libmitsuba-hw.so => /home/omar/Applications/mitsuba/src/libhw/libmitsuba-hw.so (0x00007f3725025000)<br />
	libxerces-c-3.1.so => /usr/lib/libxerces-c-3.1.so (0x00007f3724a62000)<br />
	libGL.so.1 => /usr/lib/libGL.so.1 (0x00007f372475a000)<br />
	libGLU.so.1 => /usr/lib/libGLU.so.1 (0x00007f37244ec000)<br />
	libGLEW.so.1.5 => /usr/lib/libGLEW.so.1.5 (0x00007f3724288000)<br />
	libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0x00007f3724083000)<br />
	libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f3723d46000)<br />
	libQtOpenGL.so.4 => /usr/lib/libQtOpenGL.so.4 (0x00007f3723a65000)<br />
	libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0x00007f3722ddc000)<br />
	libQtXml.so.4 => /usr/lib/libQtXml.so.4 (0x00007f3722b99000)<br />
	libQtNetwork.so.4 => /usr/lib/libQtNetwork.so.4 (0x00007f3722881000)<br />
	libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0x00007f37223f2000)<br />
	libcollada14dom.so => /usr/lib/libcollada14dom.so (0x00007f3721e0e000)<br />
	libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f3721b04000)<br />
	libm.so.6 => /lib/libm.so.6 (0x00007f3721882000)<br />
	libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f372166c000)<br />
	libc.so.6 => /lib/libc.so.6 (0x00007f3721310000)<br />
	/lib/ld-linux-x86-64.so.2 (0x00007f372624d000)<br />
	librt.so.1 => /lib/librt.so.1 (0x00007f3721108000)<br />
	libHalf.so.6 => /usr/lib/libHalf.so.6 (0x00007f3720ec6000)<br />
	libIlmImf.so.6 => /usr/lib/libIlmImf.so.6 (0x00007f3720c04000)<br />
	libIex.so.6 => /usr/lib/libIex.so.6 (0x00007f37209e6000)<br />
	libz.so.1 => /usr/lib/libz.so.1 (0x00007f37207ce000)<br />
	libpng14.so.14 => /usr/lib/libpng14.so.14 (0x00007f37205a5000)<br />
	libjpeg.so.8 => /usr/lib/libjpeg.so.8 (0x00007f372036c000)<br />
	libnsl.so.1 => /lib/libnsl.so.1 (0x00007f3720154000)<br />
	libcurl.so.4 => /usr/lib/libcurl.so.4 (0x00007f371ff00000)<br />
	libnvidia-tls.so.256.53 => /usr/lib/libnvidia-tls.so.256.53 (0x00007f371fcfe000)<br />
	libnvidia-glcore.so.256.53 => /usr/lib/libnvidia-glcore.so.256.53 (0x00007f371e311000)<br />
	libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f371e0ff000)<br />
	libXmu.so.6 => /usr/lib/libXmu.so.6 (0x00007f371dee6000)<br />
	libXi.so.6 => /usr/lib/libXi.so.6 (0x00007f371dcd7000)<br />
	libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f371dabc000)<br />
	libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007f371d823000)<br />
	libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00007f371d619000)<br />
	libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007f371d332000)<br />
	libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x00007f371d0e4000)<br />
	libSM.so.6 => /usr/lib/libSM.so.6 (0x00007f371cedc000)<br />
	libICE.so.6 => /usr/lib/libICE.so.6 (0x00007f371ccc1000)<br />
	libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00007f371ca8d000)<br />
	libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x00007f371c831000)<br />
	libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007f371c475000)<br />
	libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x00007f371c271000)<br />
	libxml2.so.2 => /usr/lib/libxml2.so.2 (0x00007f371bf24000)<br />
	libpcre.so.0 => /lib/libpcre.so.0 (0x00007f371bcef000)<br />
	libpcrecpp.so.0 => /usr/lib/libpcrecpp.so.0 (0x00007f371bae7000)<br />
	libminizip.so => /usr/lib/libminizip.so (0x00007f371b8df000)<br />
	libImath.so.6 => /usr/lib/libImath.so.6 (0x00007f371b6da000)<br />
	libIlmThread.so.6 => /usr/lib/libIlmThread.so.6 (0x00007f371b4d3000)<br />
	libXt.so.6 => /usr/lib/libXt.so.6 (0x00007f371b270000)<br />
	libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f371b06e000)<br />
	libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f371ae69000)<br />
	libuuid.so.1 => /lib/libuuid.so.1 (0x00007f371ac65000)<br />
	libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007f371aa3d000)</p>
<p>yes glew was installed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wenzel Jakob</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-33</link>
		<dc:creator><![CDATA[Wenzel Jakob]]></dc:creator>
		<pubDate>Tue, 05 Oct 2010 20:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-33</guid>
		<description><![CDATA[in that case, there is still something wrong with your install of the GLEW-MX package. It appears that Mitsuba uses (plain) &quot;glew&quot;, instead of &quot;glewmx&quot;. Do you perhaps have glew installed? The &quot;ldd&quot; tool may be useful to analyze which libraries are being used (run &quot;ldd mtsgui&quot;). You may need to adjust the files in /usr/lib manually if you are using conflicting packages.]]></description>
		<content:encoded><![CDATA[<p>in that case, there is still something wrong with your install of the GLEW-MX package. It appears that Mitsuba uses (plain) &#8220;glew&#8221;, instead of &#8220;glewmx&#8221;. Do you perhaps have glew installed? The &#8220;ldd&#8221; tool may be useful to analyze which libraries are being used (run &#8220;ldd mtsgui&#8221;). You may need to adjust the files in /usr/lib manually if you are using conflicting packages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Archimage</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-58</link>
		<dc:creator><![CDATA[Archimage]]></dc:creator>
		<pubDate>Tue, 05 Oct 2010 20:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-58</guid>
		<description><![CDATA[Thanks for the tip, the building is in progress now...

I&#039;ve tried Ubuntu before Arch... I agree with your view you are right. 

But I sensed that Ubuntu was &quot;obscure&quot; in terms of learning Linux. It has the same flaws I don&#039;t like in Windows, it makes everything for you and doesn&#039;t let you understand the process... Now i&#039;m trying to compile the package from source, in Ubuntu I&#039;d be installing the .deb just by clicking without any question... Maybe later I&#039;ll come back to automated distributions for productivity&#039;s sake, but now I prefer to learn some of theses technical basis.

The construction is finished, I&#039;ve set the path with . setpath.sh, the program is working but for the gui it asks me for :

./mtsgui: symbol lookup error: /home/omar/Applications/mitsuba/src/libhw/libmitsuba-hw.so: undefined symbol: glewContextInit]]></description>
		<content:encoded><![CDATA[<p>Thanks for the tip, the building is in progress now&#8230;</p>
<p>I&#8217;ve tried Ubuntu before Arch&#8230; I agree with your view you are right. </p>
<p>But I sensed that Ubuntu was &#8220;obscure&#8221; in terms of learning Linux. It has the same flaws I don&#8217;t like in Windows, it makes everything for you and doesn&#8217;t let you understand the process&#8230; Now i&#8217;m trying to compile the package from source, in Ubuntu I&#8217;d be installing the .deb just by clicking without any question&#8230; Maybe later I&#8217;ll come back to automated distributions for productivity&#8217;s sake, but now I prefer to learn some of theses technical basis.</p>
<p>The construction is finished, I&#8217;ve set the path with . setpath.sh, the program is working but for the gui it asks me for :</p>
<p>./mtsgui: symbol lookup error: /home/omar/Applications/mitsuba/src/libhw/libmitsuba-hw.so: undefined symbol: glewContextInit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wenzel Jakob</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-57</link>
		<dc:creator><![CDATA[Wenzel Jakob]]></dc:creator>
		<pubDate>Tue, 05 Oct 2010 17:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-57</guid>
		<description><![CDATA[makepkg should create tar.xz files, which you can install using pacman -U.

Just a tip in case it is useful: If you&#039;re new to Linux and having difficulties with Archlinux, I&#039;d recommend using another distribution such as Ubuntu or Fedora. From playing around a bit with Archlinux today, my impression is that it assumes quite a bit of technical Linux experience on the part of the user.]]></description>
		<content:encoded><![CDATA[<p>makepkg should create tar.xz files, which you can install using pacman -U.</p>
<p>Just a tip in case it is useful: If you&#8217;re new to Linux and having difficulties with Archlinux, I&#8217;d recommend using another distribution such as Ubuntu or Fedora. From playing around a bit with Archlinux today, my impression is that it assumes quite a bit of technical Linux experience on the part of the user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Archimage</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-55</link>
		<dc:creator><![CDATA[Archimage]]></dc:creator>
		<pubDate>Tue, 05 Oct 2010 17:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-55</guid>
		<description><![CDATA[Sorry, I&#039;m a bit newbie to the linux world, so I&#039;m learning at the same time... can you explain me the method for installation after building ?

I&#039;ve simply done the makepkg -s within the directory of each one, then I tried the make, then make install commands in te src directory. It gave me errors too, maybe i&#039;m doing something bad

Thanks in advance]]></description>
		<content:encoded><![CDATA[<p>Sorry, I&#8217;m a bit newbie to the linux world, so I&#8217;m learning at the same time&#8230; can you explain me the method for installation after building ?</p>
<p>I&#8217;ve simply done the makepkg -s within the directory of each one, then I tried the make, then make install commands in te src directory. It gave me errors too, maybe i&#8217;m doing something bad</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wenzel Jakob</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-35</link>
		<dc:creator><![CDATA[Wenzel Jakob]]></dc:creator>
		<pubDate>Tue, 05 Oct 2010 16:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-35</guid>
		<description><![CDATA[Hi Archimage,

are you sure you installed the packages after building them? (just building is not enough). 

In theory, the build file  (https://www.mitsuba-renderer.org/releases/contrib/archlinux/glewmx/PKGBUILD) should make a symlink to this library -- it works on my machine.

Best,
Wenzel]]></description>
		<content:encoded><![CDATA[<p>Hi Archimage,</p>
<p>are you sure you installed the packages after building them? (just building is not enough). </p>
<p>In theory, the build file  (<a href="https://www.mitsuba-renderer.org/releases/contrib/archlinux/glewmx/PKGBUILD" rel="nofollow">https://www.mitsuba-renderer.org/releases/contrib/archlinux/glewmx/PKGBUILD</a>) should make a symlink to this library &#8212; it works on my machine.</p>
<p>Best,<br />
Wenzel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Archimage</title>
		<link>https://www.mitsuba-renderer.org/devblog/2010/08/mitsuba-blog-created/#comment-54</link>
		<dc:creator><![CDATA[Archimage]]></dc:creator>
		<pubDate>Tue, 05 Oct 2010 15:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mitsuba-renderer.org/wordpress/?p=11#comment-54</guid>
		<description><![CDATA[Thanks for the links

I&#039;ve tried the hg pull -u, it makes it go far before breaking here : /usr/bin/ld: cannot find -lGLEWmx
collect2: ld a retournÃ© 1 code d&#039;Ã©tat d&#039;exÃ©cution
scons: *** [src/libhw/libmitsuba-hw.so] Error 1

Then I built the 2 packages : glew and collada with makepkg -s

Now it&#039;s breaking earlier with this : 

scons: Building targets ...
g++ -o src/libhw/libmitsuba-hw.so -rdynamic -shared -fPIC src/libhw/session.os src/libhw/device.os src/libhw/gputexture.os src/libhw/gpugeometry.os src/libhw/gpuprogram.os src/libhw/renderer.os src/libhw/glrenderer.os src/libhw/glprogram.os src/libhw/glgeometry.os src/libhw/gltexture.os src/libhw/gpusync.os src/libhw/glsync.os src/libhw/vpl.os src/libhw/x11session.os src/libhw/x11device.os src/libhw/glxdevice.os src/libhw/glxrenderer.os -Lsrc/libcore -Lsrc/librender -ldl -lm -lpthread -lgomp -lboost_system -lboost_filesystem -lmitsuba-core -lmitsuba-render -lGL -lGLU -lGLEWmx -lXxf86vm -lX11
/usr/bin/ld: cannot find -lGLEWmx
collect2: ld a retournÃ© 1 code d&#039;Ã©tat d&#039;exÃ©cution
scons: *** [src/libhw/libmitsuba-hw.so] Error 1
scons: building terminated because of errors.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the links</p>
<p>I&#8217;ve tried the hg pull -u, it makes it go far before breaking here : /usr/bin/ld: cannot find -lGLEWmx<br />
collect2: ld a retournÃ© 1 code d&#8217;Ã©tat d&#8217;exÃ©cution<br />
scons: *** [src/libhw/libmitsuba-hw.so] Error 1</p>
<p>Then I built the 2 packages : glew and collada with makepkg -s</p>
<p>Now it&#8217;s breaking earlier with this : </p>
<p>scons: Building targets &#8230;<br />
g++ -o src/libhw/libmitsuba-hw.so -rdynamic -shared -fPIC src/libhw/session.os src/libhw/device.os src/libhw/gputexture.os src/libhw/gpugeometry.os src/libhw/gpuprogram.os src/libhw/renderer.os src/libhw/glrenderer.os src/libhw/glprogram.os src/libhw/glgeometry.os src/libhw/gltexture.os src/libhw/gpusync.os src/libhw/glsync.os src/libhw/vpl.os src/libhw/x11session.os src/libhw/x11device.os src/libhw/glxdevice.os src/libhw/glxrenderer.os -Lsrc/libcore -Lsrc/librender -ldl -lm -lpthread -lgomp -lboost_system -lboost_filesystem -lmitsuba-core -lmitsuba-render -lGL -lGLU -lGLEWmx -lXxf86vm -lX11<br />
/usr/bin/ld: cannot find -lGLEWmx<br />
collect2: ld a retournÃ© 1 code d&#8217;Ã©tat d&#8217;exÃ©cution<br />
scons: *** [src/libhw/libmitsuba-hw.so] Error 1<br />
scons: building terminated because of errors.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
