[Kexi] [Bug 244420] Kexi mdb import crashes when transferring data to target

Jaroslaw Staniek staniek at kde.org
Wed Jul 21 15:46:02 CEST 2010


On 21 July 2010 15:37, Steve Dowe <sd at onecool.com> wrote:
> On 19/07/10 11:25, Jaroslaw Staniek wrote:
>> Sorry, there are bugs on the page. I hope I fixed them now.
>> The thing is that the command should be:
>>
>> cmake -DCMAKE_INSTALL_PREFIX=$HOME/kde4/inst $HOME/kde4/src/koffice
>> -DCMAKE_BUILD_TYPE=RelWithDebInfo
>>
>> (the directory with source code is $HOME/kde4/src/koffice, not $HOME/kde4/src)
>
> D'oh! I should have spotted that!
>
> Sadly I have one more problem. The cmake configure script can't find
> sqlite libraries.  I get:
>
> -- Could NOT find Sqlite  (missing:  SQLITE_INCLUDE_DIR SQLITE_LIBRARIES)
> -- SQLite NOT found
>
> I've installed all obvious packages in Fedora.  Either I haven't
> installed the right one or the path isn't being set properly.
>
> Could you tell me an example file that is required for Kexi to compile?
>  I'll then be able to search for the correct package using yum.

If you installed sqlite and sqlite-devel packages, try to remove all
files from your build directory and repeat the compilation.
Maybe cmake caches the information about missing dependencies.

/usr/include/sqlite3.h is needed, proveded by sqlite-devel.
/usr/lib/pkgconfig/sqlite3.pc is needed too.
/usr/lib/libsqlite.so.0 is needed too.
-- 
regards / pozdrawiam, Jaroslaw Staniek
 http://www.linkedin.com/in/jstaniek
 Kexi & KOffice (http://www.kexi-project.org, http://www.koffice.org)
 KDE Software Development Platform on MS Windows (http://windows.kde.org)


More information about the Kexi mailing list