chesterpolo / mongoose

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

Compile error under Windows/visual studio 2008 #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. get the newest source code:hg clone      
https://mongoose.googlecode.com/hg/ mongoose 

2. start "VIsual Studio 2008 Command prompt"
3. run "nmake windows"

What is the expected output? What do you see instead?
E:\服务器\mongoose>nmake windows

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        cl /MT /TC /nologo /W4 /DNDEBUG /Os 
mongoose.c /link /incremental:no /DLL  /DEF:win32\dll.def /out:_mo
mongoose.c
mongoose.c(408) : error C2061: syntax error : identifier 'pthread_rwlock_t'
detailed error refer to the attach file.
What version of the product are you using? On what operating system?
Source code datetime is May 28 2010,operating system is Windows XP,compile 
tool is VIsual Studio 2008. 

Please provide any additional information below.

Original issue reported on code.google.com by brucewan...@gmail.com on 1 Jun 2010 at 7:50

Attachments:

GoogleCodeExporter commented 9 years ago
Please update to 2.9

Original comment by valenok on 3 Sep 2010 at 4:04