While doing a regression binary search on OpenOCD revisions, I noticed only by chance that ./configure was issuing a warning about my libftdi version (I had 0.12, it wants 0.16). I then upgraded the version, eliminating the warning.
What are the consequences of the version mismatch? Should this really be a warning, as opposed to making ./configure die with a failure code? Again, I noticed only by chance, as it did not cause my build command line: ./bootstrap && ./configure ... && make -j 2 to fail. The latest version of libftdi in the Ubuntu repositories is 0.12, so maybe this isn't an uncommon problem. Regards, Ethan _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
