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

Git master fails to build #37

Closed
prokoudine opened this issue Dec 22, 2018 · 2 comments
Closed

Git master fails to build #37

prokoudine opened this issue Dec 22, 2018 · 2 comments

Comments

@prokoudine
Copy link

g++ -c -pipe -O2 -fPIC -fopenmp -fopenmp -fopenmp -Wall -W -D_REENTRANT -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x060000 -DQT_NO_DEBUG_OUTPUT -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc -isystem /usr/include/x86_64-linux-gnu/ImageMagick-6 -isystem /usr/include/ImageMagick-6 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -Ibuild/.moc -isystem /usr/include/libdrm -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o build/.obj/common.o src/common.cpp
src/common.cpp: In static member function 'static int Common::hasLayers(const QString&)':
src/common.cpp:633:17: error: 'pingImages' is not a member of 'Magick'
         Magick::pingImages(&layers,
                 ^~~~~~~~~~
src/common.cpp:633:17: note: suggested alternative: 'linkImages'
         Magick::pingImages(&layers,
                 ^~~~~~~~~~
                 linkImages
make[1]: *** [Makefile:582: build/.obj/common.o] Error 1

@rodlie
Copy link
Owner

rodlie commented Dec 22, 2018

Yeah, the master branch is still under heavy development and is missing some components, I'm also currently using a forked ImageMagick v6 until I move to v7.

I'm still working on the UI for the editor (not committed yet) and other stuff, so don't expect a clean master build until next week.

@rodlie
Copy link
Owner

rodlie commented Dec 24, 2018

Cyan2 now builds on Win/Lin/Mac (CI binaries available at #38, I only tested the Linux binary)

Note that Cyan2 is work-in-progress, should be usable some time in January 2019.

@rodlie rodlie closed this as completed Dec 24, 2018
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