-
Notifications
You must be signed in to change notification settings - Fork 30
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
build error #7
Comments
Alternatively, changing the makefile to
worked for me. |
the wbrenna's solution worked for me, but you'll need to remove spaces and use tabulation for indentation ! |
I removed spaces and used tabulation. But it gives me this error: |
Ok, I followed this link: http://answers.opencv.org/question/85635/error-cannot-find-lippicv/?answer=85676#post-id-85676%22here%22 it can make now. But when I run mnisten it shows: xu@xu-ThinkCentre-M72e:~/LearnTensorflow/mnisten-master $ mnisten -d /home/xu/LearnTensorflow/BMP images -o prefix -s 32x24 |
Absolutely love Tiny_CNN!!! however, some things are broken with your other repos. this one gives:
src/main.cpp:14:21: fatal error: cmdline.h: No such file or directory
#include "cmdline.h"
^
compilation terminated.
This is due to your main.cpp haveing only #include "cmdlin.h" and #include "util.h" and they should be ../include/cmdline.h etc...
The text was updated successfully, but these errors were encountered: