<div dir="ltr">is it an option for you to update to 3.3.x ?<div>if I remember correctly updating solve the issue on my side.</div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">--<br>do it yourself                       <br><a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.fr</a><br></div></div>
<br><div class="gmail_quote">2016-11-29 10:19 GMT+01:00  <span dir="ltr"><<a href="mailto:pierre@314r.net" target="_blank">pierre@314r.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Salut Antoine,<span class=""><br>
<br>
Le 2016-11-29 09:50, Antoine Villeret a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
your log remember me something but it's too far in my memory for<br>
now...<br>
<br>
which assimp version are you using ? ( $ pkg-config --modversion<br>
assimp )<br>
here I'm fine with 3.3.1<br>
</blockquote>
<br>
<br></span>
rep@reep73jw:~$ pkg-config --modversion assimp<br>
3.0.1264<br>
<br>
rep@reep73jw:~$ cat /etc/debian_version<br>
8.6<br>
<br>
rep@reep73jw:~$ uname -a<br>
Linux reep73jw 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux<br>
<br>
<br>
It seems that the problem come from this commit :<br>
<a href="https://github.com/umlaeute/Gem/commit/4d4c2becf23b297d0c14ed6bc0898ecada11f835" rel="noreferrer" target="_blank">https://github.com/umlaeute/Ge<wbr>m/commit/4d4c2becf23b297d0c14e<wbr>d6bc0898ecada11f835</a><br>
<br>
because when i revert this changes, the code compile fine...<br>
<br>
<br>
<br>
p.<br>
<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
--<br>
do it yourself<br>
<a href="http://antoine.villeret.free.fr" rel="noreferrer" target="_blank">http://antoine.villeret.free.f<wbr>r</a><br>
<br>
2016-11-28 19:59 GMT+01:00 <<a href="mailto:pierre@314r.net" target="_blank">pierre@314r.net</a>>:<br>
<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Hello all,<br>
when compiling Gem I get this error (on a fresh git clone copy) :<br>
<br>
Making all in modelASSIMP3<br>
make[2]: Entering directory<br>
'/home/rep/Sources/Gem.new/Gem<wbr>/plugins/modelASSIMP3'<br>
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++<br>
-DHAVE_CONFIG_H -I. -I../../src  -I../../src   -DPD<br>
-I/usr/include/assimp  -I/usr/include/libdrm  -g -O2<br>
-freg-struct-return -O3 -falign-loops -falign-functions<br>
-falign-jumps -funroll-loops -ffast-math -mmmx -MT<br>
gem_modelASSIMP3_la-modelASSIM<wbr>P3.lo -MD -MP -MF<br>
.deps/gem_modelASSIMP3_la-mode<wbr>lASSIMP3.Tpo -c -o<br>
gem_modelASSIMP3_la-modelASSIM<wbr>P3.lo `test -f 'modelASSIMP3.cpp' ||<br>
echo './'`modelASSIMP3.cpp<br>
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src<br>
-DPD -I/usr/include/assimp -I/usr/include/libdrm -g -O2<br>
-freg-struct-return -O3 -falign-loops -falign-functions<br>
-falign-jumps -funroll-loops -ffast-math -mmmx -MT<br>
gem_modelASSIMP3_la-modelASSIM<wbr>P3.lo -MD -MP -MF<br>
.deps/gem_modelASSIMP3_la-mode<wbr>lASSIMP3.Tpo -c modelASSIMP3.cpp<br>
-fPIC -DPIC -o .libs/gem_modelASSIMP3_la-mode<wbr>lASSIMP3.o<br>
modelASSIMP3.cpp: In member function 'virtual bool<br>
gem::plugins::modelASSIMP3::co<wbr>mpile()':<br>
modelASSIMP3.cpp:448:95: error: no matching function for call to<br>
'aiMatrix4x4t<float>::aiMatrix<wbr>4x4t(aiVector3t<float>,<br>
aiQuaterniont<float>, aiVector3D&)'<br>
aiMatrix4x4 trafo = aiMatrix4x4(aiVector3t<float>(<wbr>m_scale),<br>
aiQuaterniont<float>(), m_offset);<br>
<br>
^<br>
modelASSIMP3.cpp:448:95: note: candidates are:<br>
In file included from /usr/include/assimp/types.h:49<wbr>8:0,<br>
from /usr/include/assimp/cimport.h:<wbr>47,<br>
from modelASSIMP3.h:18,<br>
from modelASSIMP3.cpp:14:<br>
/usr/include/assimp/matrix4x4.<wbr>inl:97:8: note:<br>
aiMatrix4x4t<TReal>::aiMatrix4<wbr>x4t(const aiMatrix3x3t<TReal>&) [with<br>
TReal = float]<br>
inline aiMatrix4x4t<TReal>::aiMatrix4<wbr>x4t (const<br>
aiMatrix3x3t<TReal>& m)<br>
^<br>
/usr/include/assimp/matrix4x4.<wbr>inl:97:8: note:   candidate expects 1<br>
argument, 3 provided<br>
/usr/include/assimp/matrix4x4.<wbr>inl:71:1: note:<br>
aiMatrix4x4t<TReal>::aiMatrix4<wbr>x4t(TReal, TReal, TReal, TReal, TReal,<br>
TReal, TReal, TReal, TReal, TReal, TReal, TReal, TReal, TReal,<br>
TReal, TReal) [with TReal = float]<br>
aiMatrix4x4t<TReal> ::aiMatrix4x4t (TReal _a1, TReal _a2, TReal<br>
_a3, TReal _a4,<br>
^<br>
/usr/include/assimp/matrix4x4.<wbr>inl:71:1: note:   candidate expects 16<br>
arguments, 3 provided<br>
/usr/include/assimp/matrix4x4.<wbr>inl:60:1: note:<br>
aiMatrix4x4t<TReal>::aiMatrix4<wbr>x4t() [with TReal = float]<br>
aiMatrix4x4t<TReal> ::aiMatrix4x4t () :<br>
^<br>
/usr/include/assimp/matrix4x4.<wbr>inl:60:1: note:   candidate expects 0<br>
arguments, 3 provided<br>
In file included from /usr/include/assimp/types.h:62<wbr>:0,<br>
from /usr/include/assimp/cimport.h:<wbr>47,<br>
from modelASSIMP3.h:18,<br>
from modelASSIMP3.cpp:14:<br>
/usr/include/assimp/matrix4x4.<wbr>h:65:7: note:<br>
aiMatrix4x4t<float>::aiMatrix4<wbr>x4t(const aiMatrix4x4t<float>&)<br>
class aiMatrix4x4t<br>
^<br>
/usr/include/assimp/matrix4x4.<wbr>h:65:7: note:   candidate expects 1<br>
argument, 3 provided<br>
Makefile:653: recipe for target<br>
'gem_modelASSIMP3_la-modelASSI<wbr>MP3.lo' failed<br>
make[2]: *** [gem_modelASSIMP3_la-modelASSI<wbr>MP3.lo] Error 1<br>
make[2]: Leaving directory<br>
'/home/rep/Sources/Gem.new/Gem<wbr>/plugins/modelASSIMP3'<br>
Makefile:536: recipe for target 'all-recursive' failed<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory '/home/rep/Sources/Gem.new/Gem<wbr>/plugins'<br>
Makefile:651: recipe for target 'all-recursive' failed<br>
make: *** [all-recursive] Error 1<br>
<br>
______________________________<wbr>_________________<br>
GEM-dev mailing list<br>
<a href="mailto:GEM-dev@lists.iem.at" target="_blank">GEM-dev@lists.iem.at</a><br>
</div></div><a href="https://lists.puredata.info/listinfo/gem-dev" rel="noreferrer" target="_blank">https://lists.puredata.info/li<wbr>stinfo/gem-dev</a> [1]<br>
</blockquote>
<br>
<br>
<br>
Links:<br>
------<br>
[1] <a href="https://lists.puredata.info/listinfo/gem-dev" rel="noreferrer" target="_blank">https://lists.puredata.info/li<wbr>stinfo/gem-dev</a><br>
</blockquote><div class="HOEnZb"><div class="h5">
<br>
______________________________<wbr>_________________<br>
GEM-dev mailing list<br>
<a href="mailto:GEM-dev@lists.iem.at" target="_blank">GEM-dev@lists.iem.at</a><br>
<a href="https://lists.puredata.info/listinfo/gem-dev" rel="noreferrer" target="_blank">https://lists.puredata.info/li<wbr>stinfo/gem-dev</a><br>
</div></div></blockquote></div><br></div>