You are not logged in.
kdaffef wrote:after this command in terminal
root@office-call:~/growl-for-linux# ./autogen.shI get an error message :
libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./config.guess' libtoolize: copying file `./config.sub' libtoolize: copying file `./install-sh' libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' configure.ac:36: error: possibly undefined macro: AC_SUBST If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:37: error: possibly undefined macro: AC_CONFIG_FILES autoreconf: /usr/bin/autoconf failed with exit status: 1
Thank you for help, seems easy but it's hard for me !
(thank you for helping members)
Sorry for this, but seems that no one around ?
I also tried the @Head_on_a_Stick method with no success, :-(
Offline
I'd try to run autogen as NOT root. Also maybe not all requirements are met, I'd try with
sudo apt-get install build-essential fakeroot devscripts
Last edited by brontosaurusrex (2016-10-21 17:20:53)
Offline
I'd try to run autogen as NOT root.
+1
Never use root privileges for anything except the final `make install` step.
You could try this before running the autogen script:
libtoolize --force
Not in Debian atm so I can't test this
Offline
Hi again, After autogen command, no success one time more after your great advices of @Head_on_a_Stick and @brontosaurusrex !
any new try ?
office@office-call:~/growl-for-linux$ ./autogen.sh
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:36: error: possibly undefined macro: AC_SUBST
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:37: error: possibly undefined macro: AC_CONFIG_FILES
autoreconf: /usr/bin/autoconf failed with exit status: 1
office@office-call:~/growl-for-linux$ libtoolize --force
libtoolize: putting auxiliary files in `.'.
libtoolize: linking file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: linking file `m4/libtool.m4'
libtoolize: linking file `m4/ltoptions.m4'
libtoolize: linking file `m4/ltsugar.m4'
libtoolize: linking file `m4/ltversion.m4'
libtoolize: linking file `m4/lt~obsolete.m4'
office@office-call:~/growl-for-linux$ ./autogen.sh
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:36: error: possibly undefined macro: AC_SUBST
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:37: error: possibly undefined macro: AC_CONFIG_FILES
autoreconf: /usr/bin/autoconf failed with exit status: 1
Last edited by kdaffef (2016-10-21 21:54:40)
Offline
^ Repeat: use [ code ] tags PLEASE!
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
^ Repeat: use [ code ] tags PLEASE!
hi, i used tags as explained above (put code tag at beginning and same at the end
or sorry if i understood!
Offline
damo wrote:^ Repeat: use [ code ] tags PLEASE!
hi, i used tags as explained above (put code tag at beginning and same at the end
or sorry if i understood!
You used [ quote ] tags! You can edit your posts and change the tags yourself, if you like. The advantage of [ code ] tags is that it preserves the formatting of the pasted terminal output, and it can be scrolled up/dow,n left/right - much easier to read
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
^ Repeat: use [ code ] tags PLEASE!
done !
Offline
Tah-dah!
https://software.opensuse.org/download. … -for-linux
Remember the commands to add the repo key must also be run as root or with sudo. I used the PPA source as a starting point, but there were a few problems with it, such as a missing libssl-dev build-depend, and the maintainer tediously added a bunch of package dependencies instead of letting ${shlibs:Depends} handle all that automagically.
Offline
Tah-dah!
https://software.opensuse.org/download. … -for-linux
Remember the commands to add the repo key must also be run as root or with sudo. I used the PPA source as a starting point, but there were a few problems with it, such as a missing libssl-dev build-depend, and the maintainer tediously added a bunch of package dependencies instead of letting ${shlibs:Depends} handle all that automagically.
Very helpful @stevep, this is the best news for this week-end !!
Thanks to all for their help
Last edited by kdaffef (2016-10-22 05:09:17)
Offline
stevep wrote:Tah-dah!
https://software.opensuse.org/download. … -for-linux
Remember the commands to add the repo key must also be run as root or with sudo. I used the PPA source as a starting point, but there were a few problems with it, such as a missing libssl-dev build-depend, and the maintainer tediously added a bunch of package dependencies instead of letting ${shlibs:Depends} handle all that automagically.
Very helpful @stevep, this is the best news for this week-end !!
Thanks to all for their help
straight install, but didn't find the app in Menu to start it, may be missing something ?
Offline
On bunsen, you have to add stuff to the menu for yourself, right click on desktop > Preferences > Openbox > GUI Menu Editor
Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me
Offline
...
straight install, but didn't find the app in Menu to start it, may be missing something ?
Research maybe? Menu -> Help -> Openbox ->
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
hello kdaffef, i'd like to know how you actually use growl.
Offline
hello kdaffef, i'd like to know how you actually use growl.
hi, actually growl (as client) is used to display calls notifications no my desktop, and it notified by send-to-growl module which is installed on my asterisk voip vps server.
I used it for many years with Windows desktop, but now i migrated to bunsenlabs distro which really great, but as a new comer to linux planet, it's hard to me to understand very basic things and make them working now !.
regards
Offline
kdaffef wrote:...
straight install, but didn't find the app in Menu to start it, may be missing something ?Research maybe? Menu -> Help -> Openbox ->
Okay looked at adding items to openbox menu, but what should pout in command field ? and where i could find growl-for-linux folder ? (any equivalent to windows/program files/ ??). Thks
Offline
Of toppic: @stevep ... thanks for taking the time to package PaleMoon for debian (and consequently for BL). Much obliged, sir
Postpone all your duties; if you die, you won't have to do them ..
Offline
...
Okay looked at adding items to openbox menu, but what should pout in command field ? and where i could find growl-for-linux folder ? (any equivalent to windows/program files/ ??). Thks
There are many ways to find the command to use:
Most executables will be in '/usr/bin' or '/usr/local/bin';
Find an executable with commands like 'apropos', 'which' etc, so you could do
apropos growl
or
which growl<tab to complete>
When you find the path to the executable, use that in the command field in the menu editor (you can also browse from there to find it). I usually test the command in a terminal first....
There are also other utilities like the 'find' and 'locate' commands, and the catfish gui: 'Menu -> Accessories -> Catfish File Search'
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
kdaffef wrote:stevep wrote:Tah-dah!
https://software.opensuse.org/download. … -for-linux
Remember the commands to add the repo key must also be run as root or with sudo. I used the PPA source as a starting point, but there were a few problems with it, such as a missing libssl-dev build-depend, and the maintainer tediously added a bunch of package dependencies instead of letting ${shlibs:Depends} handle all that automagically.
Very helpful @stevep, this is the best news for this week-end !!
Thanks to all for their help
straight install, but didn't find the app in Menu to start it, may be missing something ?
Hi got it !!! : i saw recent installed app in /usr/bin and discover that it's named "gol", so right in run program box, and it's finally working
Sorry for my stupid questions and insistence (expresses my frustration), and thank for your great help ...
Offline
....
Sorry for my stupid questions and insistence (expresses my frustration), and thank for your great help ...
Questions aren't stupid, it is what you do with the answers that could be!
Linux can need a different mindset if you are coming from the Windows world, especially as regards terminal use, which can be easier and more efficient.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline