-
Notifications
You must be signed in to change notification settings - Fork 68
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
build on Ubuntu 15.10 #1639
Comments
@aashish24 do you know what is happening with IO/FFMPEG build with gcc 5.2.1? I tried to use LDFLAGS without success, if I change link.txt and add -L.../Extenals/lib it compiles correctly. |
@dnadeau4 can you send me your CMakeCache.txt |
@aashish24 here it is: |
After fixing VTK link problem, I had to recomiple PyQt4 and everything worked. |
I created a patch for "ncurses" and update cmake to "3.4.0-rc2". I rebuild and everything worked fine. Will try a pull request to see what happens on different machines. |
@dnadeau4 as promised here is the branch: CDAT/VTK#12 I will need to create a new branch for UV-CDAT as well (will do today). Will need your help with review. |
@dnadeau4 also, I marked it for 2.4 |
@dnadeau4 @doutriaux1 @sankhesh please review my VTK branch, I will push a minor change for it in UV-CDAT repo as well. |
ncurse 5.9 (and ncurse 6.0) needs a patch for gcc 5.2.1
VTK is failing on libraries in IO/FFMPEG
libraries not found (missing -L${EXTERNALS})
The text was updated successfully, but these errors were encountered: