-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hi all, compiling exhibit on my host (FreeBSD 6.2 using easy_e17
preview), i've got a message for undefined vars (edj_file, h and w) in
exhibit_image.c
The attached patch works for me.

Byez

Massimiliano
- -- 
Massimiliano Calamelli
http://mcalamelli.netsons.org
[EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (MingW32)

iD8DBQFGOf58leGEL56NNP4RAnMQAKD6vGs801MGTOJM8D2yhIlGNPebSwCcDTIe
6+2jxKdlj5lSwfifUL/mdzY=
=uCkj
-----END PGP SIGNATURE-----
Index: exhibit_image.c
===================================================================
RCS file: /var/cvs/e/e17/apps/exhibit/src/bin/exhibit_image.c,v
retrieving revision 1.46
diff -u -r1.46 exhibit_image.c
--- exhibit_image.c     3 May 2007 10:30:41 -0000       1.46
+++ exhibit_image.c     3 May 2007 14:56:44 -0000
@@ -1052,6 +1052,8 @@
    char *esetroot;
    char esetroot_opt[] = "-s";
 #if HAVE_ENGRAVE   
+   char *edj_file;
+   int w, h;
    Engrave_File *edj;
    Engrave_Image *image;
    Engrave_Group *grp;
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to