Page 1 of 2

Fedora 17 install kernel

Posted: Fri Nov 02, 2012 4:12 am
by pir8don
Hi I am a newbie and would like to use this app on FC17 but when I attempt to build it from the svn I get:
-- checking for module 'indicate-0.7'
-- package 'indicate-0.7' not found
-- checking for module 'indicate-0.6'
-- package 'indicate-0.6' not found
-- checking for module 'indicate'
-- package 'indicate' not found
libindicate library not found! No sound menu support!!
-- checking for module 'appindicator-0.1'
-- package 'appindicator-0.1' not found
-- checking for module 'wxsqlite3-2.8'
-- package 'wxsqlite3-2.8' not found
CMake Error at CMakeLists.txt:116 (MESSAGE):
libwxsqlite3-2.8 not found!

Any help would be appreciated. Have a large collection and would love to give this a tryout.
Thanks
Don

Fedora 17 install kernel

Posted: Fri Nov 02, 2012 4:13 am
by pir8don
meant to say kernel 3.6.3-1.fc17.x86_64

Fedora 17 install kernel

Posted: Fri Nov 02, 2012 4:30 am
by anonbeat
Search for wxsqlite in the repository and let me know what is found please

Fedora 17 install kernel

Posted: Sat Nov 03, 2012 12:50 am
by pir8don
Hi Anon - yeah had tried that one but nothing found; same for appindicator, indicate-0
Don

Fedora 17 install kernel

Posted: Sat Nov 03, 2012 4:36 am
by roedel
Do you have wxBase, wxGTK and wxGTK-devel installed? Compiled and installed out of the box here on my F16 box just a couple of days ago. I think you'll just have to find the Fedora-Names of the Libraries needed to compile Guayadeque.

Fedora 17 install kernel

Posted: Sat Nov 03, 2012 4:39 am
by anonbeat
there is a spec file for the wxsqlite package to create a rpm. Seems fedora need to build the wxsqlite package
https://bugzilla.redhat.com/show_bug.cgi?id=858998

Fedora 17 install kernel

Posted: Sat Nov 03, 2012 5:53 pm
by pir8don
found the wxsqlite package in the fedora testing repos so have installed "wxsqlite3-3.0.0.1-7.fc17
Package wxBase-2.8.12-4.fc17.x86_64 already installed and latest version
Package wxGTK-2.8.12-4.fc17.x86_64 already installed and latest version
Package wxGTK-devel-2.8.12-4.fc17.x86_64 already installed and latest version"
Same errors though. Modified CMakeLists for wxsqlite3 version 3 but still no compile. Must be doing something wrong?

Fedora 17 install kernel

Posted: Sat Nov 03, 2012 6:00 pm
by anonbeat
do this command
pkg-config --list-all | grep wxsqlite and let me know the output

Fedora 17 install kernel

Posted: Sat Nov 03, 2012 6:01 pm
by anonbeat
I guess you should change CMakeList.txt to check for libwxsqlite3-3.0.0.1-7

Fedora 17 install kernel

Posted: Sat Nov 03, 2012 6:03 pm
by pir8don
done. both.
"wxsqlite3 wxsqlite3 - C++ wrapper around the SQLite 3.x database"

also found that the python-appindicator is apparently in pygobject2 package which I have also installed but has made no difference.