Fedora 17 install kernel

Use this category to discuss anything related to the development of Guayadeque.
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Fedora 17 install kernel

Post by anonbeat »

then change in the CMakeList.txt the check to search for wxsqlite3 without lib or version number like this line

PKG_CHECK_MODULES( LIBWXSQLITE3 wxsqlite3 )
pir8don
Posts: 6
Joined: Fri Nov 02, 2012 3:59 am

Fedora 17 install kernel

Post by pir8don »

Did that and get different errors.

"Package wxGTK-devel was not found in the pkg-config search path.
Perhaps you should add the directory containing `wxGTK-devel.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wxGTK-devel', required by 'wxsqlite3', not found
Package wxGTK-devel was not found in the pkg-config search path.
Perhaps you should add the directory containing `wxGTK-devel.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wxGTK-devel', required by 'wxsqlite3', not found
Package wxGTK-devel was not found in the pkg-config search path.
Perhaps you should add the directory containing `wxGTK-devel.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wxGTK-devel', required by 'wxsqlite3', not found
Package wxGTK-devel was not found in the pkg-config search path.
Perhaps you should add the directory containing `wxGTK-devel.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wxGTK-devel', required by 'wxsqlite3', not found
Package wxGTK-devel was not found in the pkg-config search path.
Perhaps you should add the directory containing `wxGTK-devel.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wxGTK-devel', required by 'wxsqlite3', not found
Package wxGTK-devel was not found in the pkg-config search path.
Perhaps you should add the directory containing `wxGTK-devel.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wxGTK-devel', required by 'wxsqlite3', not found
Package wxGTK-devel was not found in the pkg-config search path.
Perhaps you should add the directory containing `wxGTK-devel.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wxGTK-devel', required by 'wxsqlite3', not found
Package wxGTK-devel was not found in the pkg-config search path.
Perhaps you should add the directory containing `wxGTK-devel.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wxGTK-devel', required by 'wxsqlite3', not found
Package wxGTK-devel was not found in the pkg-config search path.
Perhaps you should add the directory containing `wxGTK-devel.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wxGTK-devel', required by 'wxsqlite3', not found
Package wxGTK-devel was not found in the pkg-config search path.
Perhaps you should add the directory containing `wxGTK-devel.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wxGTK-devel', required by 'wxsqlite3', not found
Package wxGTK-devel was not found in the pkg-config search path.
Perhaps you should add the directory containing `wxGTK-devel.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wxGTK-devel', required by 'wxsqlite3', not found
Package wxGTK-devel was not found in the pkg-config search path.
Perhaps you should add the directory containing `wxGTK-devel.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wxGTK-devel', required by 'wxsqlite3', not found
CMake Error at CMakeLists.txt:116 (MESSAGE):
wxsqlite3 not found!"

search for "wxGTK-devel" finds only one dir and these files within:

file:///var/lib/yum/yumdb/w/57bf3286b5ca184b1bad60a891ba8661ec8f2e6e-wxGTK-devel-2.8.12-4.fc17-x86_64/checksum_data
file:///var/lib/yum/yumdb/w/57bf3286b5ca184b1bad60a891ba8661ec8f2e6e-wxGTK-devel-2.8.12-4.fc17-x86_64/reason
file:///var/lib/yum/yumdb/w/57bf3286b5ca184b1bad60a891ba8661ec8f2e6e-wxGTK-devel-2.8.12-4.fc17-x86_64/from_repo_timestamp
file:///var/lib/yum/yumdb/w/57bf3286b5ca184b1bad60a891ba8661ec8f2e6e-wxGTK-devel-2.8.12-4.fc17-x86_64/from_repo_revision
file:///var/lib/yum/yumdb/w/57bf3286b5ca184b1bad60a891ba8661ec8f2e6e-wxGTK-devel-2.8.12-4.fc17-x86_64/from_repo
file:///var/lib/yum/yumdb/w/57bf3286b5ca184b1bad60a891ba8661ec8f2e6e-wxGTK-devel-2.8.12-4.fc17-x86_64/releasever
file:///var/lib/yum/yumdb/w/57bf3286b5ca184b1bad60a891ba8661ec8f2e6e-wxGTK-devel-2.8.12-4.fc17-x86_64/installed_by
file:///var/lib/yum/yumdb/w/57bf3286b5ca184b1bad60a891ba8661ec8f2e6e-wxGTK-devel-2.8.12-4.fc17-x86_64/command_line
file:///var/lib/yum/yumdb/w/57bf3286b5ca184b1bad60a891ba8661ec8f2e6e-wxGTK-devel-2.8.12-4.fc17-x86_64/checksum_type
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Fedora 17 install kernel

Post by anonbeat »

I read a few days back about a fedora package with the 1840 revision...

This is what I read http://forums.fedoraforum.org/showthread.php?p=1615976
Locked