From: Andris S. <an...@do...> - 2001-08-22 23:12:26
|
> I'm getting this: > /bin/sh: /home/alex/r2/binarycloud/build/en/htdocs: is a > directory > make: *** [xml_page_def] Error 126 > alex@core htdocs> Just checked in all binarycloud tree and tried to document the changes needed for xml2php to work. I got the same error before I remembered I changed /binarycloud/makefile.in as well... Part of it looks like this: GETPKG=$(TOOLS_DIR)/pk2dir.pl INSTALLCODE=$(TOOLS_DIR)/installcode.sh PROCESSPREPEND = $(TOOLS_DIR)/processprepend.php But it should contain one more line which defines the location of xml2php, so: GETPKG=$(TOOLS_DIR)/pk2dir.pl INSTALLCODE=$(TOOLS_DIR)/installcode.sh PROCESSPREPEND = $(TOOLS_DIR)/processprepend.php XML2PHP= $(TOOLS_DIR)/xml2php.php Also, it might be an good idea to add XMLUtils.php to the list of copied files at /binarycloud/base/lib/makefile Let me know if anyone can build the thing now, because I'm not going to update the CVS with the new version of xml2php & friends & makefiles unless I hear at least one success story (:>) Bellow the history of changes needed with the latest bc version from CVS: /binarycloud/makefile - changed the order of the build process /binarycloud/makefile.in - added XML2PHP= $(TOOLS_DIR)/xml2php.php /binarycloud/base/utils/processprepend.php - added #!c:/php/php.exe -q at the beginning of the file /binarycloud/user/makefile - added xml2php calling functions /binarycloud/base/lib/makefile - added XMLUtils.php to the list of files copied Andris Spruds |