Skip to content

Instantly share code, notes, and snippets.

@FloWi
Created April 20, 2015 17:52
Show Gist options
  • Save FloWi/72babed51136921203dd to your computer and use it in GitHub Desktop.
Save FloWi/72babed51136921203dd to your computer and use it in GitHub Desktop.
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaCPP Presets for FlyCapture 2.7.3.19-0.11
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ flycapture ---
[INFO]
[INFO] --- maven-resources-plugin:2.4:resources (generate-sources) @ flycapture ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/flwi/dev/playground/javacpp-presets/flycapture/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3:compile (generate-sources) @ flycapture ---
[INFO] Compiling 3 source files to /home/flwi/dev/playground/javacpp-presets/flycapture/target/classes
[INFO]
[INFO] --- javacpp:0.11:build (generate-sources) @ flycapture ---
[INFO] Executing JavaCPP Builder
[INFO] Skipped execution of JavaCPP Builder
[INFO]
[INFO] --- maven-dependency-plugin:2.3:copy-dependencies (copy-dependencies) @ flycapture ---
[INFO] javacpp-0.11.jar already exists in destination.
[INFO]
[INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ flycapture ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/flwi/dev/playground/javacpp-presets/flycapture/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3:compile (default-compile) @ flycapture ---
[INFO] Compiling 3 source files to /home/flwi/dev/playground/javacpp-presets/flycapture/target/classes
[INFO]
[INFO] --- javacpp:0.11:build (process-classes) @ flycapture ---
[INFO] Executing JavaCPP Builder
[INFO] Generating /home/flwi/dev/playground/javacpp-presets/flycapture/target/classes/org/bytedeco/javacpp/jniFlyCapture2.cpp
[INFO] Compiling /home/flwi/dev/playground/javacpp-presets/flycapture/target/classes/org/bytedeco/javacpp/linux-x86_64/libjniFlyCapture2.so
[INFO] g++ -I/home/flwi/bin/jdk/jdk1.7.0_76/include -I/home/flwi/bin/jdk/jdk1.7.0_76/include/linux /home/flwi/dev/playground/javacpp-presets/flycapture/target/classes/org/bytedeco/javacpp/jniFlyCapture2.cpp -Wl,-rpath,$ORIGIN/ -march=x86-64 -m64 -Wall -O3 -fPIC -shared -s -o /home/flwi/dev/playground/javacpp-presets/flycapture/target/classes/org/bytedeco/javacpp/linux-x86_64/libjniFlyCapture2.so -lflycapture
/home/flwi/dev/playground/javacpp-presets/flycapture/target/classes/org/bytedeco/javacpp/jniFlyCapture2.cpp:63:33: fatal error: FlyCapture2Platform.h: No such file or directory
#include <FlyCapture2Platform.h>
^
compilation terminated.
[1]+ Exit 1 bash cppbuild.sh install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment