Peter Slegg wrote:
In file included from photorec.c:57: /usr/lib/libiio.a:44: unterminated character constant /usr/lib/libiio.a:58: unterminated character constant /usr/lib/libiio.a:137: unterminated character constant /usr/lib/libiio.a:209: unterminated character constant /usr/lib/libiio.a:238: unterminated string or character constant /usr/lib/libiio.a:7: possible real start of unterminated constant A quick look at libiio.a shows that it has been updated in 2008 so this may have caused the errors above.
I don't think this problem comes from libiio.a, because such error messages occurs during the compilation phase, and libiio.a had been compiled successfully.
But I see line numbers on the error messages, it seems that libiio.a is aze #include'd from photorec.c, which is obviously wrong.
Look at photorec.c and tell us what is on line 57. -- Vincent Rivière