Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Osx 10.9 x64 #3

Closed
wants to merge 9 commits into from
Closed

Osx 10.9 x64 #3

wants to merge 9 commits into from

Conversation

megrimm
Copy link
Contributor

@megrimm megrimm commented Jan 6, 2014

No description provided.

Fixes error when compiling on osx 10.9:

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.xctoo
lchain/usr/bin/../lib/c++/v1/iosfwd:187:28: note:
      template is declared here
    class _LIBCPP_TYPE_VIS basic_string;
Commenting out line 423 rids me of error:
videoBase.cpp:423:3: error: use of undeclared identifier 'select'
  select(0,0,0,0,&sleep);
…s constructor a default constructor

error: addition of default argument on redeclaration makes this
constructor a default constructor

With clang the default parameter should be put in the constructor's
declaration, not in its definition.
…es this

constructor a default constructor

error: addition of default argument on redeclaration makes this
constructor a default constructor

erroneous default arguments removed.
generated gemdefaultwindow.pd removed
gemdefaultwindow.pd removed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants