#119 closed defect (fixed)
WHIZARD does not compile, even if newly checked out
Reported by: | Juergen Reuter | Owned by: | kilian |
---|---|---|---|
Priority: | P1 | Milestone: | |
Component: | core | Version: | 2.0.0beta |
Severity: | blocker | Keywords: | wrong dependencies |
Cc: |
Description
Even if newly checked out, WHIZARD does not compile, but stops with the error message:
libtool: compile: gfortran45.old -I../misc -I../vamp -g -O2 -c decays.f90 -fPIC -o .libs/decays.o libtool: compile: gfortran45.old -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[2]: Leaving directory `/localscratch/reuter/test/trunk/src/whizard-core' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/localscratch/reuter/test/trunk/src' make: *** [all-recursive] Error 1
What is going wrong here???
Change History (3)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Seems, that this was the culprit. Closing.
Note: See
TracTickets for help on using
tickets.
Sorry, there was a missing !NODEP!
Added this in [1494]. Don't know why it worked for me ...
Please try again, if it works, close the ticket.