chesterpolo / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Unable to compile mongoose 2.11 for Windows with mingw #203

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download 2.11 source code
2. Extract tar.gz
3. run mingw32-make mingw

What is the expected output? What do you see instead?
Expect to compile and output the mongoose.exe

Instead see error:
C:\mongoose>mingw32-make mingw
windres win32\res.rc win32\res.o
gcc: win32\res.rc: No such file or directory
gcc: warning: '-x c' after last input file has no effect
gcc: no input files
windres: preprocessing failed.
mingw32-make: *** [mingw] Error 1

What version of the product are you using? On what operating system?
Mongoose 2.11, Windows 7 x64, also tried on Windows XP

Please provide any additional information below.
Downloaded the 2.10 and 2.09 sources and both compile into exe with no problems.

Original issue reported on code.google.com by 44r...@gmail.com on 10 Nov 2010 at 5:30

GoogleCodeExporter commented 9 years ago
Patches are welcome.
I don't have mingw environment, I I don't check mingw build when doing a 
release.

Original comment by valenok on 13 Nov 2010 at 3:59

GoogleCodeExporter commented 9 years ago
The win32 directory is missing from the tgz.
Download that directory from http://code.google.com/p/mongoose/source/checkout

Original comment by lucar...@gmail.com on 14 Nov 2010 at 8:09

GoogleCodeExporter commented 9 years ago
Submitted 
http://code.google.com/p/mongoose/source/detail?r=4b5d7c8b0f4d967be8b518a924da47
465d1e7f1a
This should be fixed from the next release on.

Original comment by valenok on 29 Nov 2010 at 1:04