Opened 13 years ago

Closed 13 years ago

#3758 closed defect (fixed)

bug,patch: undefined autoconf variables in mapscript/java/makefile and mapscript/csharp/makefile

Reported by: jaa Owned by: tamas
Priority: normal Milestone: 6.0 release
Component: Build Problems Version: 6.0
Severity: normal Keywords:
Cc: unicoletti, tamas, dmorissette

Description

There are three undefined autoconfig variables in the mapscript/{csharp,java}/Makefile.in. These cause build to fail, because they are not defined by configure.

gcc: @AGG_ENABLED@: No such file or directory
gcc: @PDF_ENABLED@: No such file or directory
gcc: @PDF_INC@: No such file or directory

It seems that AGG_ENABLED is not needed anymore (it's integrated?), and there are no traces of PDF_LIB or PDF_INC in the configure.in, so patch below just removes these variables.

With patch, the java compiles but I can't test java. Csharp is NOT compiled nor tested, so buyer beware.

Please review if the patch is sensible thing to do or not.

References:

http://lists.osgeo.org/pipermail/mapserver-users/2011-March/068174.html

Attachments (1)

mapserver-6.0.0-beta2.autoconf-vars.patch (1.4 KB ) - added by jaa 13 years ago.
patch to fix undefined autoconf variables

Download all attachments as: .zip

Change History (5)

by jaa, 13 years ago

patch to fix undefined autoconf variables

comment:1 by dmorissette, 13 years ago

Cc: unicoletti tamas added

I believe Umberto started looking into this?

comment:2 by unicoletti, 13 years ago

fixed for java mapscript in r11282. Shall I close the ticket of wait for Tamas to tackle the c# part?

comment:3 by dmorissette, 13 years ago

Cc: dmorissette added
Owner: changed from dmorissette to tamas

Reassigned to Tamas: Please close once you have confirmed that C# is fine.

comment:4 by tamas, 13 years ago

Resolution: fixed
Status: newclosed

fixed the csharp makefile in r11285 Closing the bug

Note: See TracTickets for help on using tickets.