Hi there, I know that it is possible in geant to specify that an 'exec' command should ignore the return value of the executed process. I was wondering if the...
... Hey, long time no hear. Actually, I introduced one just to see whether my observation was correct not only for the Erl-G test suite, but also for the Gobo...
are you looking for a job are u interested in making a move in your life for free, you can do so by visiting www.rentacoderz.com also you homework or you...
I pulled down gobo from CVS this morning, tried to bootstrap, experienced a "BUILD FAILED". established GOBO environmental variable as path to gobo directory...
Okay. Did. Failed with a different message (actually I think this is the same message I got this morning, although I didn't make a good record of it then.) :...
OK, you should remove again the content of $GOBO/bin, then follow the instructions in the section "ISE 5.6" of $GOBO/Release_notes.txt, and run the bootstrap...
... Just setting the environment variable ISE_5_6 should be enough. No need to run 'geant clobbler/install' for a version checked out from CVS, so don't worry ...
... Okay, Did that (Sorry, I earlier missed the note in Release_notes). BUILD FAILED again (hour and a half later) with this text: [Lots of the following...
All I know is that it compiles fine under Windows. Colin is using Linux and I don't think he has problems either. So this problem might be due to the...
I cleared all in gobo/bin and tried again. Ultimately I got another BUILD FAILED with this message: /usr/local/Eiffel/Eiffel56/studio/spec/linux-x86/bin/x2c...
Hi, I have added the first two chapters of the documentation of the argument parsing library to CVS. It would be nice if anybody could have a look at it and...
Good Lord! It built successfully! (I think.) I had decided to try it "one more time". I started it last night at about 8:00; It completed sometime after 4:30...
I'm attempting to bootstrap Gobo (CVS HEAD) using Visual Eiffel 5.0b (Build 2508) and it's throwing up a few compilation errors due to recent changes to Gobo. ...
... Well, Visual Eiffel has not been maintained for a loooonnnnng time. Supporting Visual Eiffel means that we cannot use Agents, Tuples, INTEGER_64 and...
Hi Eric, ... Yes, and Visual Eiffel has suffered some bitrot as a result. In particular, it does not build when using up-to-date versions of its dependencies. ...
... I could have continued supporting both compilers. I proved it was possible in the past. The problem is that at each single release SmartEiffel breaks...
Does Gobo contain a function for escaping a STRING so it may be passed as part of a complete expression, without being an expression itself, to the regex...
... Hash: SHA1 ... Paul> Does Gobo contain a function for escaping a STRING so it may Paul> be passed as part of a complete expression, without being an Paul>...
On Thu, 02 Nov 2006 06:30:22 +0100, Berend de Boer <berend@...> ... In general, escaping is a needed functionality for many applications (specially in...
Hi Paul, Use a regular expression to escape the special characters. The gobo regexp engine is based on PCRE, so a lot of recipes that would work for Perl work...
Hi gobo users, I'm looking for an xml parser able to parse an iso-8859-15 encoded xml files. This encoding is very similar to the iso-8859-1, also known as ...
Christophe Couronne
christophe.couronne@...
Nov 4, 2006 1:01 pm
1517
... Hash: SHA1 ... Christophe> It's seems better. I do not have the possibility to Christophe> choice the input encoding (this comes from another Christophe>...