Fedora 17 install kernel

Use this category to discuss anything related to the development of Guayadeque.
pir8don
Posts: 6
Joined: Fri Nov 02, 2012 3:59 am

Fedora 17 install kernel

Post 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
pir8don
Posts: 6
Joined: Fri Nov 02, 2012 3:59 am

Fedora 17 install kernel

Post by pir8don »

meant to say kernel 3.6.3-1.fc17.x86_64
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Fedora 17 install kernel

Post by anonbeat »

Search for wxsqlite in the repository and let me know what is found please
pir8don
Posts: 6
Joined: Fri Nov 02, 2012 3:59 am

Fedora 17 install kernel

Post by pir8don »

Hi Anon - yeah had tried that one but nothing found; same for appindicator, indicate-0
Don
roedel
Posts: 1
Joined: Fri Oct 26, 2012 2:00 pm

Fedora 17 install kernel

Post 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.
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Fedora 17 install kernel

Post 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
pir8don
Posts: 6
Joined: Fri Nov 02, 2012 3:59 am

Fedora 17 install kernel

Post 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?
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Fedora 17 install kernel

Post by anonbeat »

do this command
pkg-config --list-all | grep wxsqlite and let me know the output
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Fedora 17 install kernel

Post by anonbeat »

I guess you should change CMakeList.txt to check for libwxsqlite3-3.0.0.1-7
pir8don
Posts: 6
Joined: Fri Nov 02, 2012 3:59 am

Fedora 17 install kernel

Post 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.
Locked