compilation guidelines for lxpanel

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
vlad2005

compilation guidelines for lxpanel

Post by vlad2005 »

He compiled someone lxpanel? I need some guidelines as to compile the latest version of lxpanel, respectively 0.5.8. It uses a script which gives me a lot of problems and I do not really figure out how to solve them.
More precisely, i have this error when run autogen.sh: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library.
Thanks in advance for your answers!
P.S. I use latest Mint LXDE.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
vlad2005

Re: compilation guidelines for lxpanel

Post by vlad2005 »

Ok, finally I compiled lxpanel. There are step by step how it's done.
1. install build-essentials, git, automake
2. get latest git source: git clone git://lxde.git.sourceforge.net/gitroot/lxde/lxpanel
3. install packages required to compile lxpanel:
libmenu-cache1 libmenu-cache1-dev
intltool
libglib2.0-dev
libgtk2.0-dev
libwnck-dev
4. go to in lxpanel directory and run ./autogen.sh, then ./configure, make,
5. install: sudo make install
Note: for some reason, even if configure with --enable-man option or not, i got an error whit make command about enable man. Ignore this for now.
Locked

Return to “Software & Applications”