Hi,

> In file included from /sw/include/libgnomecanvas-2.0/libgnomecanvas/libgnomecanvas.h:29,
> ...
> /sw/include/libgnomecanvas/gnome-canvas.h


shows that libgnomecanvas.h (from gnome2.4) includes gnome-canvas.h (I guess from gnome1 _
no longer in fink), instead of /sw/include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas.h
from gnome2.4 (libgnomecanvas2-dev).


This is because, in the gcc command, the flag -I/sw/include comes before the first
-I/sw/include/libgnomecanvas-2.0 .


The following file "dia.info" was designed to solve similar problems with dia
when either freetype or freetype2 (from any tree) or both are installed _ but should solve
this problem at the same time.
Could you please try it ?
(long lines may be wrapped etc by the mailers, so look at it _ in particular all Depends
and all BuildDepends must be on a single line)


JF Mertens

____________________________________
Package: dia
Version: 0.92
Revision: 12
GCC: 3.3
Depends: libxslt-shlibs, libgnomeui2-shlibs, libgnome2-shlibs, libart2-shlibs, libunicode-gnome-shlibs, libxml-shlibs, gdk-pixbuf-shlibs, libpng3-shlibs, popt-shlibs
BuildDepends: libxslt, libgnomeui2-dev, libgnome2, libart2, libunicode-gnome, libxml, libpng3, gdk-pixbuf, audiofile, esound, glib, gtk+, libjpeg, libtiff, netpbm10, orbit-dev, readline (>= 4.3-15), imlib, giflib, gettext-dev, gettext-bin, libiconv-dev
Source: gnome
Source-MD5: 49a30a8a75bddfe59dc9f92f48afd2c8
Patch: %n.patch
NoSetCPPFLAGS: true
NoSetLDFLAGS: true
SetLDFLAGS: -L/usr/X11R6/lib
SetCFLAGS: -no-cpp-precomp
ConfigureParams: --infodir=%i/share/info --mandir=%i/share/man --enable-gnome
CompileScript: <<
#!/bin/sh
export CPATH=%p/include
export LIBRARY_PATH=%p/lib
export DYLD_FALLBACK_LIBRARY_PATH=%p/lib
perl -pi -e "s/-module//g" ./lib/Makefile.in
./configure %c
perl -pi.bak -e "s,-(I%p/include|L%p/lib)([^/]),\$2,g" config.status
make
<<
DocFiles: COPYING README AUTHORS NEWS ChangeLog KNOWN_BUGS TODO
Description: Diagram drawing program
DescDetail: <<
Dia is a tool for drawing diagrams, borrowing ideas from programs such
as visio. It can be used to draw specific types of diagrams such as
network and UML diagrams and flowcharts, while also providing some
more generic objects to draw with. Dia may be extended to use new
shape types by writing a simple XML description of the shape. The
diagrams can be exported to a number of formats including EPS, SVG,
CGM and PNG. Diagrams can also be printed (splitting the diagram to
multiple pages if appropriate).
<<
License: GPL
Homepage: http://www.lysator.liu.se/~alla/dia/
Maintainer: Paul GABORIT <[EMAIL PROTECTED]>
______________________________________________________




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to