You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--
-- found
-- SDL includes: /usr/local/include/SDL2
-- Libs: oxygine-framework;/usr/lib/x86_64-linux-gnu/libGLU.so;/usr/lib/x86_64-linux-gnu/libGL.so;/usr/lib/x86_64-linux-gnu/libSM.so;/usr/lib/x86_64-linux-gnu/libICE.so;/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so;SDL2main;SDL2;pthread;png;jpeg;z
-- Platform: linux
-- Configuring done
-- Generating done
-- Build files have been written to: /home/baykan/oxygine/oxygine-framework/examples/HelloWorld/proj.cmake/build
[ 99%] Built target oxygine-framework
Linking CXX executable HelloWorld
oxygine-framework/liboxygine-framework.a(Image.cpp.o): In function oxygine::_initWithPngData(oxygine::Image&, void*, int, bool, oxygine::TextureFormat)': Image.cpp:(.text+0x817): undefined reference to png_set_longjmp_fn'
collect2: error: ld returned 1 exit status
make[2]: *** [HelloWorld] Hata 1
make[1]: *** [CMakeFiles/HelloWorld.dir/all] Hata 2
make: *** [all] Hata 2
./run.sh: 16: ./run.sh: ./../proj.cmake/build/HelloWorld: not found
The text was updated successfully, but these errors were encountered:
I got this error
--
-- found
-- SDL includes: /usr/local/include/SDL2
-- Libs: oxygine-framework;/usr/lib/x86_64-linux-gnu/libGLU.so;/usr/lib/x86_64-linux-gnu/libGL.so;/usr/lib/x86_64-linux-gnu/libSM.so;/usr/lib/x86_64-linux-gnu/libICE.so;/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so;SDL2main;SDL2;pthread;png;jpeg;z
-- Platform: linux
-- Configuring done
-- Generating done
-- Build files have been written to: /home/baykan/oxygine/oxygine-framework/examples/HelloWorld/proj.cmake/build
[ 99%] Built target oxygine-framework
Linking CXX executable HelloWorld
oxygine-framework/liboxygine-framework.a(Image.cpp.o): In function
oxygine::_initWithPngData(oxygine::Image&, void*, int, bool, oxygine::TextureFormat)': Image.cpp:(.text+0x817): undefined reference to
png_set_longjmp_fn'collect2: error: ld returned 1 exit status
make[2]: *** [HelloWorld] Hata 1
make[1]: *** [CMakeFiles/HelloWorld.dir/all] Hata 2
make: *** [all] Hata 2
./run.sh: 16: ./run.sh: ./../proj.cmake/build/HelloWorld: not found
The text was updated successfully, but these errors were encountered: