libftdi Archives

Subject: Re: [PATCH 1/1] CMakeLists.txt: fix paths when FTDIPP is set

From: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Cc: Fabrice Fontaine <fontaine.fabrice@xxxxxxxxx>, Aurelien Jarno <aurelien@xxxxxxxxxxx>
Date: Sat, 18 Jul 2020 12:53:22 +0200
You wrote on Fri, Jul 17, 2020 at 09:25:03PM +0200:
> Use the same project name (i.e. libftdi1 and not libftdipp1) when FTDIPP
> is enabled as suggested by Aurelien Jarno in
> http://developer.intra2net.com/mailarchive/html/libftdi/2020/msg00044.html
> 
> Without this change, the libftdi1.pc config file defines the include
> path as /usr/local/include/libftdipp1 while the ftdi.h file is actually
> installed in /usr/local/include/libftdi1
> 
> This is an issue for example for libsigrok which will fail on:
> 
> In file included from src/hardware/asix-sigma/protocol.c:27:
> src/hardware/asix-sigma/protocol.h:28:10: fatal error: ftdi.h: No such file 
> or directory
>    28 | #include <ftdi.h>
>       |          ^~~~~~~~
> 
> Fixes:
>  - 
> http://autobuild.buildroot.org/results/1427f44e36752c337791597fab47a1889552a2fe
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@xxxxxxxxx>

patch applied, thanks Fabrice and Aurelien!

Cheers
Thomas

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread