Export to GitHub

qink - issue #9

qink fail to build with libinklevel 0.8.0


Posted on Sep 11, 2009 by Happy Monkey

Hi,

When build qink in Ubuntu Karmic, we are getting the following error when building qink with libinklevel 0.8: Checking for libinklevel >= 0.7.0 ...libinklevel version too low! no

Error: need libinklevel >= 0.7.0!

make: * [configure-stamp] Error 1

This is because the version string of libinklevel changed to "libinklevel 0.8.0", and the configure script is looking for "libinklevel v0.8.0".

I think you should update qconf/libinklevel070.qcm to take that new format into account, like this: sscanf(get_version_string(), \"libinklevel %i.%i.%i\", &major, &minor, &revision);\n

instead of: sscanf(get_version_string(), \"libinklevel v%i.%i.%i\", &major, &minor, &revision);\n

Thanks, Fabrice

Comment #1

Posted on Sep 6, 2010 by Happy Lion

Issue 10 has been merged into this issue.

Comment #2

Posted on Sep 6, 2010 by Happy Lion

Issue 5 has been merged into this issue.

Comment #3

Posted on Sep 6, 2010 by Happy Lion

See Launchpad:

https://bugs.edge.launchpad.net/qink/+bug/631422

Status: Done

Labels:
Type-Defect Priority-Medium