From: Stefan K. <ste...@gm...> - 2012-01-04 21:19:23
Attachments:
signature.asc
|
Hello, I (and a mate) try to make the dpf driver [1] clean and ready for commit to lcd4linux svn and use for fli4l. It has an own little lib that wie will seperate in an subfolder. The driver works at one of other guys, but I've a problem with the check for the lib. Or to you think, because of it is in svn too I don't need a check for it? Regards and a happy new year, Stefan Kuhne |
From: Michael R. <mi...@re...> - 2012-01-05 07:30:18
|
Hello Stefan, On 2012-01-04 22:18, Stefan Kuhne wrote: > Hello, > > I (and a mate) try to make the dpf driver [1] clean and ready for commit > to lcd4linux svn and use for fli4l. Whaere / What is [1]? > It has an own little lib that wie will seperate in an subfolder. > The driver works at one of other guys, but I've a problem with the check > for the lib. > > Or to you think, because of it is in svn too I don't need a check for it? As soon as I can have a look at the patch, I may be able to tell :-) regards, Michael -- Michael Reinelt <mi...@re...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Stefan K. <ste...@gm...> - 2012-01-06 16:44:17
Attachments:
signature.asc
|
Am 05.01.2012 08:30, schrieb Michael Reinelt: > On 2012-01-04 22:18, Stefan Kuhne wrote: Hello, >> I (and a mate) try to make the dpf driver [1] clean and ready for commit >> to lcd4linux svn and use for fli4l. > > Whaere / What is [1]? > I forgot ... >> It has an own little lib that wie will seperate in an subfolder. >> The driver works at one of other guys, but I've a problem with the check >> for the lib. >> >> Or to you think, because of it is in svn too I don't need a check for it? > > As soon as I can have a look at the patch, I may be able to tell :-) > I've upload my last version to [2]. The check is in dpf_mod.patch and the lib is in dpflib.patch. Thanks and Regards, Stefan Kuhne PS.: Is this the right E-Mail from my for the list? -- [1]: http://geekparadise.de/2011/04/digitaler-bilderrahmen-von-pearl-als-statusdisplay-fur-dockstar/ [2]: http://www.skuhne.de/Dinge/lcd4linux/ |
From: Michael R. <mi...@re...> - 2012-01-08 08:29:46
|
Hello Stefan, > I've upload my last version to [2]. > The check is in dpf_mod.patch and the lib is in dpflib.patch. Thanks a lot, I applied two of your patches (dpf_drv.patch and dpf_mod.patch) and committed your changes. Currently I'm not sure how to deal with libdpf. I don't think its a good idea to include the code in lcd4linux. So the driver won't compile because autoconf will not find the library. Any ideas anyone? > PS.: Is this the right E-Mail from my for the list? Yes, that's fine! regards, Michael -- Michael Reinelt <mi...@re...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Stefan K. <ste...@gm...> - 2012-01-09 18:22:38
Attachments:
signature.asc
|
Am 08.01.2012 09:29, schrieb Michael Reinelt: Hello, > Currently I'm not sure how to deal with libdpf. I don't think its a good idea to include the code in lcd4linux. So the > driver won't compile because autoconf will not find the library. > > Any ideas anyone? > who can i configure tell were serdisplib and my dpf lib are on my system? I think about something lik -L or LDFLAGS. Regards, Stefan Kuhne |
From: Michael R. <mi...@re...> - 2012-01-10 12:17:35
|
Hello Stefan, > who can i configure tell were serdisplib and my dpf lib are on my system? > > I think about something lik -L or LDFLAGS. put them in a "standard" place, and autoconf (configure) should find them. If e.g serdisplib is installed on my system, configure will detect it automatically. Note that configure produces a (very detailled) logfile "config.log" which should explan all the checks configure does. basically it creates a "test.c file" and tries to compile it. You can see the contents of this test file in config.log I think if libdpf.h can be found in /usr/include (or /usr/local/include) and the lib in /usr/lib (usr/local/lib) everything should be fine. But maybe someone with deeper autoconf knowledge can correct me. regards, Michael -- Michael Reinelt <mi...@re...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |