← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #188275]: libVisionProxy.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9'

 

Question #188275 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/188275

    Status: Answered => Open

Sunil is still having a problem:
I have downloaded the source sikuli-sikuli-699d404.tar.gz from git and tried to complie as per the instruction given in build-linux.txt
When i execute 'make' in sikuli-script/build directory, I'm getting below errors.

======================================================================================
Linking CXX shared module ../../../../target/lib/libVisionProxy.so
[ 50%] Built target VisionProxy
/home/sunil/Desktop/Downloads/Sikuli-Tool-Packages/sikuli-sikuli-699d404_BKP/sikuli-script/src/main/native/vision.cpp:222: warning: converting to âintâ from âfloatâ
----------
1. ERROR in org/sikuli/script/LinuxUtil.java (at line 18)
        Debug.history("switchApp: " + appName);
              ^^^^^^^
The method history(String, Object[]) in the type Debug is not applicable for the arguments (String)
----------
2. ERROR in org/sikuli/script/LinuxUtil.java (at line 24)
        Debug.error("switchApp: " + e.toString());
              ^^^^^
The method error(String, Object[]) in the type Debug is not applicable for the arguments (String)
----------
3. ERROR in org/sikuli/script/LinuxUtil.java (at line 35)
        Debug.history("openApp: " + appName);
              ^^^^^^^
...........
........................


150 problems (146 errors, 4 warnings)make[2]: *** [src/main/java/CMakeFiles/sikuli-script.classes] Error 255
make[1]: *** [src/main/java/CMakeFiles/sikuli-script.classes.dir/all] Error 2
make: *** [all] Error 2

======================================================================================


Thanks,
Sunil

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.