... I guess they should be pretty similar (maybe different on VE, otherwise at worst UC_STRING just adds a pointer indirection I think). ... No, because it's...
... No, both parsers generate events, which can be plugged into an event consumer that builds a tree. I don't think Berend's tests involved trees. -- ...
After reproducing this in the debugger, it seems that the problem is that eif_freeze() is returning NULL. This happens in the parse_incremental_from_stream()...
... As I said before, `eif_freeze' might not work in all cases. When it fails, it returns NULL. Nothing has changed in this area in more recent releases. You...
Manu, Your suggestion seems to have worked when I step through the code, but when I run frozen code without stopping at breakpoints I get a segmentation ...
It looks like I'm right back to where I started - I'm seeing the same stack trace now that I was originally. However, I narrowed the problem down to ...
I forgot to add that this doesn't happen all the time...only in one or two code paths. Most of the XML parsing that I'm doing is performed without seeing this...
What is the way to pass the parameters/variables to the "geant" task? (This is similar to calling "geant" from the command line with the option(s) "-D".) The...
Is it possible to call "geant" recursively? E.g., the directory structure is .\a .\b .\c and "geant" is invoked in ".". Is it possible to call geant in the...
... That is not implemented (yet) in geant. You have to use <set> and if needed <unset> afterwards. If you invoke geant targets of another file and want to...
... Yes and no ;-) <geant> supports a nested fileset element. If specified, for each entry in the fileset the target named by the value of <geant>'s target...
... Sven> Yes and no ;-) Sven> <geant> supports a nested fileset element. If specified, for Sven> each entry in the fileset the target named by the value of ...
Colin Paul Adams
colin@...
Aug 6, 2003 2:23 pm
933
... The documentation is something we still have to work on. We simply provide what we have so far since we thought that this is better than nothing. Regarding...
I'm writing a program that uses a 3rd-party library. At run time I got a panic, as class ARRAY wasn't visible. So I edited $GOBO/library/kernel.xace to add an...
Colin Paul Adams
colin@...
Aug 7, 2003 6:07 am
935
... Not currently. But nothing prevents you from having your own kernel.xace file instead of using the one from $GOBO/library/kernel.xace. -- Eric Bezault ...
... Berend> And that's what I do as well. I can see that it's better to do it that way. Berend> One day we will have the option to mount *and* change Berend>...
Colin Paul Adams
colin@...
Aug 7, 2003 10:57 am
939
Is there a variable that contains the absolute path of the directory where the current build file is located? Alexander Kogtenkov...
It turns out that the target exported to NONE still can be specified when starting "geant" from the command line. Is it the intended behaviour? Alexander...
... I'm afraid, no. That's not available. But it should not be difficult to provide that. Can you describe for what you need it so that I can think about a...
... It would be helpful. ... Several build files Bs inherit the build file A. The build file A sets the project/environment variables relatively to its...
... OK. Thank you for the explanation. I'll try to provide this as soon as possible. ... No. You have to repeat the depend in descendents. I know that this is...
... This example exports the target to "NONE". I used the convention that export to "NONE" and export to "" (empty name list) are the same. (In Eiffel, when no...