<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Maratis forum - Svn build error on Mageia Linux]]></title>
		<link>http://forum.maratis3d.com/viewtopic.php?id=1020</link>
		<description><![CDATA[The most recent posts in Svn build error on Mageia Linux.]]></description>
		<lastBuildDate>Wed, 16 Jul 2014 06:14:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Svn build error on Mageia Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6983#p6983</link>
			<description><![CDATA[<p>I have gone back to a debian based distro as my primary development environment. You can ignore this.</p>]]></description>
			<author><![CDATA[dummy@example.com (bryce)]]></author>
			<pubDate>Wed, 16 Jul 2014 06:14:34 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6983#p6983</guid>
		</item>
		<item>
			<title><![CDATA[Re: Svn build error on Mageia Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6977#p6977</link>
			<description><![CDATA[<p>I was able to build Maratis error free after compiling libvorbis-1.3.4 and libsndfile-1.0.25 from source. But eveytime I load a sound in game it causes a segmentation fault and gives no reason for the error. Does anyone have advice on this?</p><p>$ ./MaratisEditor <br />Info&nbsp; &nbsp; &nbsp;Render version : 4.4.0 NVIDIA 331.79&nbsp; &nbsp; in main<br />Segmentation fault</p>]]></description>
			<author><![CDATA[dummy@example.com (bryce)]]></author>
			<pubDate>Tue, 15 Jul 2014 01:25:13 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6977#p6977</guid>
		</item>
		<item>
			<title><![CDATA[Re: Svn build error on Mageia Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6976#p6976</link>
			<description><![CDATA[<p>I was able to fix the opengl library error by adding a common files package for opengl. Now Im just left with the lsndfile problem.</p><p>$ python scons.py<br />scons: Reading SConscript files ...<br />sys.platform: linux2<br />Build in release mode<br />Using 3rdparty libraries in folder: /home/bryce/maratis-read-only/3rdparty<br />Manual use final dir : /home/bryce/maratis-read-only/trunk/dev/prod/linux2/release/Examples/ManualUse<br />scons: done reading SConscript files.<br />scons: Building targets ...<br />g++ -o build/linux2/release/Examples/ManualUse/ManualUse -Wl,--as-needed -Wl,--allow-multiple-definition -Wl,-rpath,. -Wl,-rpath=@loader_path/. build/linux2/release/Examples/ManualUse/main.o build/linux2/release/Examples/ManualUse/MyGame.o -Lbuild/linux2/release/MSDK/MaratisCore -LMSDK/MaratisCore -Lbuild/linux2/release/MSDK/MEngine -LMSDK/MEngine -Lbuild/linux2/release/MSDK/MCore -LMSDK/MCore -Lbuild/linux2/release/MSDK/MGui -LMSDK/MGui -Lbuild/linux2/release/Maratis/Common -LMaratis/Common -Lbuild/linux2/release/3rdparty/lua -L/home/bryce/maratis-read-only/3rdparty/lua -Lbuild/linux2/release/3rdparty/bullet -L/home/bryce/maratis-read-only/3rdparty/bullet -L/home/bryce/maratis-read-only/3rdparty/openal/linux -Lbuild/linux2/release/3rdparty/glee -L/home/bryce/maratis-read-only/3rdparty/glee -Lbuild/linux2/release/3rdparty/devil -L/home/bryce/maratis-read-only/3rdparty/devil -Lbuild/linux2/release/3rdparty/tinyxml -L/home/bryce/maratis-read-only/3rdparty/tinyxml -Lbuild/linux2/release/3rdparty/libpng -L/home/bryce/maratis-read-only/3rdparty/libpng -Lbuild/linux2/release/3rdparty/libjpeg -L/home/bryce/maratis-read-only/3rdparty/libjpeg -Lbuild/linux2/release/3rdparty/zlib -L/home/bryce/maratis-read-only/3rdparty/zlib -Lbuild/linux2/release/3rdparty/freetype -L/home/bryce/maratis-read-only/3rdparty/freetype -L/home/bryce/maratis-read-only/3rdparty/libsndfile/linux -lMaratisCommon -lMEngine -lMCore -lMGui -lGL -lXxf86vm -lX11 -ldl -llua -lbullet -lopenal -lglee -lil -ltinyxml -lpng -ljpeg -lzlib -lfreetype -lsndfile<br />/bin/ld: skipping incompatible /home/bryce/maratis-read-only/3rdparty/openal/linux/libopenal.so when searching for -lopenal<br />/bin/ld: skipping incompatible /home/bryce/maratis-read-only/3rdparty/libsndfile/linux/libsndfile.so when searching for -lsndfile<br />/bin/ld: skipping incompatible /home/bryce/maratis-read-only/3rdparty/libsndfile/linux/libsndfile.a when searching for -lsndfile<br />/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-mageia-linux-gnu/4.8.2/../../../libsndfile.so when searching for -lsndfile<br />/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-mageia-linux-gnu/4.8.2/../../../libsndfile.a when searching for -lsndfile<br />/bin/ld: skipping incompatible /lib/libsndfile.so when searching for -lsndfile<br />/bin/ld: skipping incompatible /lib/libsndfile.a when searching for -lsndfile<br />/bin/ld: skipping incompatible /usr/lib/libsndfile.so when searching for -lsndfile<br />/bin/ld: skipping incompatible /usr/lib/libsndfile.a when searching for -lsndfile<br />/bin/ld: cannot find -lsndfile<br />build/linux2/release/3rdparty/lua/liblua.a(loslib.o): In function `os_tmpname&#039;:<br />loslib.c:(.text+0x22d): warning: the use of `tmpnam&#039; is dangerous, better use `mkstemp&#039;<br />collect2: error: ld returned 1 exit status<br />scons: *** [build/linux2/release/Examples/ManualUse/ManualUse] Error 1<br />scons: building terminated because of errors.</p>]]></description>
			<author><![CDATA[dummy@example.com (bryce)]]></author>
			<pubDate>Tue, 15 Jul 2014 00:42:41 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6976#p6976</guid>
		</item>
		<item>
			<title><![CDATA[Svn build error on Mageia Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6975#p6975</link>
			<description><![CDATA[<p>I have previously built Maratis before on debian based linux distros, Windows 7, and MacOSX, but have not run into this problem before.<br />Im trying to build current svn version 230 of Maratis. Im running a 64bit version of Mageia Linux with an rpm based package managment system.<br />I have installed the 32bit libraries it is looking for but it says there all incompatable.</p><p>The precompiled binaries on the downloads page start but have no sound</p><p>Here is the scons build output with the errors:</p><p>$ python scons.py<br />scons: Reading SConscript files ...&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />sys.platform: linux2<br />Build in release mode<br />Using 3rdparty libraries in folder: /home/bryce/maratis-read-only/3rdparty<br />Manual use final dir : /home/bryce/maratis-read-only/trunk/dev/prod/linux2/release/Examples/ManualUse<br />scons: done reading SConscript files.<br />scons: Building targets ...<br />g++ -o build/linux2/release/Examples/ManualUse/ManualUse -Wl,--as-needed -Wl,--allow-multiple-definition -Wl,-rpath,. -Wl,-rpath=@loader_path/. build/linux2/release/Examples/ManualUse/main.o build/linux2/release/Examples/ManualUse/MyGame.o -Lbuild/linux2/release/MSDK/MaratisCore -LMSDK/MaratisCore -Lbuild/linux2/release/MSDK/MEngine -LMSDK/MEngine -Lbuild/linux2/release/MSDK/MCore -LMSDK/MCore -Lbuild/linux2/release/MSDK/MGui -LMSDK/MGui -Lbuild/linux2/release/Maratis/Common -LMaratis/Common -Lbuild/linux2/release/3rdparty/lua -L/home/bryce/maratis-read-only/3rdparty/lua -Lbuild/linux2/release/3rdparty/bullet -L/home/bryce/maratis-read-only/3rdparty/bullet -L/home/bryce/maratis-read-only/3rdparty/openal/linux -Lbuild/linux2/release/3rdparty/glee -L/home/bryce/maratis-read-only/3rdparty/glee -Lbuild/linux2/release/3rdparty/devil -L/home/bryce/maratis-read-only/3rdparty/devil -Lbuild/linux2/release/3rdparty/tinyxml -L/home/bryce/maratis-read-only/3rdparty/tinyxml -Lbuild/linux2/release/3rdparty/libpng -L/home/bryce/maratis-read-only/3rdparty/libpng -Lbuild/linux2/release/3rdparty/libjpeg -L/home/bryce/maratis-read-only/3rdparty/libjpeg -Lbuild/linux2/release/3rdparty/zlib -L/home/bryce/maratis-read-only/3rdparty/zlib -Lbuild/linux2/release/3rdparty/freetype -L/home/bryce/maratis-read-only/3rdparty/freetype -L/home/bryce/maratis-read-only/3rdparty/libsndfile/linux -lMaratisCommon -lMEngine -lMCore -lMGui -lGL -lXxf86vm -lX11 -ldl -llua -lbullet -lopenal -lglee -lil -ltinyxml -lpng -ljpeg -lzlib -lfreetype -lsndfile<br />/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-mageia-linux-gnu/4.8.2/../../../libGL.so when searching for -lGL<br />/bin/ld: skipping incompatible /lib/libGL.so when searching for -lGL<br />/bin/ld: skipping incompatible /usr/lib/libGL.so when searching for -lGL<br />/bin/ld: cannot find -lGL<br />/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-mageia-linux-gnu/4.8.2/../../../libXxf86vm.so when searching for -lXxf86vm<br />/bin/ld: skipping incompatible /lib/libXxf86vm.so when searching for -lXxf86vm<br />/bin/ld: skipping incompatible /usr/lib/libXxf86vm.so when searching for -lXxf86vm<br />/bin/ld: cannot find -lXxf86vm<br />/bin/ld: skipping incompatible /home/bryce/maratis-read-only/3rdparty/openal/linux/libopenal.so when searching for -lopenal<br />/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-mageia-linux-gnu/4.8.2/../../../libopenal.so when searching for -lopenal<br />/bin/ld: skipping incompatible /lib/libopenal.so when searching for -lopenal<br />/bin/ld: skipping incompatible /usr/lib/libopenal.so when searching for -lopenal<br />/bin/ld: cannot find -lopenal<br />/bin/ld: skipping incompatible /home/bryce/maratis-read-only/3rdparty/libsndfile/linux/libsndfile.so when searching for -lsndfile<br />/bin/ld: skipping incompatible /home/bryce/maratis-read-only/3rdparty/libsndfile/linux/libsndfile.a when searching for -lsndfile<br />/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-mageia-linux-gnu/4.8.2/../../../libsndfile.so when searching for -lsndfile<br />/bin/ld: skipping incompatible /lib/libsndfile.so when searching for -lsndfile<br />/bin/ld: skipping incompatible /usr/lib/libsndfile.so when searching for -lsndfile<br />/bin/ld: cannot find -lsndfile<br />build/linux2/release/3rdparty/lua/liblua.a(loslib.o): In function `os_tmpname&#039;:<br />loslib.c:(.text+0x22d): warning: the use of `tmpnam&#039; is dangerous, better use `mkstemp&#039;<br />collect2: error: ld returned 1 exit status<br />scons: *** [build/linux2/release/Examples/ManualUse/ManualUse] Error 1<br />scons: building terminated because of errors.<br />[bryce@localhost dev]$ python scons.py<br />scons: Reading SConscript files ...<br />sys.platform: linux2<br />Build in release mode<br />Using 3rdparty libraries in folder: /home/bryce/maratis-read-only/3rdparty<br />Manual use final dir : /home/bryce/maratis-read-only/trunk/dev/prod/linux2/release/Examples/ManualUse<br />scons: done reading SConscript files.<br />scons: Building targets ...<br />g++ -o build/linux2/release/Examples/ManualUse/ManualUse -Wl,--as-needed -Wl,--allow-multiple-definition -Wl,-rpath,. -Wl,-rpath=@loader_path/. build/linux2/release/Examples/ManualUse/main.o build/linux2/release/Examples/ManualUse/MyGame.o -Lbuild/linux2/release/MSDK/MaratisCore -LMSDK/MaratisCore -Lbuild/linux2/release/MSDK/MEngine -LMSDK/MEngine -Lbuild/linux2/release/MSDK/MCore -LMSDK/MCore -Lbuild/linux2/release/MSDK/MGui -LMSDK/MGui -Lbuild/linux2/release/Maratis/Common -LMaratis/Common -Lbuild/linux2/release/3rdparty/lua -L/home/bryce/maratis-read-only/3rdparty/lua -Lbuild/linux2/release/3rdparty/bullet -L/home/bryce/maratis-read-only/3rdparty/bullet -L/home/bryce/maratis-read-only/3rdparty/openal/linux -Lbuild/linux2/release/3rdparty/glee -L/home/bryce/maratis-read-only/3rdparty/glee -Lbuild/linux2/release/3rdparty/devil -L/home/bryce/maratis-read-only/3rdparty/devil -Lbuild/linux2/release/3rdparty/tinyxml -L/home/bryce/maratis-read-only/3rdparty/tinyxml -Lbuild/linux2/release/3rdparty/libpng -L/home/bryce/maratis-read-only/3rdparty/libpng -Lbuild/linux2/release/3rdparty/libjpeg -L/home/bryce/maratis-read-only/3rdparty/libjpeg -Lbuild/linux2/release/3rdparty/zlib -L/home/bryce/maratis-read-only/3rdparty/zlib -Lbuild/linux2/release/3rdparty/freetype -L/home/bryce/maratis-read-only/3rdparty/freetype -L/home/bryce/maratis-read-only/3rdparty/libsndfile/linux -lMaratisCommon -lMEngine -lMCore -lMGui -lGL -lXxf86vm -lX11 -ldl -llua -lbullet -lopenal -lglee -lil -ltinyxml -lpng -ljpeg -lzlib -lfreetype -lsndfile<br />/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-mageia-linux-gnu/4.8.2/../../../libGL.so when searching for -lGL<br />/bin/ld: skipping incompatible /lib/libGL.so when searching for -lGL<br />/bin/ld: skipping incompatible /usr/lib/libGL.so when searching for -lGL<br />/bin/ld: cannot find -lGL<br />/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-mageia-linux-gnu/4.8.2/../../../libXxf86vm.so when searching for -lXxf86vm<br />/bin/ld: skipping incompatible /lib/libXxf86vm.so when searching for -lXxf86vm<br />/bin/ld: skipping incompatible /usr/lib/libXxf86vm.so when searching for -lXxf86vm<br />/bin/ld: cannot find -lXxf86vm<br />/bin/ld: skipping incompatible /home/bryce/maratis-read-only/3rdparty/openal/linux/libopenal.so when searching for -lopenal<br />/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-mageia-linux-gnu/4.8.2/../../../libopenal.so when searching for -lopenal<br />/bin/ld: skipping incompatible /lib/libopenal.so when searching for -lopenal<br />/bin/ld: skipping incompatible /usr/lib/libopenal.so when searching for -lopenal<br />/bin/ld: cannot find -lopenal<br />/bin/ld: skipping incompatible /home/bryce/maratis-read-only/3rdparty/libsndfile/linux/libsndfile.so when searching for -lsndfile<br />/bin/ld: skipping incompatible /home/bryce/maratis-read-only/3rdparty/libsndfile/linux/libsndfile.a when searching for -lsndfile<br />/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-mageia-linux-gnu/4.8.2/../../../libsndfile.so when searching for -lsndfile<br />/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-mageia-linux-gnu/4.8.2/../../../libsndfile.a when searching for -lsndfile<br />/bin/ld: skipping incompatible /lib/libsndfile.so when searching for -lsndfile<br />/bin/ld: skipping incompatible /lib/libsndfile.a when searching for -lsndfile<br />/bin/ld: skipping incompatible /usr/lib/libsndfile.so when searching for -lsndfile<br />/bin/ld: skipping incompatible /usr/lib/libsndfile.a when searching for -lsndfile<br />/bin/ld: cannot find -lsndfile<br />build/linux2/release/3rdparty/lua/liblua.a(loslib.o): In function `os_tmpname&#039;:<br />loslib.c:(.text+0x22d): warning: the use of `tmpnam&#039; is dangerous, better use `mkstemp&#039;<br />collect2: error: ld returned 1 exit status<br />scons: *** [build/linux2/release/Examples/ManualUse/ManualUse] Error 1<br />scons: building terminated because of errors.</p>]]></description>
			<author><![CDATA[dummy@example.com (bryce)]]></author>
			<pubDate>Mon, 14 Jul 2014 23:26:50 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6975#p6975</guid>
		</item>
	</channel>
</rss>
