From: Stefan K. <ste...@cr...> - 2006-07-17 14:02:25
|
Hi, is there a linux-live-cd which is able to compile and statically link lcd4linux for me? Or would you compile me a serdisplib-enabled lcd4linux binary? Regards Stefan |
From: Michael R. <re...@eu...> - 2006-07-17 15:53:45
|
Hi Stefan, > is there a linux-live-cd which is able to compile and statically link > lcd4linux for me? I don't know. > Or would you compile me a serdisplib-enabled lcd4linux binary? Sure I could do so. But why the heck don't you compile yourself? Do you need or have a special setup? bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Michael R. <re...@eu...> - 2006-07-17 15:55:00
|
Hi Stefan, > is there a linux-live-cd which is able to compile and statically link > lcd4linux for me? I don't know. > Or would you compile me a serdisplib-enabled lcd4linux binary? Sure I could do so. But why the heck don't you compile yourself? Do you need or have a special setup? bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Stefan K. <ste...@cr...> - 2006-07-17 16:55:15
|
Hi Michael, Michael Reinelt schrieb am 17.07.2006 17:54: > > Sure I could do so. But why the heck don't you compile yourself? Do you > need or have a special setup? I tried it, but with no luck. It seems that I have to build a compile-only machine ... The target-System is libc.so.6 based (eisfair). I own the Pollin hyundai hp12542r display module kit [1]. And please activate all the plugins. [1] http://serdisplib.sourceforge.net/ser/hp12542r.html Thanks Stefan |
From: Xavier V. <ge...@gm...> - 2006-07-17 16:06:30
|
Hello Stefan > is there a linux-live-cd which is able to compile and statically link > lcd4linux for me? > Or would you compile me a serdisplib-enabled lcd4linux binary? I think you can use a knoppix live-cd as it contains gcc, autoconf and every build-dependancy for lcd4linux. -- Xavier Vello <ge...@gm...> Blog : http://gemegik.bulix.org |
From: Stefan K. <ste...@cr...> - 2006-07-17 16:46:25
|
Hi Xavier, Xavier Vello schrieb am 17.07.2006 18:06: > > I think you can use a knoppix live-cd as it contains gcc, autoconf and every > build-dependancy for lcd4linux. I tried it with knoppix 5 - there is no aclocal-1.9. I tried it on the developer-server from fli4l/eisfair - there comes this: make cd . && aclocal-1.9 /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal configure.in:25: error: Autoconf version 2.59e or higher is required configure.in:25: the top level autom4te: /usr/bin/m4 failed with exit status: 63 aclocal-1.9: autom4te failed with exit status: 63 make: *** [aclocal.m4] Error 63 |
From: Michael R. <re...@eu...> - 2006-07-17 19:42:56
|
Hi Stefan, > I tried it with knoppix 5 - there is no aclocal-1.9. which version of aclocal (autoconf) do they use? I suppose lcd4linux should work with every version of autoconf. Maybe you have to use the ./bootstrap script to get rid of my autoconf stuff (which is in CVS, too, for people who don't have all the autconf devel stuff installed) > I tried it on the developer-server from fli4l/eisfair - there comes this: > > make > cd . && aclocal-1.9 > /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of > AM_PATH_LIBMCRYPT > run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending-aclocal > configure.in:25: error: Autoconf version 2.59e or higher is required Huh? Maybe you've got an older version of autoconf. Try to edit configure.in and change the line AC_PREREQ(2.59e) to the version you're using. HTH, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Stefan K. <ste...@cr...> - 2006-07-18 09:42:32
|
Hi, 1st it's now working ... I'm using Display HP12542R { Driver 'serdisplib' Port '0x378' Model 'HP12542R' Options '' } but it seems that Widget ImageTest { class 'Image' ... doesn't work on that display - correct? Or missed I a compile switch? My syslog shows Jul 18 11:38:25 dell LCD4Linux[30460]: lcd4linux.c: initializing driver serdisplib Jul 18 11:38:25 dell LCD4Linux[30460]: serdisplib: $Revision: 1.10 $ Jul 18 11:38:25 dell LCD4Linux[30460]: serdisplib: header version 1.97 Jul 18 11:38:25 dell LCD4Linux[30460]: serdisplib: library version 1.97 Jul 18 11:38:25 dell LCD4Linux[30460]: serdisplib: using model 'HP12542R' Jul 18 11:38:25 dell LCD4Linux[30460]: serdisplib: using options '' Jul 18 11:38:25 dell LCD4Linux[30460]: serdisplib: display size 128x64 Jul 18 11:38:28 dell LCD4Linux[30460]: initializing layout 'TestImage' Jul 18 11:38:28 dell LCD4Linux[30460]: widget 'ImageTest': class 'Image' not supported Jul 18 11:38:28 dell LCD4Linux[30460]: lcd4linux.c: starting main loop Jul 18 11:38:28 dell LCD4Linux[30460]: huh? not one single timer to process? dazed and confused... Jul 18 11:38:28 dell LCD4Linux[30460]: lcd4linux.c: leaving main loop Jul 18 11:38:28 dell LCD4Linux[30460]: serdisplib: shutting down. MfG Stefan |
From: Michael R. <re...@eu...> - 2006-07-18 20:24:36
|
sorry if this message reaches you twide, but I've got some problems with my provider's MX registered at SpamCop.... Hi Stefan, > 1st it's now working ... Great! So now you can compile yurself? > but it seems that > > Widget ImageTest { > class 'Image' > ... > > doesn't work on that display - correct? Or missed I a compile switch? My > syslog shows > Jul 18 11:38:28 dell LCD4Linux[30460]: widget 'ImageTest': class 'Image' > not supported Looks like the image driver has been disabled by configure. This happens if configure cannot find libgd headers and/or libraries... HTH, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |