muParser in Xcode

121 views Asked by At

I want to use the muparser library in an c++ application. I use Xcode und Mac Os X El Capitan to code. The library was installed using HomeBrew as brew install muparser but if I compile this sample code I get errors of the type Undefined symbols for architecture x86_64. I searched a bit and found that it might be due to static libraries which are compiled only for 32 bit. Question: Can I fix this somehow by either telling HomeBrew to install the 64 bit variant or directly in Xcode?

0

There are 0 answers