Dear Developers & friends,
I installed the libzdb on my systems from the sources and the compilation and installation was finished successfull, later I can see the includes into my /usr/local/include/zdb folder, but when I put the header : #include <zdb/zdb.h> into my C++ project, it launch an exception on building time.
**** Build of configuration Debug for project SerialTest2 ****
make all Building file: ../src/SerialTest2.cpp Invoking: GCC C++ Compiler g++ -I/usr/local/include/zdb -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/SerialTest2.d" -MT"src/SerialTest2.d" -o"src/SerialTest2.o" "../src/SerialTest2.cpp" In file included from /usr/local/include/zdb/zdb.h:33, from ../src/SerialTest2.cpp:19: /usr/local/include/zdb/URL.h:55: *error: conflicting declaration ‘typedef struct URL_T* URL_T’* /usr/local/include/zdb/URL.h:55: *error: ‘struct URL_T’ has a previous declaration as ‘struct URL_T’* *...* * * * * Somebody has an idea that what's happen? Thanks in advance Toni