Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 2009 11:54:41 -0400
From:      Jeff Wilges <jeff.wilges@ieee.org>
To:        gnome@freebsd.org
Subject:   Minor tweaks to devel/anjuta port version 2.24.2
Message-ID:  <b5bc83cf0904030854k3ac9d986k719cccd1b9057548@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Greetings,

I just checked out devel/anjuta port version 2.24.2 and ran into some minor
compile issues with the latest graphics/graphviz port. It seems graphviz has
dropped the "ND_coord_i()" macro from graphviz/types.h. I had to tweak
"plugins/profiler/gprof-function-call-chart-view.c" and
"plugins/class-inheritance/class-inherit.c" and change a declaration of type
'point' to 'pointf' and calls to the "ND_coord_i()" macro to calls to the
"ND_coord()" macro. After these changes, everything compiled smoothly. I do
not know much about the Graphviz library, but I would imagine that a
backwards compatability break like this should result in there being
different *.so versions to ease this transition. At any rate, I am just
passing the word up to you guys so that you can make the proper adjustments
to the port via a patch or whatever means is necessary.

Cheers,

Jeff



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b5bc83cf0904030854k3ac9d986k719cccd1b9057548>