Discussion:
Parallel build fails: Error: Unable to find 'ftdi1_doc.i'
Thomas Jarosch
2018-04-16 07:38:42 UTC
Permalink
Hello Ryan,
I'm a developer with the MacPorts package management system, which includes
a port for libftdi1.
Error: Unable to find 'ftdi1_doc.i'
https://trac.macports.org/ticket/56289
thanks for the report, I was able to reproduce it.

The issue should only happen if doxygen is enabled,
so as a workaround you could try to disable it.

When the documentation is build, a custom dependency is
set in cmake:

add_dependencies( ${SWIG_MODULE_ftdi1_REAL_NAME} doc_i )


Unfortunately the "swig source" target is built before the actual python
module. I tried toying around with the cmake dependencies for about ten
minutes, but didn't find a quick solution.

Cheers,
Thomas




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