Search found 3 matches
- 09 Feb 2015, 20:33
- Forum: Help & Bugs
- Topic: Error compiling with CodeBlocks and Mingw
- Replies: 6
- Views: 1182
Re: Error compiling with CodeBlocks and Mingw
Following those steps fixed the issue. But now I get this: ../../../mingwlibs/lib/libcurl.a(easy.o):easy.c:(.text+0x791): undefined reference to `WSACleanup@0' ../../../mingwlibs/lib/libcurl.a(easy.o):easy.c:(.text+0x7bb): undefined reference to `WSAStartup@8' ../../../mingwlibs/lib/libcurl.a(easy.o...
- 09 Feb 2015, 01:34
- Forum: Help & Bugs
- Topic: Error compiling with CodeBlocks and Mingw
- Replies: 6
- Views: 1182
Re: Error compiling with CodeBlocks and Mingw
I am using Minw32 version 3.2
Yes I followed that guide. The only thing I didn't do was Installing MinGW-w64 since I already had it installed through CodeBlocks.
Yes I followed that guide. The only thing I didn't do was Installing MinGW-w64 since I already had it installed through CodeBlocks.
- 09 Feb 2015, 01:18
- Forum: Help & Bugs
- Topic: Error compiling with CodeBlocks and Mingw
- Replies: 6
- Views: 1182
Error compiling with CodeBlocks and Mingw
Hi everyone, I am using CodeBlocks 13.12 with the mingw compiler. I downloaded spring using this: git clone --recursive git://github.com/spring/spring.git -b develop cd spring git clone https://github.com/spring/mingwlibs Then I created the CodeBlocks project file using cmake-gui. I set the source c...