hi all, i'm thinking of creating a debian package for xmleditor, but when i try to build the package configure fails because the it cannot find the header file glade/glade.h. but i have the libglade-1.0 package, the problem is that the file is located in /usr/include/libglade-1.0/glade/glade.h. how do i resolve this discrepancy?
do i: 1) make a symbolic link from /usr/include/glade to the /usr/include/libglade-1.0/glade directory 2) change the source code include directives to #include <libglade-1.0/glade/glade.h> 3) change configure.in to check for libglade-1.0/glade/glade.h also why is the glade directory under libglade-1.0 - is this really how it's suppose to be? thanks wannabe package maintainer patrick __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com

