The sqlb configure script seems to not work with the latest libsqlora version (which now comes with both a pkgconfig file and a libsqlora8-config script! ;-)), it says that it does't find it although it is installed in the standard locations (from rpm, so /usr/lib, /usr/include etc.).
Is sqlb expected to support this version soon? Thanks!
Matthias
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK... my bad!
Please don't bother : The new libsqlora8 build was putting the libsqlora8-config.h file in a wrong place (/usr/lib/libsqlora8/include!?), thus it wasn't found. Took 5 seconds looking at the config.log file to understand that.
Now that I'e fixed this, sqlb seems to compile fine.
Matthias
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
The sqlb configure script seems to not work with the latest libsqlora version (which now comes with both a pkgconfig file and a libsqlora8-config script! ;-)), it says that it does't find it although it is installed in the standard locations (from rpm, so /usr/lib, /usr/include etc.).
Is sqlb expected to support this version soon? Thanks!
Matthias
OK... my bad!
Please don't bother : The new libsqlora8 build was putting the libsqlora8-config.h file in a wrong place (/usr/lib/libsqlora8/include!?), thus it wasn't found. Took 5 seconds looking at the config.log file to understand that.
Now that I'e fixed this, sqlb seems to compile fine.
Matthias
Ok, no problem ;-)
GrumZ