You mean make clean and then start over? or a make clean at some strategic point?

Assuming make clean and start over:

andy@mapper:/pub/apps/mapserver$ git status
# On branch branch-6-2
nothing to commit (working directory clean)

then configure and make worked ok, but in mapscript/perl I got the same error's.

-Andy


On 2/14/2013 9:19 AM, Umberto Nicoletti wrote:
make clean

fixed it for me
Umberto


On Thu, Feb 14, 2013 at 3:48 PM, Andy Colson <a...@squeakycode.net
<mailto:a...@squeakycode.net>> wrote:

    On 2/14/2013 8:09 AM, Umberto Nicoletti wrote:

        It's in the 6.2 branch, please review it:

        
https://github.com/mapserver/__mapserver/commit/__a4ac07d8da7d81f42090890a7e359b__dc1f277dbf
        
<https://github.com/mapserver/mapserver/commit/a4ac07d8da7d81f42090890a7e359bdc1f277dbf>

        Umberto



    Mmm.. No, that didnt seem to work.

    andy@mapper:/pub/apps/__mapserver$ git branch
    * branch-6-2
       master



    top level ./configure and make went ok, then:

    andy@mapper:/pub/apps/__mapserver$ cd mapscript/perl

    andy@mapper:/pub/apps/__mapserver/mapscript/perl$ perl Makefile.PL
    -I/pub/apps/mapserver -I/usr/local/include -I/usr/include
    -L/usr/lib -L/pub/apps/mapserver/.libs -lmapserver
    -rpath /usr/lib -lmapserver -lfreetype -lz -lbz2 -L/usr/lib64 -lgd
    -lproj -ljpeg -lpng -lgif -L/usr/local/lib -lgdal
    -L/usr/local/pg92/lib -lpq -L/usr/lib64 -lgeos_c -lc -lm -ldl -lstdc++
    6.2.0
    Writing Makefile for mapscript
    Writing MYMETA.yml and MYMETA.json

    andy@mapper:/pub/apps/__mapserver/mapscript/perl$ make
    cp mapscript.pm <http://mapscript.pm> blib/lib/mapscript.pm
    <http://mapscript.pm>
    cc -c  -I/pub/apps/mapserver -I/usr/local/include -I/usr/include
    -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe
    -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE
    -D_FILE_OFFSET_BITS=64 -O2 -fPIC   -DVERSION=\"6.2.0\"
    -DXS_VERSION=\"6.2.0\" -fPIC "-I/usr/lib64/perl5/CORE"
      -DHAVE_VSNPRINTF -DNEED_STRLCPY -DNEED_STRLCAT -DNEED_STRRSTR
    -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL
    -DUSE_OGR -DUSE_GEOS -DHAVE_SYNC_FETCH_AND_ADD -DUSE_PROJ -DUSE_GD
    -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_GIF -DUSE_ICONV -DUSE_JPEG
    -DUSE_GIF -DUSE_PNG -DUSE_FREETYPE -DHAVE_VSNPRINTF -DNEED_STRLCPY
    -DNEED_STRLCAT -DNEED_STRRSTR -DDISABLE_CVSID mapscript_wrap.c
    mapscript_wrap.c: In function '_wrap_scaleTokenEntryObj___minscale_set':
    mapscript_wrap.c:21664:5: error: unknown type name 'scaleTokenEntryObj'
    mapscript_wrap.c:21664:33: error: 'scaleTokenEntryObj' undeclared
    (first use in this function)
    mapscript_wrap.c:21664:33: note: each undeclared identifier is
    reported only once for each function it appears in
    mapscript_wrap.c:21664:53: error: expected expression before ')' token
    mapscript_wrap.c:21680:33: error: expected expression before ')' token
    ...Lots more...



    _________________________________________________
    mapserver-users mailing list
    mapserver-users@lists.osgeo.__org
    <mailto:mapserver-users@lists.osgeo.org>
    http://lists.osgeo.org/__mailman/listinfo/mapserver-__users
    <http://lists.osgeo.org/mailman/listinfo/mapserver-users>



_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to