<div dir="ltr">I have not tried to compile Gem in quite sometime. most of my dev setup since then has changed. my just recent attempt give me the following errors. any ideas? seems like all xcode stuff. has anyone tried compiling gem 64bit recently OSX? im on 10.9 BTW......<br>
<br>Making all in Gem<br>/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -I../../src -DGEM_INTERNAL -DGLEW_BUILD  -DPD -I/Applications/Pd-extended.app/Contents/Resources/src  -g -O2 -freg-struct-return -Os -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -fpascal-strings -MT libGem_la-Properties.lo -MD -MP -MF .deps/libGem_la-Properties.Tpo -c -o libGem_la-Properties.lo `test -f &#39;Properties.cpp&#39; || echo &#39;./&#39;`Properties.cpp<br>
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DGEM_INTERNAL -DGLEW_BUILD -DPD -I/Applications/Pd-extended.app/Contents/Resources/src -g -O2 -freg-struct-return -Os -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -fpascal-strings -MT libGem_la-Properties.lo -MD -MP -MF .deps/libGem_la-Properties.Tpo -c Properties.cpp  -fno-common -DPIC -o .libs/libGem_la-Properties.o<br>
clang: warning: argument unused during compilation: &#39;-freg-struct-return&#39;<br>clang: warning: argument unused during compilation: &#39;-falign-loops&#39;<br>clang: warning: argument unused during compilation: &#39;-falign-functions&#39;<br>
clang: warning: argument unused during compilation: &#39;-falign-jumps&#39;<br>In file included from Properties.cpp:3:<br>In file included from ./Properties.h:25:<br>../../src/Utils/any.h:46:23: error: implicit instantiation of undefined template<br>
      &#39;std::__1::basic_string&lt;char, std::__1::char_traits&lt;char&gt;,<br>      std::__1::allocator&lt;char&gt; &gt;&#39;<br>    const std::string from;<br>                      ^<br>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:187:28: note: <br>
      template is declared here<br>    class _LIBCPP_TYPE_VIS basic_string;<br>                           ^<br>In file included from Properties.cpp:3:<br>In file included from ./Properties.h:25:<br>../../src/Utils/any.h:47:23: error: implicit instantiation of undefined template<br>
      &#39;std::__1::basic_string&lt;char, std::__1::char_traits&lt;char&gt;,<br>      std::__1::allocator&lt;char&gt; &gt;&#39;<br>    const std::string to;<br>                      ^<br>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:187:28: note: <br>
      template is declared here<br>    class _LIBCPP_TYPE_VIS basic_string;<br>                           ^<br>In file included from Properties.cpp:3:<br>In file included from ./Properties.h:25:<br>../../src/Utils/any.h:38:31: error: implicit instantiation of undefined template<br>
      &#39;std::__1::basic_string&lt;char, std::__1::char_traits&lt;char&gt;,<br>      std::__1::allocator&lt;char&gt; &gt;&#39;<br>    virtual const std::string what(void) {<br>                              ^<br>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:187:28: note: <br>
      template is declared here<br>    class _LIBCPP_TYPE_VIS basic_string;<br>                           ^<br>In file included from Properties.cpp:3:<br>In file included from ./Properties.h:25:<br>../../src/Utils/any.h:39:28: error: implicit instantiation of undefined template<br>
      &#39;std::__1::basic_string&lt;char, std::__1::char_traits&lt;char&gt;,<br>      std::__1::allocator&lt;char&gt; &gt;&#39;<br>      std::string result = std::string(&quot;bad cast(&quot;);<br>                           ^<br>
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:187:28: note: <br>      template is declared here<br>    class _LIBCPP_TYPE_VIS basic_string;<br>                           ^<br>
In file included from Properties.cpp:3:<br>In file included from ./Properties.h:25:<br>../../src/Utils/any.h:39:19: error: implicit instantiation of undefined template<br>      &#39;std::__1::basic_string&lt;char, std::__1::char_traits&lt;char&gt;,<br>
      std::__1::allocator&lt;char&gt; &gt;&#39;<br>      std::string result = std::string(&quot;bad cast(&quot;);<br>                  ^<br>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:187:28: note: <br>
      template is declared here<br>    class _LIBCPP_TYPE_VIS basic_string;<br>                           ^<br>In file included from Properties.cpp:3:<br>In file included from ./Properties.h:25:<br>../../src/Utils/any.h:41:16: error: implicit instantiation of undefined template<br>
      &#39;std::__1::basic_string&lt;char, std::__1::char_traits&lt;char&gt;,<br>      std::__1::allocator&lt;char&gt; &gt;&#39;<br>      result+= std::string(&quot;-&gt;&quot;);<br>               ^<br>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:187:28: note: <br>
      template is declared here<br>    class _LIBCPP_TYPE_VIS basic_string;<br>                           ^<br>In file included from Properties.cpp:3:<br>In file included from ./Properties.h:25:<br>../../src/Utils/any.h:43:16: error: implicit instantiation of undefined template<br>
      &#39;std::__1::basic_string&lt;char, std::__1::char_traits&lt;char&gt;,<br>      std::__1::allocator&lt;char&gt; &gt;&#39;<br>      result+= std::string(&quot;)&quot;);<br>               ^<br>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:187:28: note: <br>
      template is declared here<br>    class _LIBCPP_TYPE_VIS basic_string;<br>                           ^<br>7 errors generated.<br>make[3]: *** [libGem_la-Properties.lo] Error 1<br>make[2]: *** [all-recursive] Error 1<br>
make[1]: *** [all] Error 2<br>make: *** [all-recursive] Error 1<br clear="all"><br></div>