#118 closed defect (worksforme)
WHIZARD does NOT compile at the moment at all
Reported by: | Juergen Reuter | Owned by: | kilian |
---|---|---|---|
Priority: | P1 | Milestone: | |
Component: | core | Version: | 2.0.0beta |
Severity: | blocker | Keywords: | compilation |
Cc: |
Description
It stops in compilation with the following error message:
/bin/sh ../../libtool --mode=compile gfortran45 -I../misc -I../vamp -g -O2 -c -o decays.lo decays.f90 libtool: compile: gfortran45 -I../misc -I../vamp -g -O2 -c decays.f90 -fno-common -o .libs/decays.o libtool: compile: gfortran45 -I../misc -I../vamp -g -O2 -c decays.f90 -o decays.o >/dev/null 2>&1 make[2]: *** No rule to make target `limits.lo', needed by `events.lo'. Stop. make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1
Note: See
TracTickets for help on using
tickets.
Don't know what your system does here, but for me it works flawlessly.
After Thorsten's O'Mega modification the system had to be sort-of rebooted, so try: svn update, autoreconf, and remove build tree completely before configure and make?