Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#247 closed defect (fixed)

Can not compile GEOS SVN

Reported by: robe Owned by: mloskot
Priority: major Milestone: 3.1.1
Component: Build/Install Version: main
Severity: Significant Keywords:
Cc:

Description

Maybe I'm missing something -- but just tried pulling SVN of GEOS. First I tried make clean and got a bunch of errors about aclocal 1.10 missing or something. Then I tried

doing an sh autogen.sh

I can't autogen or compile it on either my OpenSUSE 10.3 box or Windows XP under MingW. both give similar Error.

OpenSUSE gives this error sh autogen.sh

  • Running /usr/bin/libtoolize (1.5.24)

\tOPTIONS = --force --copy

  • Running /usr/bin/aclocal (1.10)
  • Running /usr/bin/autoheader (2.61)
  • Running /usr/bin/automake (1.10)

\tOPTIONS = --add-missing --copy configure.in:250: required file `tests/unit/tut/Makefile.in' not found

Something went wrong, giving up!

--Windows XP gives this error

  • Running /bin/libtoolize (1.4e)

\tOPTIONS = --force --copy

  • Running /bin/aclocal (1.8.2)

/usr/share/aclocal/autoopts.m4:22: warning: underquoted definition of AG_PATH_AUTOOPTS

run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal

  • Running /bin/autoheader (2.59)
  • Running /bin/automake (1.8.2)

\tOPTIONS = --add-missing --copy configure.in:350: required file `tests/unit/tut/Makefile.in' not found

Something went wrong, giving up!

Change History (3)

comment:1 by mloskot, 15 years ago

Owner: changed from geos-devel@… to mloskot
Status: newassigned

This is likely my fault. I reorganized unit tests yesterday (r2343 and r2344).

I will fix it today.

comment:2 by mloskot, 15 years ago

Component: DefaultBuild/Install
Resolution: fixed
Severity: UnassignedSignificant
Status: assignedclosed

Fixed in trunk (r2346)

comment:3 by robe, 15 years ago

thanks for fixing this. Seems to work -- well I can compile again on both OS so I can continue my tests.

Note: See TracTickets for help on using tickets.