I'm also not at home but can do it tomorrow if no one beats me to it!
It's a standard header, so the position should not matter. I would suggest putting it immediately before <gtk/gtk.h>.
AV
On 29 May 2015 at 13:58, Jabier Arraiza <jabier.arraiza@...2893...> wrote:
Alex, work ok!
Im not at home so i coulden't commit now, also not sure about the best position of the header. Think the faster is you do the commit. Like the idea?
Thanks, Jabier.
On Fri, 2015-05-29 at 12:54 +0100, Alex Valavanis wrote:
Hi Jabier,
Did including <stdint.h> work OK? If so, it's probably worth committing that change.
Cheers,
AV
On 29 May 2015 at 12:53, Jabier Arraiza <jabier.arraiza@...2893...> wrote:
Hi Alex. I try with clang and gcc with the same result: jtx@...3244...:~$ gcc -dumpversion 4.9.2 jtx@...3244...:~$ clang -dumpversion 4.2.1 jtx@...3244...:~$ cat /proc/version Linux version 3.16.0-4-amd64 (debian-kernel@...501...) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24)
I include <stdint.h> headers instead. Thanks, Jabier.
and clang
On Fri, 2015-05-29 at 12:29 +0100, Alex Valavanis wrote:
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
participants (1)
-
Alex Valavanis