Results 1 to 2 of 2

Thread: GRASS Compilling

  1. #1
    Join Date
    Dec 2005
    Beans
    36

    GRASS Compilling

    I am relatively new to linux and I am also a GIS user. I have been trying to compile GRASS on my box and everytime I try to compile the source code with ./configure it fails because it can't find lex. This is the only lex file I can find using slocate /usr/share/apps/katepart/syntax/lex.xml

    Please help, how do I get GRASS working?????

  2. #2
    Join Date
    Oct 2004
    Location
    Kingston, On
    Beans
    Hidden!

    Re: GRASS Compilling

    flex provides lex.

    Install flex:

    sudo apt-get install flex


    In general, you can find a file in a package using the
    packages.ubuntu.com site and typing the name of the file ("lex" in this case) in the lower box and seeing what package it belongs to.
    Last edited by az; January 12th, 2006 at 10:12 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •