[GEM-dev] Compiling Gem OSX 10.9 64-bit

me.grimm megrimm at gmail.com
Tue Dec 3 02:51:24 CET 2013


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......

Making all in Gem
/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 'Properties.cpp' || echo
'./'`Properties.cpp
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
clang: warning: argument unused during compilation: '-freg-struct-return'
clang: warning: argument unused during compilation: '-falign-loops'
clang: warning: argument unused during compilation: '-falign-functions'
clang: warning: argument unused during compilation: '-falign-jumps'
In file included from Properties.cpp:3:
In file included from ./Properties.h:25:
../../src/Utils/any.h:46:23: error: implicit instantiation of undefined
template
      'std::__1::basic_string<char, std::__1::char_traits<char>,
      std::__1::allocator<char> >'
    const std::string from;
                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:187:28:
note:
      template is declared here
    class _LIBCPP_TYPE_VIS basic_string;
                           ^
In file included from Properties.cpp:3:
In file included from ./Properties.h:25:
../../src/Utils/any.h:47:23: error: implicit instantiation of undefined
template
      'std::__1::basic_string<char, std::__1::char_traits<char>,
      std::__1::allocator<char> >'
    const std::string to;
                      ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:187:28:
note:
      template is declared here
    class _LIBCPP_TYPE_VIS basic_string;
                           ^
In file included from Properties.cpp:3:
In file included from ./Properties.h:25:
../../src/Utils/any.h:38:31: error: implicit instantiation of undefined
template
      'std::__1::basic_string<char, std::__1::char_traits<char>,
      std::__1::allocator<char> >'
    virtual const std::string what(void) {
                              ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:187:28:
note:
      template is declared here
    class _LIBCPP_TYPE_VIS basic_string;
                           ^
In file included from Properties.cpp:3:
In file included from ./Properties.h:25:
../../src/Utils/any.h:39:28: error: implicit instantiation of undefined
template
      'std::__1::basic_string<char, std::__1::char_traits<char>,
      std::__1::allocator<char> >'
      std::string result = std::string("bad cast(");
                           ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:187:28:
note:
      template is declared here
    class _LIBCPP_TYPE_VIS basic_string;
                           ^
In file included from Properties.cpp:3:
In file included from ./Properties.h:25:
../../src/Utils/any.h:39:19: error: implicit instantiation of undefined
template
      'std::__1::basic_string<char, std::__1::char_traits<char>,
      std::__1::allocator<char> >'
      std::string result = std::string("bad cast(");
                  ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:187:28:
note:
      template is declared here
    class _LIBCPP_TYPE_VIS basic_string;
                           ^
In file included from Properties.cpp:3:
In file included from ./Properties.h:25:
../../src/Utils/any.h:41:16: error: implicit instantiation of undefined
template
      'std::__1::basic_string<char, std::__1::char_traits<char>,
      std::__1::allocator<char> >'
      result+= std::string("->");
               ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:187:28:
note:
      template is declared here
    class _LIBCPP_TYPE_VIS basic_string;
                           ^
In file included from Properties.cpp:3:
In file included from ./Properties.h:25:
../../src/Utils/any.h:43:16: error: implicit instantiation of undefined
template
      'std::__1::basic_string<char, std::__1::char_traits<char>,
      std::__1::allocator<char> >'
      result+= std::string(")");
               ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:187:28:
note:
      template is declared here
    class _LIBCPP_TYPE_VIS basic_string;
                           ^
7 errors generated.
make[3]: *** [libGem_la-Properties.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/gem-dev/attachments/20131202/13d430e2/attachment.htm>


More information about the GEM-dev mailing list