Subject: | Can't find libraries --> compilation errors (windows XP) |
OS: Windows XP PRo + latest updates
Dev: Dev-Cpp (Dev-C++ 5.0 beta 9.2 (4.9.9.2),
with Mingw/GCC 3.4.2 including perl)
Make: nmake v1.5 (Microsoft)
----------------------------------------------------------------------
The Makefile generated using "perl Makefile.PL" has a backslash in the
include list ( INC= ... snip ...../DBI/ )
Result: Can't find DBIXS.h (see testlog.before)
Removing the backslash (in the Makefile) solves this problem (see
testlog.after)
The correct solution (if possible) should be in Makefile.PL, but I'm not
familiar enough with perl.
Installing DBI-1.5 using the same procedure went OK.
Subject: | testlog.before |
Message body not shown because it is not plain text.
Subject: | perlinfo |
Message body not shown because it is not plain text.
Subject: | testlog.after |
Message body not shown because it is not plain text.