KenzieMac130 / ogre-procedural

Automatically exported from code.google.com/p/ogre-procedural
0 stars 0 forks source link

compiling errors #120

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using XCode last version on mountain lion

ogre-procedural/library/include/rapidxml/rapidxml.hpp:888:25: Template 
parameter redefines default argument

/Users/lubethan/_code/ogre-procedural/library/src/ProceduralSVG.cpp:181:18: 
Expected a class or namespace

/Users/lubethan/_code/ogre-procedural/library/src/ProceduralSVG.cpp:228:6: Use 
of undeclared identifier 'strnicmp'; did you mean 'strncmp'?

What do you compile with ?

Original issue reported on code.google.com by ezjonas on 29 Jul 2012 at 2:34

GoogleCodeExporter commented 8 years ago
Hi,
this issue was also reported to me on the forum (but for linux), what is 
surprising is that this time, it compiles fine with mingw...
I've got a fix on my local repo, I'll push it as soon as it's been tested.

Original comment by michael.broutin@gmail.com on 9 Aug 2012 at 7:30

GoogleCodeExporter commented 8 years ago
jokoon reported it on the forum, this was me and this was the error I was 
having...

Original comment by ezjonas on 9 Aug 2012 at 2:56

GoogleCodeExporter commented 8 years ago
Latest commit should have fixed this...

Original comment by michael.broutin@gmail.com on 9 Aug 2012 at 7:07