Skip to content

Instantly share code, notes, and snippets.

@clayote
Created November 5, 2013 14:13
Show Gist options
  • Save clayote/7319614 to your computer and use it in GitHub Desktop.
Save clayote/7319614 to your computer and use it in GitHub Desktop.
Failed configure of igraph-0.6.5 for kivy's distribute.sh
configure:4438: arm-linux-androideabi-g++ -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/sanotehu/android/android-ndk-r8e/platforms/android-14/arch-arm -c -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/sanotehu/android/android-ndk-r8e/platforms/android-14/arch-arm conftest.cpp >&5
conftest.cpp:12:20: error: iostream: No such file or directory
conftest.cpp: In function 'int main()':
conftest.cpp:17: error: 'cout' is not a member of 'std'
configure:4438: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "igraph"
| #define PACKAGE_TARNAME "igraph"
| #define PACKAGE_VERSION "0.6.5"
| #define PACKAGE_STRING "igraph 0.6.5"
| #define PACKAGE_BUGREPORT "csardi.gabor@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "igraph"
| #define VERSION "0.6.5"
| /* end confdefs.h. */
|
| #include <iostream>
| const char hw[] = "Hello, World\n";
| int
| main ()
| {
| std::cout << hw;
| ;
| return 0;
| }
configure:4574: error: no C++ compiler found or it cannot create executables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment