Re: [fprint] Crosscompiling libfprint, version problem

2012-08-22 Thread Bastien Nocera
On Wed, 2012-08-22 at 04:26 -0700, Karsten Jeppesen wrote: > Hi Guys, > > > Well, things are moving forward. I have a Lumidign fingerprint reader, > and the drivers for it. The vcom driver loads on request - kewl. > > > I started the compilation of fprintd and it failed because the > libfprint

Re: [fprint] Crosscompiling libfprint

2012-08-15 Thread Bastien Nocera
On Wed, 2012-08-15 at 03:01 -0700, Karsten Jeppesen wrote: > Hi guys, > > Well I got it compiled, but no telling is it is right yet. That will > take me a day or two. > > I used the information you gave me and concocted a workaround which is > shown below. > > Thanks a lot for all your help. I w

Re: [fprint] Crosscompiling libfprint

2012-08-15 Thread Karsten Jeppesen
Hi guys, Well I got it compiled, but no telling is it is right yet. That will take me a day or two. I used the information you gave me and concocted a workaround which is shown below. Thanks a lot for all your help. I will continue monitor this list in case you get it more streamlined and the

Re: [fprint] Crosscompiling libfprint

2012-08-15 Thread Karsten Jeppesen
3rd and last part       CC libfprint_la-line.lo     nbis/mindtct/line.c: In function âline_pointsâ:     nbis/mindtct/line.c:63: warning: declaration of ây1â shadows a global declaration     /usr/include/bits/mathcalls.h:242: warning: shadowed declaration is here       CC libfprint_la-lo

Re: [fprint] Crosscompiling libfprint

2012-08-15 Thread Karsten Jeppesen
Part 2 of 3 (well it became 3 instead of 2 parts) Compiling (not cross - just native x86): FAIL     [root@kjpserver09 libfprint]# make     make  all-recursive     make[1]: Entering directory `/tmp/git-fprint/libfprint'     Making all in libfprint     make[2]: Entering directory `/tmp/git-fprint/l

Re: [fprint] Crosscompiling libfprint

2012-08-15 Thread Karsten Jeppesen
Hello Bastien, This is part 1 of 2 (initial email rejected because of size) In part 2 is the failed compilation. Let me first say that I have read the 8 other emails back n forth so take that into account while reading this: OK... so: Clone the git: OK     [root@kjpserver09 git-fprint]# git clo

Re: [fprint] Crosscompiling libfprint

2012-08-14 Thread Bastien Nocera
On Tue, 2012-08-14 at 17:46 +0300, Vasily Khoruzhick wrote: > On Tue, Aug 14, 2012 at 5:43 PM, Bastien Nocera wrote: > > > That would also mean compiling the library with the host compiler (and > > doing checks for the libraries being available in both the host build > > env, and the target build

Re: [fprint] Crosscompiling libfprint

2012-08-14 Thread Vasily Khoruzhick
On Tue, Aug 14, 2012 at 5:43 PM, Bastien Nocera wrote: > That would also mean compiling the library with the host compiler (and > doing checks for the libraries being available in both the host build > env, and the target build env). Pretty sure it wouldn't work as-is. > > Cheers Uh, I see, than

Re: [fprint] Crosscompiling libfprint

2012-08-14 Thread Bastien Nocera
On Tue, 2012-08-14 at 17:40 +0300, Vasily Khoruzhick wrote: > On Tue, Aug 14, 2012 at 5:37 PM, Bastien Nocera wrote: > > On Tue, 2012-08-14 at 17:31 +0300, Vasily Khoruzhick wrote: > >> On Tue, Aug 14, 2012 at 5:26 PM, Bastien Nocera wrote: > >> > > >> > I committed the first one, but worked arou

Re: [fprint] Crosscompiling libfprint

2012-08-14 Thread Vasily Khoruzhick
On Tue, Aug 14, 2012 at 5:37 PM, Bastien Nocera wrote: > On Tue, 2012-08-14 at 17:31 +0300, Vasily Khoruzhick wrote: >> On Tue, Aug 14, 2012 at 5:26 PM, Bastien Nocera wrote: >> > >> > I committed the first one, but worked around the udev problem in a >> > slightly different way. >> > >> > Cheers

Re: [fprint] Crosscompiling libfprint

2012-08-14 Thread Bastien Nocera
On Tue, 2012-08-14 at 17:31 +0300, Vasily Khoruzhick wrote: > On Tue, Aug 14, 2012 at 5:26 PM, Bastien Nocera wrote: > > > > I committed the first one, but worked around the udev problem in a > > slightly different way. > > > > Cheers > > Maybe it worth to disable udev rules generation by default

Re: [fprint] Crosscompiling libfprint

2012-08-14 Thread Vasily Khoruzhick
On Tue, Aug 14, 2012 at 5:26 PM, Bastien Nocera wrote: > > I committed the first one, but worked around the udev problem in a > slightly different way. > > Cheers Maybe it worth to disable udev rules generation by default in case of cross compiling? Regards Vasily ___

Re: [fprint] Crosscompiling libfprint

2012-08-14 Thread Bastien Nocera
On Tue, 2012-08-14 at 16:52 +0300, Vasily Khoruzhick wrote: > On Tue, Aug 14, 2012 at 4:00 PM, Karsten Jeppesen wrote: > > Hi Vasily, > > > > Thanks for the reply. > > It didn't solve the problem, but that could be my fault. > > > > Due to embedded workwise - I am locked in on FC11. So that was th

Re: [fprint] Crosscompiling libfprint

2012-08-14 Thread Bastien Nocera
On Tue, 2012-08-14 at 06:00 -0700, Karsten Jeppesen wrote: > Hi Vasily, > > > Thanks for the reply. > It didn't solve the problem, but that could be my fault. > > > Due to embedded workwise - I am locked in on FC11. So that was the > reason for the older code. > I cant find the git on the webpa

Re: [fprint] Crosscompiling libfprint

2012-08-14 Thread Vasily Khoruzhick
On Tue, Aug 14, 2012 at 4:00 PM, Karsten Jeppesen wrote: > Hi Vasily, > > Thanks for the reply. > It didn't solve the problem, but that could be my fault. > > Due to embedded workwise - I am locked in on FC11. So that was the reason > for the older code. > I cant find the git on the webpages, so I

Re: [fprint] Crosscompiling libfprint

2012-08-14 Thread Karsten Jeppesen
ten Jeppesen Cc: "fprint@lists.freedesktop.org" Sent: Tuesday, August 14, 2012 2:35 PM Subject: Re: [fprint] Crosscompiling libfprint On Tue, Aug 14, 2012 at 3:23 PM, Karsten Jeppesen wrote: > Hi there, > > New to this library, so I haven't caught on to the names yet, sr

Re: [fprint] Crosscompiling libfprint

2012-08-14 Thread Vasily Khoruzhick
On Tue, Aug 14, 2012 at 3:23 PM, Karsten Jeppesen wrote: > Hi there, > > New to this library, so I haven't caught on to the names yet, sry for that > :-) > > Now - I am attempting to crosscompilling the fprint library. In case you > havent guessed: its for the ARM9263. > > I am running into a few