Re: [mapserver-users] Error compiling Mapserver 6.0.3

2012-08-30 Thread Luís de Sousa
Hello everyone, Yesterday I went round the several Mapscript installations I'm managing and noted that those that I've compiled so far have all been 6.0.2. But this time I'm trying with postgres for the first time, hence I though this to be the cause of my troubles. This morning, more out of

Re: [mapserver-users] Error compiling Mapserver 6.0.3

2012-08-30 Thread Eichner, Andreas - SID-NLKM
make lexer You can safely ommit that as maplexer.c is shipped with the distribution. ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Error compiling Mapserver 6.0.3

2012-08-30 Thread Luís de Sousa
Hi Andreas, please check the comments up thread to understand why I'm including it. Regards, Luís On 30 August 2012 10:45, Eichner, Andreas - SID-NLKM andreas.eich...@sid.sachsen.de wrote: make lexer You can safely ommit that as maplexer.c is shipped with the distribution.

Re: [mapserver-users] Error compiling Mapserver 6.0.3

2012-08-30 Thread thomas bonfort
As already stated multiple times, you have no reason to regenerate the lexer yourself, i.e. flex and yacc are *not* a requirement for building. Start off with a fresh directory from a 6.0.3 tarball, to be sure touch maplexer.c and uninstall flex/yacc, and you should be fine. On Thu, Aug 30, 2012

Re: [mapserver-users] Error compiling Mapserver 6.0.3

2012-08-30 Thread Luís de Sousa
On 30 August 2012 11:12, thomas bonfort thomas.bonf...@gmail.com wrote: As already stated multiple times, you have no reason to regenerate the lexer yourself, i.e. flex and yacc are *not* a requirement for building. Start off with a fresh directory from a 6.0.3 tarball, to be sure touch

Re: [mapserver-users] Error compiling Mapserver 6.0.3

2012-08-30 Thread Eichner, Andreas - SID-NLKM
That's what I did on Debian Squeeze: $ wget -O- http://download.osgeo.org/mapserver/mapserver-6.0.3.tar.gz; | tar xz $ cd mapserver-6.0.3/ $ ./configure --with-ogr=/usr/bin/gdal-config --with-gdal=/usr/bin/gdal-config --with-wfsclient --with-wmsclient --enable-debug

Re: [mapserver-users] Error compiling Mapserver 6.0.3

2012-08-30 Thread Luís de Sousa
On 30 August 2012 12:05, Eichner, Andreas - SID-NLKM All went fine so I'm just wondering what the hell you're doing. Hi Andreas, if you read the very first message in this thread you'll see that was the first thing I tried. Regards, Luís ___

[mapserver-users] OGR Virtual Format and character encoding

2012-08-30 Thread Chris Jackson
Hi all I have OGR Virtual Format layer in my map file and the underlying .OVF is calling a flat MS SQL table of point data. The layer displays fine, but I am having issues with umlauts etc for one of the attribute fields. When I run the ogrinfo command on the layer, it has already messed up the

[mapserver-users] label MINSCALEDENOM, MAXSCALEDENOM usage

2012-08-30 Thread 李杨
Hi. I use basemaps to generated the .mapfile for my osm postgis data. But I found some lable in the mapfile such asMINSCALEDENOM,MAXSCALEDENOM. I am not very understand these labels. If use these labels,when enlarge ,will make the image disappear. If I delete the labels in th emapfile, enlage

Re: [mapserver-users] label MINSCALEDENOM, MAXSCALEDENOM usage

2012-08-30 Thread Jeff McKenna
Some quick words of advice: I see you asking the exact same questions on mapserver-dev, then mapserver-users, then IRC: and different people spend time on your questions on each venue. Please use one venue (I recommend you use mapserver-users, where over 2,000 people live); but if you choose to

Re: [mapserver-users] label MINSCALEDENOM, MAXSCALEDENOM usage

2012-08-30 Thread Fawcett, David (MPCA)
You may want to read the mapfile documentation. Here is the page for layers: http://mapserver.org/mapfile/layer.html I would also suggest only sending messages to one of the mapserver lists at a time. David. From: mapserver-users-boun...@lists.osgeo.org

[mapserver-users] [TINYOWS] Circular references in schemas?

2012-08-30 Thread Eric
Hello list, I have tried to search through the past archives but couldn't locate an answer to my question. Apologies if this has already been answered. I have just compiled TINYOWS and installed/configured it. I am going through the tutorials, and in

Re: [mapserver-users] [TINYOWS] Circular references in schemas?

2012-08-30 Thread Stephen Woodbridge
I did not try it with the earlier version of libxml2, but I am using 2.8 without any problems. -Steve On 8/30/2012 12:12 PM, Eric wrote: Hello list, I have tried to search through the past archives but couldn't locate an answer to my question. Apologies if this has already been answered. I