Dittmar, Daniel wrote:
There are still at least two problems here:lcmake.pm anyone?Our fault. A few scripts have to be present for the build tool to work. And as we rarely build the tools from scratch, these don't get added to the Makefile. If you get the latest TOOLSRC from cvs and run ./configure again, lcmake.pm should now be built. Daniel Dittmar
- the copyright character in TOOLSRC/sys/src/tt/toolvars-tml.pl.tt line 96 is wreaking havoc when there is UTF-8 locale (like RedHat 8.0). Please replace it with (C) to avoid any need to convert to UTF-8.
- You are running into chicken-egg circular dependency trying to build alltools target, including lcmake.pl and its dependancies (Mail/Sendmail.pl), using imf.pl which requires lcmake.pl to run.
You can't build these with imf.pl.
lcmake.pl and Mail/Sendmail.pl need to be moved out from "alltools" to "base" make target (or create intermediate target between basescripts and alltools).
I was able to workaround this by first executing "base" and "basescripts" make targets, then manually copying the module files,
and finally running rest of the make targets:
$ ./configure
$ make base basescripts
$ cp sys/src/APODev/lcmake.pm lib/perl5
$ mkdir lib/perl5/Mail
$ cp sys/src/Perl/Mail/Sendmail.pm lib/perl5/Mail
$ make alltools checkRegistryDir
There are other smaller problems too...
I'll keep you informed about my progress.
Jan
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general
