**** Full rebuild of configuration Debug for project Direct
Soap Bridge Exe Demo ****
mingw32-make clean all
rm -rf ./ExeDemo.o ./ExeDemo.d DirectSoapBridgeExeDemo.exe
process_begin: CreateProcess((null), rm -rf ./ExeDemo.o ./ExeDemo.d DirectSoapBridgeExeDemo.exe, ...) failed.
make (e=2): Das System kann die angegebene Datei nicht finden.
mingw32-make: [clean] Error 2 (ignored)
' '
'Building file: ../ExeDemo.c'
'Invoking: GCC C Compiler'
mingw32-gcc -I"C:\Programme\Java\jdk1.5.0_07\include" -I"C:\Programme\Java\jdk1.5.0_07\include\
win32" -O0 -g3 -Wall -c -fmessage-length=0 -oExeDemo.o ../ExeDemo.c
../ExeDemo.c: In function `main':
../ExeDemo.c:16: warning: implicit declaration of function `memset'
../ExeDemo.c:29: warning: int format, jint arg (arg 2)
../ExeDemo.c:36:2: warning: no newline at end of file
'Finished building: ../ExeDemo.c'
' '
'Building target: DirectSoapBridgeExeDemo.exe'
'Invoking: GCC C Linker'
mingw32-gcc -oDirectSoapBridgeExeDemo.exe ./ExeDemo.o
./ExeDemo.o(.text+0x75): In function `main':
D:/Projekte Datawerk/PVS/
SVN/branches/Eclipse_mp/Direct_SOAP_Bridge_DLL/JNI/C-Programm/Debug/../ExeDemo.c:20: undefined reference to `_imp__JNI_CreateJavaVM@12'
collect2: ld returned 1 exit status
mingw32-make: *** [DirectSoapBridgeExeDemo.exe] Error 1
Build complete for project Direct
Soap Bridge Exe Demo