Skip to content
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

Error in make install #66

Open
roggervalf opened this issue Apr 8, 2018 · 1 comment
Open

Error in make install #66

roggervalf opened this issue Apr 8, 2018 · 1 comment

Comments

@roggervalf
Copy link

I used Cmake for generating the build files, but when I make install appeared this message about the using of zxing::bolean.

C:\Users\rogge\Desktop\nuevo\zxing-cpp-master\build>mingw32-make install
[ 1%] Building CXX object CMakeFiles/libzxing.dir/core/src/zxing/InvertedLuminanceSource.cpp.obj
C:\Users\rogge\Desktop\nuevo\zxing-cpp-master\core\src\zxing\InvertedLuminanceSource.cpp:21:14: error: 'boolean' is already declared in this scope
using zxing::boolean;
^
CMakeFiles\libzxing.dir\build.make:1237: recipe for target 'CMakeFiles/libzxing.dir/core/src/zxing/InvertedLuminanceSource.cpp.obj' failed
mingw32-make[2]: *** [CMakeFiles/libzxing.dir/core/src/zxing/InvertedLuminanceSource.cpp.obj] Error 1
CMakeFiles\Makefile2:66: recipe for target 'CMakeFiles/libzxing.dir/all' failed
mingw32-make[1]: *** [CMakeFiles/libzxing.dir/all] Error 2
Makefile:128: recipe for target 'all' failed
mingw32-make: *** [all] Error 2

C:\Users\rogge\Desktop\nuevo\zxing-cpp-master\build>

I wanna know what I have to change. Please help.

@ClarenceLuk
Copy link

I am wondering if your error is the same as mine.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants