Guest User

Untitled

a guest
Dec 14th, 2013
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. "/usr/bin/gmake" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .clean-conf
  2. gmake[1]: entrant dans le répertoire « /usr/local/src/jxgrabkey-code/JXGrabKey/C++ »
  3. rm -f -r build/Debug
  4. rm -f dist/Debug/GNU-Linux-x86/libC__.so
  5. gmake[1]: quittant le répertoire « /usr/local/src/jxgrabkey-code/JXGrabKey/C++ »
  6.  
  7.  
  8. CLEAN SUCCESSFUL (total time: 239ms)
  9.  
  10. "/usr/bin/gmake" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
  11. gmake[1]: entrant dans le répertoire « /usr/local/src/jxgrabkey-code/JXGrabKey/C++ »
  12. "/usr/bin/gmake" -f nbproject/Makefile-Debug.mk dist/Debug/GNU-Linux-x86/libC__.so
  13. gmake[2]: entrant dans le répertoire « /usr/local/src/jxgrabkey-code/JXGrabKey/C++ »
  14. mkdir -p build/Debug/GNU-Linux-x86/src
  15. rm -f build/Debug/GNU-Linux-x86/src/JXGrabKey.o.d
  16. g++ -c -O2 -I/usr/java/jdk1.7.0_45/include -I/usr/java/jdk1.7.0_45/include/linux -fPIC -MMD -MP -MF build/Debug/GNU-Linux-x86/src/JXGrabKey.o.d -o build/Debug/GNU-Linux-x86/src/JXGrabKey.o src/JXGrabKey.cpp
  17. src/JXGrabKey.cpp: In function ‘void Java_jxgrabkey_JXGrabKey_listen(JNIEnv*, _jobject*)’:
  18. src/JXGrabKey.cpp:321: attention : passing NULL to non-pointer argument 2 of ‘int pthread_spin_init(volatile pthread_spinlock_t*, int)’
  19. mkdir -p dist/Debug/GNU-Linux-x86
  20. gcc -o dist/Debug/GNU-Linux-x86/libC__.so build/Debug/GNU-Linux-x86/src/JXGrabKey.o -lX11 -shared -fPIC
  21. gmake[2]: quittant le répertoire « /usr/local/src/jxgrabkey-code/JXGrabKey/C++ »
  22. gmake[1]: quittant le répertoire « /usr/local/src/jxgrabkey-code/JXGrabKey/C++ »
  23.  
  24.  
  25. BUILD SUCCESSFUL (total time: 5s)
Advertisement
Add Comment
Please, Sign In to add comment