From: Bruce D. <br...@yo...> - 2001-08-18 00:07:20
|
OOPs, That didn't worked so I tried running processprepend.php from the command line, then I figured out that I had screwed up. The first line of processprepend was #!/php4/php.exe -q but that won't work it needs the c: i.e #!c:/php4/php.exe -q RTFM :), Bruce 18/08/01 04:59:23, Alex Black <en...@tu...> wrote: >let me know if that works, because it would probably work on linux, as well. >it seems like maintaining windows compatibility is a real possibility, so >I'd like to try and 'make the make process' as "cross platform" as possible. > >:) > >_a > >> Hi Bruce, >> >>> Andi, >>> That's great I assume that fixed the problem with the extra r in >>> the file name, >> Yeeep. >> >>> Building da site >>> in user >>> in user/htdocs >>> in base >>> in core >>> in bldr >>> in init >>> c:/cygwin/home/pcguest/cvs/r2/binarycloud/base/utils/processprepen >>> d.php: not fou >> >> Hmm I got that kind of error under linux too after I changed the file over >> the network. The problem was that the file was not executable (smb resetted >> the x flag) and make coud not execute it. >> >> I guess thats a win problem caus win does only execute files with .exe .com >> or .bat extension, while linux does execute files with the x flag not matter >> how the extension is (in this case .php). >> >> try to replace the following line in Makefile.in >> PROCESSPREPEND = $(TOOLS_DIR)/processprepend.php >> with >> PROCESSPREPEND = "sh $(TOOLS_DIR)/processprepend.php" >> >> I'm not sure if this would work, just give it a try. >> >> Andi >> >> >> _______________________________________________ >> binarycloud-general mailing list >> bin...@li... >> http://lists.sourceforge.net/lists/listinfo/binarycloud-general >> > > >_______________________________________________ >binarycloud-general mailing list >bin...@li... >http://lists.sourceforge.net/lists/listinfo/binarycloud-general > |