From: Manuel D. <man...@te...> - 2007-03-08 19:33:36
|
Thanks to all, I solve the problem using a similar method I have found in Internet. Can = you take a look to see if the package settings are ok?=20 I have a problem with init. I don=92t know if the file I have installed = in /etc/init.d is enough to start lcd4linux. By the moment not works and I = need to type manually "mount -t usbfs usbfs /proc/bus/usb" and then start lscd4linux. Some ideas? Thanks, -- Manuel =20 -----Mensaje original----- De: ast...@li... [mailto:ast...@li...] En nombre de = Kristian Kielhofner Enviado el: jueves, 08 de marzo de 2007 19:46 Para: AstLinux Users Mailing List Asunto: Re: [Astlinux-users] Lcd4linux package On 3/8/07, Darrick Hartman <dha...@dj...> wrote: > Manuel wrote: > > Hi all, > > > > I am making my first package but I have a problem. The attached = package it's > > not already finished but compile without problems. I have found a problem. > > When the package test for the configuration, not found usb.h (see picoLCD in > > config.log). I need usb support. To resolve the problem I can = manually copy > > the files from staging_dir/usr/include to staging_dir/include and = all libusb > > from staging_dir/usr/lib to staging_dir/lib. With these changes = works and I > > can make an image with lcd4linux with usb support. With my picoLCD = works ok. > > > > Someone can tell me how to compile without coping these files = manually? > > > You may need to patch the configure script and possibly the Makefile = for > it to find the include. You can see how this is done in other > packages. Look at the patch in the 0.4 branch for > asterisk-makefile-cdr.patch. > > Darrick > > -- > Darrick Hartman > DJH Solutions, LLC > http://www.djhsolutions.com Usually you can just pass CFLAGS=3D"-I $(STAGING_DIR)/include -L $(STAGING_DIR)/lib" (and whatever else) before configure and make. --=20 Kristian Kielhofner -------------------------------------------------------------------------= Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share = your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV _______________________________________________ Astlinux-users mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |