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

How should I build Equalizer on Mac OS 10.11?Is the latest Release compatible with this version? #523

Open
wangzilu opened this issue Nov 25, 2015 · 6 comments

Comments

@wangzilu
Copy link

No description provided.

@eile
Copy link
Member

eile commented Nov 25, 2015

If you have Macports, cmake -DINSTALL_PACKAGES=1 .. should configure and install the necessary dependencies. Afaik @tribal-tec did build on 10.11.

@wangzilu
Copy link
Author

Danke schoen!

@wangzilu
Copy link
Author

I build equalizer with cmake -DINSTALL_PACKAGES=1 .. and it shows
Configured Equalizer [2f295b5] with Boost Collage GLStats hwsd Lunchbox OpenCV OpenGL Pression vmmlib WITHOUT Deflect hwloc MAGELLAN OpenSceneGraph Qt5Core Qt5Gui Qt5Widgets VRPN X11 CUDA GLEW_MX hwloc

and then I make ,

it gives a error,

1 error generated.
make[2]: *** [Lunchbox/lunchbox/CMakeFiles/Lunchbox.dir/thread.cpp.o] Error 1
make[1]: *** [Lunchbox/lunchbox/CMakeFiles/Lunchbox.dir/all] Error 2
make: *** [all] Error 2

@wangzilu
Copy link
Author

/Users/oukoro/Downloads/Equalizer/Lunchbox/lunchbox/thread.cpp:139:7: error:
expected unqualified-id
::sigfillset( &sa.sa_mask );
^
/usr/include/signal.h:126:26: note: expanded from macro 'sigfillset'
#define sigfillset(set) (*(set) = ~(sigset_t)0, 0)

@wangzilu
Copy link
Author

I removed :: and it worked...

@wangzilu
Copy link
Author

Not configured Deflect: Required LibJpegTurbo not found
-- Configured Equalizer [2f295b5] with Boost Collage GLStats hwsd Lunchbox OpenCV OpenGL Pression vmmlib WITHOUT Deflect hwloc MAGELLAN OpenSceneGraph Qt5Core Qt5Gui Qt5Widgets VRPN X11 CUDA GLEW_MX hwloc
-- Configured GLEW_MX_Equalizer [1.9.0]
I installed QT and how should I configured it and X11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants