AW: [mapserver-users] Compiling Mapserver 3.6 for Linux (SuSE8.0)

Peter Haussl pha at plan.at
Wed Jun 26 17:30:18 EDT 2002


yeah .... you are right J.F. I've installed the YACC package and finally i
got the following error message:

 yacc -p msyy -d -omapparser.c mapparser.y
 usage: yacc [-dlrtv] [-b ...] [-p ...] filename
 make: *** [mapparser.c] Error 1

i think the syntax of the yacc - version delivered by SuSE 8.0 is a little
bit different than the one you all are using.
In my oppinion I've to use the "bison -y" way to be successfull. :)
I tell you as soon as i have tried out.

Peter

-----Ursprüngliche Nachricht-----
Von: owner-mapserver-users at lists.gis.umn.edu
[mailto:owner-mapserver-users at lists.gis.umn.edu]Im Auftrag von Doyon,
Jean-Francois
Gesendet: Mittwoch, 26. Juni 2002 15:44
An: 'Peter Haussl'; mapserver-users at lists.gis.umn.edu
Betreff: RE: [mapserver-users] Compiling Mapserver 3.6 for Linux
(SuSE8.0)


Peter,

Yup, you're missing a package ... "yacc" :)

Yacc and Bison are similar, and you can get bison to behave as Yacc does
with "bison -y" ...

However, from what I can tell SuSe should include the "yacc" package ... if
not you should be able to find it and install it.

Cheers,
J.F.

-----Original Message-----
From: Peter Haussl [mailto:pha at plan.at]
Sent: Wednesday, June 26, 2002 8:33 AM
To: mapserver-users at lists.gis.umn.edu
Subject: [mapserver-users] Compiling Mapserver 3.6 for Linux (SuSE8.0)


I try to compile mapserver for Linux (Distribution: SuSE 8.0) to run with

Proj 4.4.5
GD 1.8.3 (including GIF Support)
LibPNG 1.2.3

I've compiled all sub libaries and prepared make using

./configure --with-proj --with-gd=/tmp/gdlib/ --with-png=/tmp/gdlib/

while doing the make i've got the following errormessages

make: yacc: Command not found
make: *** [mapserver.c] Error 127

I hope anybody out there who can help me!

Peter




More information about the mapserver-users mailing list