Volumes Of Fun http://www.volumesoffun.com/phpBB3/ |
|
uint32_t was not declared in this scope http://www.volumesoffun.com/phpBB3/viewtopic.php?f=14&t=460 |
Page 1 of 1 |
Author: | sesopenko [ Fri Nov 23, 2012 8:23 pm ] |
Post subject: | uint32_t was not declared in this scope |
I'm able to get my project to build when I add =std=c++0x as a compiler flag to g++ but eclipse 's editor can't figure out the instances of uint32_t and other typedefs, reporting errors in the code (despite it compiling fine) Does anybody have any advice on how to get eclipse to play nice with PolyVox and it's c++0x typedefs? |
Author: | milliams [ Fri Nov 23, 2012 9:17 pm ] |
Post subject: | Re: uint32_t was not declared in this scope |
The first things we need to know is what version of PolyVox are you using (is it the 0.2 release from a few days ago or the version straight from Git?), what platform (Windows, Linux) and which compiler and version? |
Author: | David Williams [ Fri Nov 23, 2012 10:26 pm ] |
Post subject: | Re: uint32_t was not declared in this scope |
Sounds like this is your problem? One of the answers points to here so maybe give that a try. Beyond that I don't know as I haven't used Eclipse much. |
Author: | sesopenko [ Sat Nov 24, 2012 10:27 pm ] |
Post subject: | Re: uint32_t was not declared in this scope |
David Williams wrote: Sounds like this is your problem? One of the answers points to here so maybe give that a try. Beyond that I don't know as I haven't used Eclipse much. With eclipse I could get g++ to play nice with the int types but the IDE just couldn't do it. I switched to netbeans and now everything is right as rain. I have another issue but that's going to be a separate post. |
Page 1 of 1 | All times are UTC |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |