-
Notifications
You must be signed in to change notification settings - Fork 27
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
png++/png.hpp ERROR #2
Comments
Go to lib folder and extract png++-0.2.5.tar.gz. Then use the following command: g++ -std=c++0x -lpng -O3 -idirafter ../lib/ Feature.cpp WeakClassifier.cpp StrongClassifier.cpp CascadeClassifier.cpp main.cpp -o vandj |
yes i find and fix that)) |
Memory Leak... |
g++ -std=c++0x -lpng -O3 -idirafter ../lib/ Feature.cpp WeakClassifier.cpp StrongClassifier.cpp CascadeClassifier.cpp main.cpp -o vandj -lpng -L/home/aqiib/violaandjones/lib/png++ Hopefully someone finds this helpful |
I try to run like this
g++ -std=c++0x -lpng -O3 Feature.cpp WeakClassifier.cpp StrongClassifier.cpp CascadeClassifier.cpp main.cpp -o vandj
libpng-config --ldflags
and have this problem
I tried to install, but do not work.
How to fix this ?
The text was updated successfully, but these errors were encountered: