It's not really important for me, but I want know why this happens.
graphics/cuneiform have a lot of error while compiling.
If I set
There are no more error till 100% compile. But then is a linker-error:
In the Internet I found a lot of posts about this error, but no really explanation. I think it is something with graphics/GraphicsMagick libraries.
Poudriere compiles fine. (I compared the options between poudriere and port, they seen nearly the same).
graphics/cuneiform have a lot of error while compiling.
If I set
Code:
CONFIGURE_ARGS="MAGICKCORE_QUANTUM_DEPTH=8" CONFIGURE_ARGS="MAGICKCORE_HDRI_ENABLE=Yes"
There are no more error till 100% compile. But then is a linker-error:
Code:
Linking CXX executable ../../cuneiform
CMakeFiles/cuneiform-cli.dir/cuneiform-cli.cpp.o: In function `main':
/usr/ports/graphics/cuneiform/work/cuneiform-linux-1.1.0/cuneiform_src/cli/cuneiform-cli.cpp:(.text+0x5de): undefined reference to `Magick::Image::Image(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/ports/graphics/cuneiform/work/cuneiform-linux-1.1.0/cuneiform_src/cli/cuneiform-cli.cpp:(.text+0x644): undefined reference to `Magick::Image::write(Magick::Blob*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
c++: error: linker command failed with exit code 1 (use -v to see invocation)
--- cuneiform ---
*** [cuneiform] Error code 1
In the Internet I found a lot of posts about this error, but no really explanation. I think it is something with graphics/GraphicsMagick libraries.
Poudriere compiles fine. (I compared the options between poudriere and port, they seen nearly the same).
Last edited: