#27 closed defect (fixed)
mismatch in paths (related to Ticket #24)
Reported by: | Juergen Reuter | Owned by: | ALL |
---|---|---|---|
Priority: | P4 | Milestone: | |
Component: | configure | Version: | 2.0.0alpha |
Severity: | minor | Keywords: | build-/source-dir idiosyncracies |
Cc: | sebastian.schmidt@… |
Description
When executing e.g. ./bin/whizard < test/whizard.in.colors, libtool searches for .mod files in the directory <build_dir>/lib/whizard/mod/misc which doesn't exist (-> Fatal Error: Can't open module file 'kinds.mod' for reading at (1): No such file or directory). The files are located in <build_dir>/lib/whizard/mod/aux instead.
Thanks to Sebastian Schmidt for reporting that problem.
Change History (3)
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
Milestone: | v2-public → v2.0-beta |
---|
Note: See
TracTickets for help on using
tickets.
This was a simple typo in a Makefile.am (missing renaming aux -> misc). Fixed in r1198.