Hi Jabier,
Which compiler (+version) are you using? At the moment, we really shouldn't have to enable C++0x features for trunk builds.
Instead of setting the build flags, try including <stdint.h> at the top of sp-canvas.h
Ideally, we should check for the availability of <cstdint> and use that instead, although this is only guaranteed to exist with C++11 so we probably shouldn't use it yet.
AV
On 29 May 2015 at 12:10, Jabier Arraiza <jabier.arraiza@...2893...> wrote:
Hi to all.
Finaly get working using CFLAGS_CXX=-std=c++0x Get from here: http://stackoverflow.com/questions/11069108/uint32-t-does-not-name-a-type/14...
Regards, Jabier.
On Thu, 2015-05-28 at 10:45 -0700, Josh Andler wrote:
Why such an old revision? I just pulled down current and it's at 14182.
Cheers, Josh
On Thu, May 28, 2015 at 3:26 AM, Jabier Arraiza <jabier.arraiza@...2893...> wrote:
Hi to all.
Any one have this problem compiling? /home/jtx/Development/inkscape/trunk/src/display/sp-canvas.h:126:5: error: ‘uint8_t’ does not name a type uint8_t *tiles;
Clean build r13689
Regards, Jabier.
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel