From: Michael R. <re...@eu...> - 2003-09-11 05:38:29
|
Hi there, I finished the support for icons, animations and heartbeat in lcd4linux. As these features requred a lot of recoding, there's a lot of potential for bugs. Before I release 0.9.11, I want as many beta-testers as possible. So if you're interested in this icon stuff, visit http://lcd4linux.sourceforge.net, there's you'll see a nice animation. If you thinks this is really cool and amazing, check out the latest version from CVS, test it, and send me some feedback! If you need any assistance, either with CVS or the new configuration, please let me know! Thanks in andvance! bye, Michael -- netWorks Vox: +43 316 698260 Michael Reinelt Fax: +43 316 692343 Geisslergasse 4 GSM: +43 676 3079941 A-8045 Graz, Austria e-mail: re...@eu... |
From: Stefan K. <ste...@cr...> - 2003-09-11 13:47:42
|
Hi, > > If you need any assistance, either with CVS or the new configuration, > please let me know! ./configure --with-drivers=HD44780 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... missing checking for working automake-1.4... missing checking for working autoheader... missing checking for working makeinfo... missing checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for gawk... no checking for mawk... mawk checking for ranlib... ranlib configure: error: cannot run /bin/sh ./config.sub Don't know what that means. Regards Stefan |
From: Michael R. <re...@eu...> - 2003-09-11 15:11:51
|
Stefan Krister wrote: > ./configure --with-drivers=HD44780 > [...] > configure: error: cannot run /bin/sh ./config.sub > > Don't know what that means. Grr... I do. I'm starting to get really angry on this libtool stuff. As Patrick (the author of the new liblcd4linux) said about libtool, "it is part of the problem it is trying to solve" config.sub is a file from libtool, which you don't have. It's automagically added to the tarball, but not to CVS. I just added the file manually and commited. Maybe you will be bitten by this f*cking sourceforge 24 hours anonymous cvs delay, so do a 'cvs update' and check for the existance of the 'config.sub' file, and maybe wait a few hours. I can send you the file per mail, too (but not to the list). Anyway, thanks for testing! bye, Michael -- netWorks Vox: +43 316 698260 Michael Reinelt Fax: +43 316 692343 Geisslergasse 4 GSM: +43 676 3079941 A-8045 Graz, Austria e-mail: re...@eu... |
From: Stefan K. <ste...@cr...> - 2003-09-12 14:09:24
|
Hi, Michael Reinelt schrieb am 11.09.2003 17:11: > >> ./configure --with-drivers=HD44780 works now with your 'config.sub' - thanks! > I'm starting to get really angry on this libtool stuff. *eg* I got this out of 'make': /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -D_GNU_SOURCE -Wall -g -O2 -c display.c ./libtool: line 1: s%^.*/%%: No such file or directory ./libtool: line 1: -e: command not found ./libtool: line 1: -e: command not found ./libtool: line 1: -e: command not found ./libtool: line 1: -e: command not found ./libtool: line 1: -e: command not found ./libtool: line 1: -e: command not found ./libtool: line 1: -e: command not found ./libtool: line 1: -e: command not found ./libtool: line 1: -e: command not found ./libtool: line 1: -e: command not found ./libtool: line 1: -e: command not found ./libtool: line 1: -e: command not found ./libtool: line 1: -e: command not found ./libtool: line 1: -e: command not found ./libtool: line 1: -e: command not found : compile: cannot determine name of library object from `' make: *** [display.lo] Error 1 And yes, you are allowed to send me any files you want. ;-)) Regards Stefan |
From: Michael R. <re...@eu...> - 2003-09-13 07:36:35
|
Hi Stefan, Hi lcd4linux-users, >>I'm starting to get really angry on this libtool stuff. > ./libtool: line 1: -e: command not found > : compile: cannot determine name of library object from `' > make: *** [display.lo] Error 1 > > And yes, you are allowed to send me any files you want. ;-)) AAAAAAAAARRRRRRGGGGHHHHHHHH !!!!!!!! Finally, I decided to deactivate all this shared lib and libtool stuff. IT's unbeliveable that this leads to such massive problems! I still need urgent help in this area! Anyway, I just released 0.9.11-pre1, because I chenged several files, and I don't want to distribute them per email. So if you want to test the new icon stuff, please download the whole archive, and report any problems to me (but do also report sucess!) Thanks a lot, Michael -- netWorks Vox: +43 316 698260 Michael Reinelt Fax: +43 316 692343 Geisslergasse 4 GSM: +43 676 3079941 A-8045 Graz, Austria e-mail: re...@eu... |
From: Stefan K. <ste...@cr...> - 2003-09-13 17:42:20
|
Hi, Michael Reinelt schrieb am 13.09.2003 09:36: > > Anyway, I just released 0.9.11-pre1, because I chenged several files, > and I don't want to distribute them per email. So if you want to test > the new icon stuff, please download the whole archive, and report any > problems to me (but do also report sucess!) No problems here - it works great for me. Regards Stefan |