At the beginning e i thought to use lxpanel-plugins plugins, so i disable the one that wans't provided. anyway, using --with-plugins=all (and enabling also netsat plugin, lxnm one), some other warnings came out, here the full lint report:
... running 02-check-gcc-output
... testing for serious compiler warnings
(using /usr/lib/build/checks-data/check_gcc_output)
(using /var/tmp/build-root/.build.log)
E: lxpanel 64bit-portability-issue devproc.c:239, 369, 379, 390, 400, 415
E: lxpanel 64bit-portability-issue netstat.c:79
E: lxpanel 64bit-portability-issue passwd_gui.c:44
E: lxpanel 64bit-portability-issue xkb-plugin.c:67
I: Program is using implicit definitions of special functions.
these functions need to use their correct prototypes to allow
the lightweight buffer overflow checking to work.
- Implicit memory/string functions need #include <string.h>.
- Implicit *printf functions need #include <stdio.h>.
- Implicit *printf functions need #include <stdio.h>.
- Implicit *read* functions need #include <unistd.h>.
- Implicit *recv* functions need #include <sys/socket.h>.
E: lxpanel implicit-fortify-decl gtk-run.c:104
build log attached. btw in order to succesfully compile netstat i used
that patch:
diff -uNr old-lxpanel/src/plugins/netstat/netstat.c
lxpanel/src/plugins/netstat/netstat.c
--- old-lxpanel/src/plugins/netstat/netstat.c 2009-07-14
10:53:14.000000000 +0200
+++ lxpanel/src/plugins/netstat/netstat.c 2009-07-15
01:12:31.000000000 +0200
@@ -473,7 +473,7 @@
constructor : netstat_constructor,
destructor : netstat_destructor,
- orientation : orientation_changed,
+// orientation : orientation_changed,
config : NULL,
save : NULL
};
i'm not sure if that matters, but without that, make fail a gcc complain
about a never defined "orientation" or something like that.
Andrea
Marty Jack ha scritto:
> I notice you have --with-plugins=xkb,netstatus. Is there some reason you are
> not building --with-plugins=all?
>
--
------------------------------------------
Andrea Florio
QSI International School of Brindisi Sys Admin
openSUSE-Education Administrator
openSUSE Official Member (anubisg1)
Email: [email protected]
Packman Packaging Team
Email: [email protected]
Web: http://packman.links2linux.org/
Cell: +39-328-7365667
------------------------------------------
build.log.tar.gz
Description: GNU Zip compressed data
------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge
_______________________________________________ Lxde-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lxde-list
