Hi, Here is the patch I use to build libftdi-1.0 on Mac OS X, using CMake
https://gist.github.com/701ce5c2ca90bd3ecae7 Basically: * it removes the x86_64 library naming (which is useful for Linux but make less sense on Darwin platforms) * it adds a missing dependency: Boost, which may not be found in the default include header paths, depending on the installation Note: * the uppercase/lowercase CMake keywords are a bit awkward in the current CMakeLists.txt file (e.g. IF /ELSE/endif) * libftdi 0.18 could probably benefit from a similar fix HTH, Manu -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to [email protected]
