NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
bfromero
Joined: 20 Mar 2012 Posts: 3
|
Posted: Tue Mar 20, 2012 5:16 am Post subject: NetBeans 7.1 and MinGW make error |
|
|
I am using the latest MinGW available version [ 2011/11/18 ], NetBeans 7.1 and JDK SE 1.7 u 3
I have had no trouble compiling this project in other computers and other setups (Win 7, 64-bit), but this one (Win XP, 32-bit) is giving me a lot of trouble.
I know there have been many topics similar to this one; I have checked as many as I found and I have tried all the suggestions.
Something may have changed, but I can't figure out what.
This is the error I get when attempting to compile my dynamic library:
"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
make[1]: Entering directory `/c/PortComm/CommunicationsCdl'
"/usr/bin/make" -f nbproject/Makefile-Debug.mk ../Native_Libraries/libCommunicationsCdl_32.dll
make[2]: Entering directory `/c/PortComm/CommunicationsCdl'
mkdir -p build/Debug/MinGW-Windows
rm -f build/Debug/MinGW-Windows/CommunicationsNative.o.d
mingw32-gcc.exe -m32 -Wl,--kill-at -c -g -I../Native_Libraries -I/C/Program\ Files/Java/jdk1.7.0_03/include -I/C/Program\ Files/Java/jdk1.7.0_03/include/win32 -MMD -MP -MF build/Debug/MinGW-Windows/CommunicationsNative.o.d -o build/Debug/MinGW-Windows/CommunicationsNative.o CommunicationsNative.c
make[2]: Leaving directory `/c/PortComm/CommunicationsCdl'
make[1]: Leaving directory `/c/PortComm/CommunicationsCdl'
make[2]: *** [build/Debug/MinGW-Windows/CommunicationsNative.o] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
Thank you beforehand for your help and suggestions. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|