From: Andris S. <li...@ap...> - 2001-08-08 22:31:52
|
1)Downloaded & installed these packages 2)Followed the instructions on how to install BC 3)Typed make and got the following: make: /bin/sh.exe: command not found make: *** [langs] Error 127 Any ideas what can I have done wrong? P.S. I think you mean Regex, not Reges [in the list of packages needed] Andris Spruds |
From: Andris S. <li...@ap...> - 2001-08-09 07:09:54
|
Alex, you should add ash (because of sh.exe missing; another good idea is to make a copy of bash.exe and rename it to sh.exe in the cygwin/bin directory) and sed (sed.exe missing) to the list of packages to download. Now the build runs fine, except the old known problem with prepend.php: $ make Building da site in user in user/htdocs in base in core in bldr in init Could not open file for writing : in lib in mgr Building en site in user in user/htdocs in base in core in bldr in init Could not open file for writing : in lib in mgr Andris Spruds |
From: Andris S. <li...@ap...> - 2001-08-09 07:13:21
|
> Alex, you should add ash (because of sh.exe missing; another good idea is to > make a copy of bash.exe and rename it to sh.exe in the cygwin/bin directory) > and sed (sed.exe > missing) to the list of packages to download. Sorry, sed was already in the list. Again, sorry about my repeated messages on the list. Andris Spruds |
From: Andris S. <li...@ap...> - 2001-08-11 07:46:03
|
Ronald, as it later turned out, I had disabled register_argc_argv in my php.ini, so processprepend.php received no parameters. You might want to add this to install.win32 in a section called Troubleshooting or whatever, because I'm not the first one to have this kind of problem and probably not the last one as well... Alex, I'm quite interested to make xml2php working. Some questions about it: 1) I see you want to use binarycloud prepend.php & other stuff. Does it mean that later [when xml2php script actually works] you're planning to execute it at the end of make process when all BC files are copied/created? 2) The use of XMLUtils library in xml2php.php- do you have such library already (if so, where can I download it), or are you going to start and create it from the beginning? Andris Spruds ----- Original Message ----- From: <bin...@li...> To: <bin...@li...> Sent: Wednesday, August 08, 2001 9:07 PM Subject: binarycloud-dev digest, Vol 1 #203 - 2 msgs > Send binarycloud-dev mailing list submissions to > bin...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > or, via email, send a message with subject or body 'help' to > bin...@li... > > You can reach the person managing the list at > bin...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of binarycloud-dev digest..." > > > Today's Topics: > > 1. RE: CVS daily synch (Andreas Aderhold) > 2. RE: CVS daily synch (Andreas Aderhold) > > --__--__-- > > Message: 1 > From: "Andreas Aderhold" <a.a...@th...> > To: <bin...@li...> > Subject: RE: [binarycloud-dev] CVS daily synch > Date: Tue, 7 Aug 2001 22:53:19 +0200 > Reply-To: bin...@li... > > Hi Alex, > > > are there any other commits I should know about? > > yes > > r2/binarycloud/user/conf/datasources.php > > I fixed it to work with import (global $datasources) and quotet/caseified > the array keys. > > > Andi > > > > --__--__-- > > Message: 2 > From: "Andreas Aderhold" <a.a...@th...> > To: <bin...@li...> > Subject: RE: [binarycloud-dev] CVS daily synch > Date: Wed, 8 Aug 2001 10:34:44 +0200 > Reply-To: bin...@li... > > Hi Alex, > > antoher sf-commit: > > r2/binarycloud/base/core/Request.php > > > > > > > --__--__-- > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > > > End of binarycloud-dev Digest > > |
From: alex b. <en...@tu...> - 2001-08-12 01:28:42
|
> Alex, I'm quite interested to make xml2php working. Some questions about it: > 1) I see you want to use binarycloud prepend.php & other stuff. Does it > mean that later [when xml2php script actually works] you're planning to > execute it at the end of make process when all BC files are copied/created? That's essentially correct - all files named .php.xml (I think that's what it will end up being) will be processed as xml-> php. We'll probably have to have some minimal "type specific" profile code that governs variable naming, etc... I'd like to see page definitions be functional first. Second, I have a static module rendering 'model' which I would like to implement in Page, which would allow people to write _vastly_ simplified pages with html right there.. (I'll spec this in a bit) > 2) The use of XMLUtils library in xml2php.php- do you have such library > already (if so, where can I download it), or are you going to start and > create it from the beginning? It exists, I'll put it in CVS if you'd like to play around with it :) best, _alex > Andris Spruds > > > ----- Original Message ----- > From: <bin...@li...> > To: <bin...@li...> > Sent: Wednesday, August 08, 2001 9:07 PM > Subject: binarycloud-dev digest, Vol 1 #203 - 2 msgs > > > > Send binarycloud-dev mailing list submissions to > > bin...@li... > > > > To subscribe or unsubscribe via the World Wide Web, visit > > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > > or, via email, send a message with subject or body 'help' to > > bin...@li... > > > > You can reach the person managing the list at > > bin...@li... > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of binarycloud-dev digest..." > > > > > > Today's Topics: > > > > 1. RE: CVS daily synch (Andreas Aderhold) > > 2. RE: CVS daily synch (Andreas Aderhold) > > > > --__--__-- > > > > Message: 1 > > From: "Andreas Aderhold" <a.a...@th...> > > To: <bin...@li...> > > Subject: RE: [binarycloud-dev] CVS daily synch > > Date: Tue, 7 Aug 2001 22:53:19 +0200 > > Reply-To: bin...@li... > > > > Hi Alex, > > > > > are there any other commits I should know about? > > > > yes > > > > r2/binarycloud/user/conf/datasources.php > > > > I fixed it to work with import (global $datasources) and quotet/caseified > > the array keys. > > > > > > Andi > > > > > > > > --__--__-- > > > > Message: 2 > > From: "Andreas Aderhold" <a.a...@th...> > > To: <bin...@li...> > > Subject: RE: [binarycloud-dev] CVS daily synch > > Date: Wed, 8 Aug 2001 10:34:44 +0200 > > Reply-To: bin...@li... > > > > Hi Alex, > > > > antoher sf-commit: > > > > r2/binarycloud/base/core/Request.php > > > > > > > > > > > > > > --__--__-- > > > > _______________________________________________ > > binarycloud-dev mailing list > > bin...@li... > > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > > > > > > End of binarycloud-dev Digest > > > > > > > > > > > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |
From: Gerry K. <ge...@mc...> - 2001-08-13 07:06:25
|
This project sounds interesting. I'd like to know more about xml2php. Gerry |
From: Alex B. <en...@tu...> - 2001-08-13 18:28:41
|
xml2php is a tool that 'makes' xml array structures into php array structures. the idea is to keep all the 'ease of use' of xml, without the runtime overhead of parsing it. :) _a > This project sounds interesting. I'd like to know more about xml2php. > > Gerry > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |