Opened 14 years ago

Closed 13 years ago

#363 closed defect (invalid)

Fail to compile a debug version

Reported by: aya Owned by: pramsey
Priority: major Milestone: 3.2.1
Component: Build/Install Version: 3.2.0
Severity: Critical Keywords: Fail compile debug
Cc:

Description

I have a question about how to compile a debug version of geos-3.1.1 in winxp sp3+vc2005. I use the following command to compile source odes and get a release geos.lib. nmake /f makefile.vc MSVC_VER=1400 However, I can't get a debug geosd.lib through the command below. nmake /f makefile.vc MSVC_VER=1400 DEBUG=1

I do get a geos.lib but its size is as same as that of the release one. It is impossible. If I compile geos.lib and geosd.lib in vc2005, I found the debug version is much smaller than the release version. Can you tell me why this happen ? Thanks.

Change History (2)

comment:1 by aya, 14 years ago

Milestone: 3.2.1
Version: 3.1.13.2.0

I have a question about how to compile a debug version of geos-3.1.1 in winxp sp3+vc2005. I use the following command to compile source odes and get a release geos.lib. nmake /f makefile.vc MSVC_VER=1400 However, I can't get a debug geosd.lib through the command below. nmake /f makefile.vc MSVC_VER=1400 DEBUG=1

I do get a geos.lib but its size is as same as that of the release one. It is impossible. If I compile geos.lib and geosd.lib in vc2005, I found the debug version is much smaller than the release version. Can you tell me why this happen ?

I also find this problem in compiling geos 3.2.2. The size of release and debug versions are same. Thanks.

comment:2 by strk, 13 years ago

Resolution: invalid
Status: newclosed

the DEBUG macro was renamed to GEOS_DEBUG starting with 3.2

Note: See TracTickets for help on using tickets.