FreeBSD-4.9-STABLE and xfce4-menueditor build failuer, possible patch

Matt Lancereau matt at bsd-blax.org
Tue Feb 10 10:25:17 CET 2004


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

Hey Jimmie, I'm the port maintainer of xfce4-menueditor, i'm using FreeBSD
5.2-RELEASE-p2 right now and have no prob when building.
My log about new.c :

SYSCONFDIR=\"/usr/X11R6/etc\" -MT new.o -MD -MP -MF ".deps/new.Tpo"  -c -o
new.o `test -f 'new.c' || echo './'`new.c;  then mv -f ".deps/new.Tpo"
".deps/new.Po";  else rm -f ".deps/new.Tpo"; exit 1;  fi

I can't test on 4.x branch so I can't be helpfull but just a question,
does all your port are up to date (i guess but ...) ?

On Tue, 10 Feb 2004, jimmie james wrote:

> menueditor fails with two syntax errors:
>
> <sinp for build log>
>
> `test -f 'new.c' || echo './'`new.c
> new.c: In function `new_menu_cb':
> new.c:47: syntax error before `response'
> new.c:62: syntax error before `response'
> *** Error code 1
>
> Possible fix?
>
>
>
> --- new.c       Tue Feb 10 01:57:41 2004
> +++ new1.c      Tue Feb 10 01:56:50 2004
> @@ -44,7 +44,7 @@
>                                     GTK_BUTTONS_YES_NO,
>                                     _("Are you sure to close the current menu ?"));
>
> -     gint response = gtk_dialog_run(GTK_DIALOG(dialog));
> +     response = gtk_dialog_run(GTK_DIALOG(dialog));
>      gtk_widget_destroy(dialog);
>
>      if(response==GTK_RESPONSE_NO)
> @@ -59,7 +59,7 @@
>                                     GTK_BUTTONS_YES_NO,
>                                     _("Do you want to save before closing the file ?"));
>
> -     gint response = gtk_dialog_run(GTK_DIALOG(dialog));
> +     response = gtk_dialog_run(GTK_DIALOG(dialog));
>      gtk_widget_destroy(dialog);
>
>      if(response==GTK_RESPONSE_YES)
>
> jimmie (jimmiejaz)
> _______________________________________________
> Xfce4-dev mailing list
> Xfce4-dev at xfce.org
> http://lunar-linux.org/mailman/listinfo/xfce4-dev
>

- --
name: Matt Lancereau ( aka Blax )
contact: matt(at)bsd-blax.org | matt(at)rimasec.net
pgp key: 0xACA44F3D ( http://www.bsd-blax.org/matt.asc )
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)
Comment: Made with pgp4pine 1.76

iD8DBQFAKKODpO7icqykTz0RApsAAKCw/fXDxEWa36IHnld+IdwPa4DL8gCgr+lH
ITxv63+xqA8VsnF8BiVv2Tk=
=E/dy
-----END PGP SIGNATURE-----




More information about the Xfce4-dev mailing list