Re: [pygccxml-development] Patch to let gccxml work
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2006-05-22 17:59:33
|
On 5/22/06, Allen Bierbaum <al...@vr...> wrote: > I have had a patch sitting around in my pygccxml code for a while to > actually allow gccxml to work on my code base. > > You see, some of the code I use and wrap causes gccxml to output warning > messages during execution. The current pygccxml code makes the > assumption that if there is any output then there was error compiling > the code. This prevents it from working for me. > > I have attached a patch that fixed the problem for me by judging > successful completion by wether or not gccxml actually generates an > output file. This may not be the best way to do this, but it works for m= e. I remember this patch. Also I remember it does not work for me. I will check it one more time. If it works I will commit it. If it will not work, I have another idea how we can fix it. > -Allen --=20 Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |