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

fix GLX X11 bug, improve test CMakeLists #34

Merged
merged 13 commits into from
Nov 7, 2011
Merged

fix GLX X11 bug, improve test CMakeLists #34

merged 13 commits into from
Nov 7, 2011

Conversation

donbright
Copy link
Sponsor Member

fix GLX X11 bug by copying code from glxgears_fbconfigs from mesa-demos

improve test CMakeLists reporting, and allow for 'boost' to have a custom installation position specified on the cmake command like with -DBOOST_ROOT.

@kintel
Copy link
Member

kintel commented Nov 7, 2011

One question: Can't we assume that the FindBoost macro is installed with cmake?

@donbright
Copy link
Sponsor Member Author

Cmake's FindBoost has a bug.
http://public.kitware.com/Bug/view.php?id=12205 it will not find the
proper libraries even if you pass BOOST_ROOT and tell it to not look
in system directories.

This is needed when installing to a server where the system doesnt
want to upgrade it's old boost, and you have to install new-boost into
your home directory and link to it instead.

Thanks

-DB
.

On Sun, Nov 6, 2011 at 7:00 PM, Marius Kintel
reply@reply.github.com
wrote:

One question: Can't we assume that the FindBoost macro is installed with cmake?


Reply to this email directly or view it on GitHub:
#34 (comment)

kintel added a commit that referenced this pull request Nov 7, 2011
fix GLX X11 bug, improve test CMakeLists
@kintel kintel merged commit d055200 into openscad:master Nov 7, 2011
t-paul pushed a commit that referenced this pull request Feb 18, 2018
Add link to Fedora 21 repo with OpenSCAD 2015.03
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

Successfully merging this pull request may close these issues.

None yet

2 participants