Hi all, need a big help compiling here. I get an error like this for trying to compile Midori on TC v5.4:
-- valac 0.24.0 found
-- checking for modules 'libxml-2.0>=2.6;sqlite3>=3.6.19;gmodule-2.0;gio-2.0>=2.32.3;libsoup-gnome-2.4>=2.27.90'
-- package 'libxml-2.0>=2.6' not found
-- package 'sqlite3>=3.6.19' not found
-- package 'gmodule-2.0' not found
-- package 'gio-2.0>=2.32.3' not found
-- package 'libsoup-gnome-2.4>=2.27.90' not found
CMake Error at /tmp/tcloop/cmake/usr/local/share/cmake-3.0/Modules/FindPkgConfig.cmake:341 (message):
A required package was not found
Call Stack (most recent call first):
/tmp/tcloop/cmake/usr/local/share/cmake-3.0/Modules/FindPkgConfig.cmake:395 (_pkg_check_modules_internal)
CMakeLists.txt:116 (pkg_check_modules)
CMake Error at CMakeLists.txt:127 (if):
if given arguments:
"VERSION_GREATER" "2.29.91"
Unknown arguments specified
-- Configuring incomplete, errors occurred!
See also "/home/tc/midori-0.5.9/_build/CMakeFiles/CMakeOutput.log".
I don't understand because the current versions of these packages are libxml2.tcz v2.9.0, sqlite3.tcz v3.8.5.0, libsoup-gnome.tcz v2.42.2 (according to tce-ab), which are higher than the required versions from the error message. And I just installed TC, so my system must have the latest versions (I don't really know yet how to check for versions of downloaded extensions). And they're already loaded because this happens when I try to load them:
tc@box:~/midori-0.5.9$ tce-load -i libsoup-gnome sqlite3 libxml2
libsoup-gnome is already installed!
sqlite3 is already installed!
libxml2 is already installed!
tc@box:~/midori-0.5.9$
Help, I have much experience with GNU/Linux systems, but for compiling nothing much beyond './configure && make && make install'.
This was the instruction from Midori:
====== Build the code ======
mkdir _build
cd _build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install
Hi
u can build a midori extension using https://code.google.com/p/tc-ext-tools/source/browse/packages/midori but tc-ext-tools itself should be updated
That'd be great, but I don't know how to use it yet. If this method is the cleaner way, more efficient in the long-term but has a somewhat steeper learning curve, I'm gonna try to do it when I have some free time at the office, because at the moment I'm kinda panicky because I sense some impatience among superiors with my work/training.
How about the fifth fltk browser on tc v6.0 - it's much lighter still.
I tried installing fifth, but I'm guessing it's not supported in tc v5.4
. When is tc v6.0 coming out?