bouffa / gpuocelot

Automatically exported from code.google.com/p/gpuocelot
0 stars 0 forks source link

Hydrazine revision 185 introduces compilation errors (hydrazine/interface/ArgumentParser.h line 242) #88

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

with the revision 185 of Hydrazine an error is introduced in the code. Line 242 
in file "hydrazine/interface/ArgumentParser.h" changed to this: 
"if( identifier == str.size() )"
"identifier" and "str" are std::strings, so this comparison leads to 
compilation errors. 
I do not know exactly how the surrounding code works, so I cannot suggest a 
patch. Please provide a commit to fix this error.

Thanks,
jellysheep

PS: Find the diff here:
https://code.google.com/p/hydrazine/source/diff?spec=svn185&r=185&format=side&pa
th=/trunk/hydrazine/interface/ArgumentParser.h

PPS: I already posted this issue at the Hydrazine issues, but I do not know if 
the Hydrazine pages are frequently checked, and the gpuocelot builds are also 
affected by the error:
https://code.google.com/p/hydrazine/issues/detail?id=6

Original issue reported on code.google.com by max.m...@dameweb.de on 5 Dec 2013 at 9:15

GoogleCodeExporter commented 8 years ago
Fixed in r186. Thanks to Greg for providing the fix.

jellysheep

Original comment by max.m...@dameweb.de on 12 Dec 2013 at 1:34