[Mapserver-users] ming and mapsever 4.0.1 compile error

Aaron D. Hunt hunt at zedxinc.com
Thu Nov 13 11:24:18 EST 2003


That worked Thanks


----- Original Message ----- 
From: "Vincent Schut" <schut at sarvision.com>
To: "Aaron D. Hunt" <hunt at zedxinc.com>
Cc: <mapserver-users at lists.gis.umn.edu>
Sent: Thursday, November 13, 2003 6:10 AM
Subject: Re: [Mapserver-users] ming and mapsever 4.0.1 compile error


> Aaron,
> 
> Your problem is that mapserver is not linking with the ming library  
> (there is no '-lming' in the gcc line). What happens if you just  
> specify '--with-ming' instead of '--with-ming=somedir' (after doing a  
> make distclean)?
> 
> Cheers,
> Vincent.
> 
> 
> On 2003.11.12 18:08, Aaron D. Hunt wrote:
> > When I run make with the following config I get the bellow error
> > 
> > ./configure --without-tiff --with-proj=/home/mapserver/
> > --with-gdal=/home/mapserver/bin/gdal-config
> > --with-ogr=/home/mapserver/gdal-1.1.9 --with-jpeg --with-wmsclient
> > --with-freetype=/home/mapserver/ --with-gd=/home/mapserver/
> > --with-php=/usr/local/src/php-4.3.4/
> > --with-curl-config=/home/mapserver/bin/curl-config
> > --with-ming=/home/mapserver/
> >  or --with-ming=/home/mapserver/ming-0.2a
> > 
> > gcc -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
> > -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR   -DUSE_MING_FLASH
> > -DUSE_JPEG -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
> > -DUSE_OGR -DUSE_GDAL     -I/home/mapserver//include
> > -I/home/mapserver//include       -I/home/mapserver/gdal-1.1.9/ogr/ 
> > ogrsf_frmts
> > -I/home/mapserver/gdal-1.1.9/ogr -I/home/mapserver/gdal-1.1.9/ogr/../ 
> > port
> > -I/home/mapserver//include   -I/home/mapserver//include
> > -I/home/mapserver/  shp2img.o  -L. -lmap -L/home/mapserver//lib -lgd
> > -ljpeg -lfreetype -lpng -lz    -ljpeg -lfreetype -lpng -lz
> > -L/home/mapserver//lib -lproj -ljpeg   -L/home/mapserver//lib
> > -lgdal.1.1    -L/home/mapserver//lib -lcurl -L/usr/kerberos/lib -lz
> > -lssl -lcrypto -ldl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err
> > -lk5crypto -lresolv -ldl -lz -lz    -lm -lstdc++
> > /home/mapserver/gdal-1.1.9/ogr/ogrsf_frmts/ogrsf_frmts.a
> > /home/mapserver/gdal-1.1.9/ogr/ogr.a
> > /home/mapserver/gdal-1.1.9/ogr/../port/cpl.a -o shp2img
> > ./libmap.a(mapswf.o)(.text+0x39): In function `bitmap2shape':
> > : undefined reference to `newSWFShape'
> > ./libmap.a(mapswf.o)(.text+0x48): In function `bitmap2shape':
> > : undefined reference to `newSWFInput_buffer'
> > ./libmap.a(mapswf.o)(.text+0x51): In function `bitmap2shape':
> > : undefined reference to `newSWFBitmap_fromInput'
> > ./libmap.a(mapswf.o)(.text+0x62): In function `bitmap2shape':
> > : undefined reference to `SWFShape_addBitmapFill'
> > ./libmap.a(mapswf.o)(.text+0x6d): In function `bitmap2shape':
> > : undefined reference to `SWFShape_setRightFill'
> > ./libmap.a(mapswf.o)(.text+0x81): In function `bitmap2shape':
> > : undefined reference to `SWFShape_drawLine'
> > ./libmap.a(mapswf.o)(.text+0x95): In function `bitmap2shape':
> > : undefined reference to `SWFShape_drawLine'
> > ./libmap.a(mapswf.o)(.text+0xab): In function `bitmap2shape':
> > : undefined reference to `SWFShape_drawLine'
> > ./libmap.a(mapswf.o)(.text+0xc1): In function `bitmap2shape':
> > : undefined reference to `SWFShape_drawLine'
> > ./libmap.a(mapswf.o)(.text+0x392): In function `BuildButtonFromGD':
> > : undefined reference to `newSWFButton'
> > ./libmap.a(mapswf.o)(.text+0x3a0): In function `BuildButtonFromGD':
> > : undefined reference to `SWFButton_addShape'
> > ./libmap.a(mapswf.o)(.text+0x3c3): In function `BuildEllipseShape':
> > : undefined reference to `newSWFShape'
> > ./libmap.a(mapswf.o)(.text+0x3f3): In function `BuildEllipseShape':
> > : undefined reference to `SWFShape_setLine'
> > ./libmap.a(mapswf.o)(.text+0x419): In function `BuildEllipseShape':
> > : undefined reference to `SWFShape_addSolidFill'
> > ./libmap.a(mapswf.o)(.text+0x425): In function `BuildEllipseShape':
> > : undefined reference to `SWFShape_setRightFill'
> > ./libmap.a(mapswf.o)(.text+0x458): In function `BuildEllipseShape':
> > : undefined reference to `SWFShape_movePenTo'
> > ./libmap.a(mapswf.o)(.text+0x48d): In function `BuildEllipseShape':
> > : undefined reference to `SWFShape_drawCurveTo'
> > ./libmap.a(mapswf.o)(.text+0x4b1): In function `BuildEllipseShape':
> > : undefined reference to `SWFShape_drawCurveTo'
> > ./libmap.a(mapswf.o)(.text+0x4d4): In function `BuildEllipseShape':
> > : undefined reference to `SWFShape_drawCurveTo'
> > ./libmap.a(mapswf.o)(.text+0x4e7): In function `BuildEllipseShape':
> > : undefined reference to `SWFShape_drawCurveTo'
> > ./libmap.a(mapswf.o)(.text+0x561): In function `BuildEllipseButton':
> > : undefined reference to `newSWFButton'
> > ./libmap.a(mapswf.o)(.text+0x56d): In function `BuildEllipseButton':
> > : undefined reference to `SWFButton_addShape'
> > ./libmap.a(mapswf.o)(.text+0x59d): In function `BuildEllipseButton':
> > : undefined reference to `SWFButton_addShape'
> > ./libmap.a(mapswf.o)(.text+0x5e0): In function `BuildEllipseButton':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x5e9): In function `BuildEllipseButton':
> > : undefined reference to `SWFButton_addAction'
> > ./libmap.a(mapswf.o)(.text+0x615): In function `BuildEllipseButton':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x61e): In function `BuildEllipseButton':
> > : undefined reference to `SWFButton_addAction'
> > ./libmap.a(mapswf.o)(.text+0x64a): In function `BuildEllipseButton':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x653): In function `BuildEllipseButton':
> > : undefined reference to `SWFButton_addAction'
> > ./libmap.a(mapswf.o)(.text+0x67f): In function `BuildEllipseButton':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x688): In function `BuildEllipseButton':
> > : undefined reference to `SWFButton_addAction'
> > ./libmap.a(mapswf.o)(.text+0x6d8): In function `BuildPolygonShape':
> > : undefined reference to `newSWFShape'
> > ./libmap.a(mapswf.o)(.text+0x700): In function `BuildPolygonShape':
> > : undefined reference to `SWFShape_setLine'
> > ./libmap.a(mapswf.o)(.text+0x726): In function `BuildPolygonShape':
> > : undefined reference to `SWFShape_addSolidFill'
> > ./libmap.a(mapswf.o)(.text+0x732): In function `BuildPolygonShape':
> > : undefined reference to `SWFShape_setRightFill'
> > ./libmap.a(mapswf.o)(.text+0x782): In function `BuildPolygonShape':
> > : undefined reference to `SWFShape_drawLineTo'
> > ./libmap.a(mapswf.o)(.text+0x7cd): In function `BuildPolygonShape':
> > : undefined reference to `SWFShape_movePenTo'
> > ./libmap.a(mapswf.o)(.text+0x7fc): In function `BuildShape':
> > : undefined reference to `newSWFShape'
> > ./libmap.a(mapswf.o)(.text+0x829): In function `BuildShape':
> > : undefined reference to `SWFShape_setLine'
> > ./libmap.a(mapswf.o)(.text+0x849): In function `BuildShape':
> > : undefined reference to `SWFShape_addSolidFill'
> > ./libmap.a(mapswf.o)(.text+0x853): In function `BuildShape':
> > : undefined reference to `SWFShape_setRightFill'
> > ./libmap.a(mapswf.o)(.text+0x873): In function `BuildShape':
> > : undefined reference to `SWFShape_movePenTo'
> > ./libmap.a(mapswf.o)(.text+0x893): In function `BuildShape':
> > : undefined reference to `SWFShape_drawLineTo'
> > ./libmap.a(mapswf.o)(.text+0x8bb): In function `BuildShape':
> > : undefined reference to `SWFShape_drawLineTo'
> > ./libmap.a(mapswf.o)(.text+0x8ea): In function `BuildShape':
> > : undefined reference to `SWFShape_setLine'
> > ./libmap.a(mapswf.o)(.text+0x908): In function `BuildShapeLine':
> > : undefined reference to `newSWFShape'
> > ./libmap.a(mapswf.o)(.text+0x939): In function `BuildShapeLine':
> > : undefined reference to `SWFShape_setLine'
> > ./libmap.a(mapswf.o)(.text+0x951): In function `BuildShapeLine':
> > : undefined reference to `SWFShape_movePenTo'
> > ./libmap.a(mapswf.o)(.text+0x989): In function `BuildShapeLine':
> > : undefined reference to `SWFShape_drawLineTo'
> > ./libmap.a(mapswf.o)(.text+0x9b8): In function `BuildShapeLine':
> > : undefined reference to `SWFShape_movePenTo'
> > ./libmap.a(mapswf.o)(.text+0x9d4): In function `BuildButtonPolygon':
> > : undefined reference to `newSWFButton'
> > ./libmap.a(mapswf.o)(.text+0x9f5): In function `BuildButtonPolygon':
> > : undefined reference to `SWFButton_addShape'
> > ./libmap.a(mapswf.o)(.text+0xa23): In function `BuildButtonPolygon':
> > : undefined reference to `SWFButton_addShape'
> > ./libmap.a(mapswf.o)(.text+0xa66): In function `BuildButtonPolygon':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0xa6f): In function `BuildButtonPolygon':
> > : undefined reference to `SWFButton_addAction'
> > ./libmap.a(mapswf.o)(.text+0xa9b): In function `BuildButtonPolygon':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0xaa4): In function `BuildButtonPolygon':
> > : undefined reference to `SWFButton_addAction'
> > ./libmap.a(mapswf.o)(.text+0xad0): In function `BuildButtonPolygon':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0xad9): In function `BuildButtonPolygon':
> > : undefined reference to `SWFButton_addAction'
> > ./libmap.a(mapswf.o)(.text+0xb05): In function `BuildButtonPolygon':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0xb0e): In function `BuildButtonPolygon':
> > : undefined reference to `SWFButton_addAction'
> > ./libmap.a(mapswf.o)(.text+0xb4c): In function `BuildButtonLine':
> > : undefined reference to `newSWFButton'
> > ./libmap.a(mapswf.o)(.text+0xb74): In function `BuildButtonLine':
> > : undefined reference to `SWFButton_addShape'
> > ./libmap.a(mapswf.o)(.text+0xb97): In function `BuildButtonLine':
> > : undefined reference to `SWFButton_addShape'
> > ./libmap.a(mapswf.o)(.text+0xbda): In function `BuildButtonLine':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0xbe3): In function `BuildButtonLine':
> > : undefined reference to `SWFButton_addAction'
> > ./libmap.a(mapswf.o)(.text+0xc0f): In function `BuildButtonLine':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0xc18): In function `BuildButtonLine':
> > : undefined reference to `SWFButton_addAction'
> > ./libmap.a(mapswf.o)(.text+0xc44): In function `BuildButtonLine':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0xc4d): In function `BuildButtonLine':
> > : undefined reference to `SWFButton_addAction'
> > ./libmap.a(mapswf.o)(.text+0xc79): In function `BuildButtonLine':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0xc82): In function `BuildButtonLine':
> > : undefined reference to `SWFButton_addAction'
> > ./libmap.a(mapswf.o)(.text+0xd80): In function `msImageCreateSWF':
> > : undefined reference to `newSWFMovie'
> > ./libmap.a(mapswf.o)(.text+0xd9c): In function `msImageCreateSWF':
> > : undefined reference to `SWFMovie_setDimension'
> > ./libmap.a(mapswf.o)(.text+0xef2): In function  
> > `msImageStartLayerSWF':
> > : undefined reference to `newSWFMovie'
> > ./libmap.a(mapswf.o)(.text+0xf25): In function  
> > `msImageStartLayerSWF':
> > : undefined reference to `SWFMovie_setDimension'
> > ./libmap.a(mapswf.o)(.text+0xf9b): In function  
> > `msImageStartLayerSWF':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0xfae): In function  
> > `msImageStartLayerSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0xfd1): In function  
> > `msImageStartLayerSWF':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0xfe6): In function  
> > `msImageStartLayerSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x1019): In function
> > `msImageStartLayerSWF':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x102d): In function
> > `msImageStartLayerSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x1057): In function
> > `msImageStartLayerSWF':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x106f): In function
> > `msImageStartLayerSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x11fa): In function  
> > `msDrawStartShapeSWF':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x1214): In function  
> > `msDrawStartShapeSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x1263): In function  
> > `msDrawStartShapeSWF':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x127d): In function  
> > `msDrawStartShapeSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x1374): In function `AddMouseActions':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x137d): In function `AddMouseActions':
> > : undefined reference to `SWFButton_addAction'
> > ./libmap.a(mapswf.o)(.text+0x13a5): In function `AddMouseActions':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x13ae): In function `AddMouseActions':
> > : undefined reference to `SWFButton_addAction'
> > ./libmap.a(mapswf.o)(.text+0x13d6): In function `AddMouseActions':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x13df): In function `AddMouseActions':
> > : undefined reference to `SWFButton_addAction'
> > ./libmap.a(mapswf.o)(.text+0x140b): In function `AddMouseActions':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x180c): In function
> > `msDrawMarkerSymbolSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x1b50): In function
> > `msDrawMarkerSymbolSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x1b81): In function
> > `msDrawMarkerSymbolSWF':
> > : undefined reference to `SWFDisplayItem_moveTo'
> > ./libmap.a(mapswf.o)(.text+0x1d6b): In function
> > `msDrawMarkerSymbolSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x1d82): In function
> > `msDrawMarkerSymbolSWF':
> > : undefined reference to `SWFDisplayItem_moveTo'
> > ./libmap.a(mapswf.o)(.text+0x2380): In function `DrawShapePolyline':
> > : undefined reference to `newSWFShape'
> > ./libmap.a(mapswf.o)(.text+0x23a4): In function `DrawShapePolyline':
> > : undefined reference to `SWFShape_setLine'
> > ./libmap.a(mapswf.o)(.text+0x23dc): In function `DrawShapePolyline':
> > : undefined reference to `SWFShape_movePenTo'
> > ./libmap.a(mapswf.o)(.text+0x241e): In function `DrawShapePolyline':
> > : undefined reference to `SWFShape_drawLineTo'
> > ./libmap.a(mapswf.o)(.text+0x246c): In function
> > `DrawButtonFilledPolygon':
> > : undefined reference to `newSWFButton'
> > ./libmap.a(mapswf.o)(.text+0x248a): In function
> > `DrawButtonFilledPolygon':
> > : undefined reference to `SWFButton_addShape'
> > ./libmap.a(mapswf.o)(.text+0x24b1): In function
> > `DrawButtonFilledPolygon':
> > : undefined reference to `SWFButton_addShape'
> > ./libmap.a(mapswf.o)(.text+0x2504): In function `DrawButtonPolyline':
> > : undefined reference to `newSWFButton'
> > ./libmap.a(mapswf.o)(.text+0x251b): In function `DrawButtonPolyline':
> > : undefined reference to `SWFButton_addShape'
> > ./libmap.a(mapswf.o)(.text+0x2535): In function `DrawButtonPolyline':
> > : undefined reference to `SWFButton_addShape'
> > ./libmap.a(mapswf.o)(.text+0x25b4): In function `DrawText':
> > : undefined reference to `loadSWFFontFromFile'
> > ./libmap.a(mapswf.o)(.text+0x25ca): In function `DrawText':
> > : undefined reference to `newSWFText'
> > ./libmap.a(mapswf.o)(.text+0x25d6): In function `DrawText':
> > : undefined reference to `SWFText_setFont'
> > ./libmap.a(mapswf.o)(.text+0x25ea): In function `DrawText':
> > : undefined reference to `SWFText_moveTo'
> > ./libmap.a(mapswf.o)(.text+0x2606): In function `DrawText':
> > : undefined reference to `SWFText_setColor'
> > ./libmap.a(mapswf.o)(.text+0x2619): In function `DrawText':
> > : undefined reference to `SWFText_setHeight'
> > ./libmap.a(mapswf.o)(.text+0x2627): In function `DrawText':
> > : undefined reference to `SWFText_addString'
> > ./libmap.a(mapswf.o)(.text+0x2785): In function  
> > `msDrawLineSymbolSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x29fa): In function
> > `msDrawShadeSymbolSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x2c7c): In function `draw_textSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x2c98): In function `draw_textSWF':
> > : undefined reference to `SWFDisplayItem_moveTo'
> > ./libmap.a(mapswf.o)(.text+0x2cb6): In function `draw_textSWF':
> > : undefined reference to `SWFDisplayItem_rotate'
> > ./libmap.a(mapswf.o)(.text+0x2e02): In function `msGetLabelSizeSWF':
> > : undefined reference to `loadSWFFontFromFile'
> > ./libmap.a(mapswf.o)(.text+0x2e22): In function `msGetLabelSizeSWF':
> > : undefined reference to `newSWFText'
> > ./libmap.a(mapswf.o)(.text+0x2e33): In function `msGetLabelSizeSWF':
> > : undefined reference to `SWFText_setFont'
> > ./libmap.a(mapswf.o)(.text+0x2e3e): In function `msGetLabelSizeSWF':
> > : undefined reference to `SWFText_getStringWidth'
> > ./libmap.a(mapswf.o)(.text+0x3e74): In function  
> > `msDrawLabelCacheSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x403e): In function `msDrawWMSLayerSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x417e): In function
> > `msDrawRasterLayerSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x425a): In function `msSaveImageSWF':
> > : undefined reference to `fileOutputMethod'
> > ./libmap.a(mapswf.o)(.text+0x4260): In function `msSaveImageSWF':
> > : undefined reference to `SWFMovie_output'
> > ./libmap.a(mapswf.o)(.text+0x42b3): In function `msSaveImageSWF':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x42c4): In function `msSaveImageSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x42f0): In function `msSaveImageSWF':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x4301): In function `msSaveImageSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x432e): In function `msSaveImageSWF':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x433f): In function `msSaveImageSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x436c): In function `msSaveImageSWF':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x437d): In function `msSaveImageSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x43dd): In function `msSaveImageSWF':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x43ee): In function `msSaveImageSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x441b): In function `msSaveImageSWF':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x442c): In function `msSaveImageSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x4453): In function `msSaveImageSWF':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x4464): In function `msSaveImageSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x448b): In function `msSaveImageSWF':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x449c): In function `msSaveImageSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x4637): In function `msSaveImageSWF':
> > : undefined reference to `SWFMovie_setBackground'
> > ./libmap.a(mapswf.o)(.text+0x4664): In function `msSaveImageSWF':
> > : undefined reference to `fileOutputMethod'
> > ./libmap.a(mapswf.o)(.text+0x466a): In function `msSaveImageSWF':
> > : undefined reference to `SWFMovie_output'
> > ./libmap.a(mapswf.o)(.text+0x46c8): In function `msSaveImageSWF':
> > : undefined reference to `compileSWFActionCode'
> > ./libmap.a(mapswf.o)(.text+0x46da): In function `msSaveImageSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x471c): In function `msSaveImageSWF':
> > : undefined reference to `fileOutputMethod'
> > ./libmap.a(mapswf.o)(.text+0x4722): In function `msSaveImageSWF':
> > : undefined reference to `SWFMovie_output'
> > ./libmap.a(mapswf.o)(.text+0x479e): In function `msFreeImageSWF':
> > : undefined reference to `destroySWFMovie'
> > ./libmap.a(mapswf.o)(.text+0x47d6): In function `msFreeImageSWF':
> > : undefined reference to `destroySWFMovie'
> > ./libmap.a(mapswf.o)(.text+0x4949): In function
> > `msDrawVectorLayerAsRasterSWF':
> > : undefined reference to `SWFMovie_add'
> > ./libmap.a(mapswf.o)(.text+0x1420): In function `AddMouseActions':
> > : undefined reference to `SWFButton_addAction'
> > collect2: ld returned 1 exit status
> > make: *** [shp2img] Error 1
> > 
> > 
> > Aaron D. Hunt
> > Technical Manager
> > ZedX Inc.
> > Voice: 814-357-8490
> > Fax:    814-357-8499



More information about the mapserver-users mailing list