Announcement

Collapse
No announcement yet.

cvs install issues

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • cvs install issues

    I'm trying to download and install the cvs sources. I'm sure everthing downloads and it compiles fine, however when I go 'make' I get this error:

    Making all in ai
    make[2]: Entering directory `/home/glenn/games/freeciv-cvs/freeciv/ai'
    make[2]: *** No rule to make target `advattitude.c', needed by `advattitude.o'. Stop.
    make[2]: Leaving directory `/home/glenn/games/freeciv-cvs/freeciv/ai'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/glenn/games/freeciv-cvs/freeciv'
    make: *** [all] Error 2
    I don't know what this means so I wouldn't have a clue how to fix it. Is this error familiar to anyone?

  • #2
    Did you pull down the sources directly from cvs or did you download a cvs snapshot? Did you run ./autogen.sh first?

    advattitude.c is a file that has been removed from cvs.

    Comment


    • #3
      I was downloading the sources directly. Yes, running autogen.sh did the trick. I think that should really be mentioned on the How to contribute page where it says how to get the sources.

      Thanks.

      Comment

      Working...
      X