c++ - How to install png++ on windows platform -


now cannot install png++ on windows platform because makefile cannot work in windows though have installed makefile tools gnuwin32. there cmakelists document install png++? cause cmake works in windows.

ps. have referred cmakelists sample . can read , write images not install png++.

the error follows.

png++-0.2.9>make libpng-config="(previous path)\installed\lpng1626\bin" process_begin: createprocess(null, libpng-config --cflags, ...) failed. process_begin: createprocess(null, libpng-config --ldflags, ...) failed. make -c example libpng-config=(previous path)\\installed\\lpng1626\\bin process_begin: createprocess(null, libpng-config --cflags, ...) failed. process_begin: createprocess(null, libpng-config --ldflags, ...) failed. make[1]: entering directory `..../png++-0.2.9/example' g++     pixel_generator.cpp   -o pixel_generator pixel_generator.cpp:35:19: fatal error: png.hpp: no such file or directory compilation terminated. make[1]: *** [pixel_generator] ′í?ó 1 make[1]: leaving directory `..../png++-0.2.9/example' make: *** [examples] ′í?ó 2 


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -