Linux-SWAT
Forum Addict!
- Joined
- Feb 13, 2010
- Messages
- 9,188
On SZb3, the libQtSql is 4.6.
:/
Maybe i can try to compile it myself if the sources are available somewhere ?
git submodule init
git submodule update
git clone git://github.com/bzar/panorama.git
cd panorama
git checkout consolidation-ui
git submodule init
git submodule update
mkdir build
cd build
cmake -DPANDORA=true ..
make
bash-4.1$ git submodule update
Cloning into deps/jansson/src...
remote: Counting objects: 3540, done.
remote: Compressing objects: 100% (1051/1051), done.
remote: Total 3540 (delta 2167), reused 3482 (delta 2128)
Receiving objects: 100% (3540/3540), 484.15 KiB | 403 KiB/s, done.
Resolving deltas: 100% (2167/2167), done.
Submodule path 'deps/jansson/src': checked out '49fc708d4c5aeebad570f59a588f7520a4c62f78'
Cloning into deps/milky/src...
fatal: remote error:
Repository not found.
Clone of 'git://github.com/Cloudef/milkyhelper.git' into submodule path 'deps/milky/src' failed
bash-4.1$
....
-- Compiling and packaging for the Pandora
CMake Error at deps/jansson/CMakeLists.txt:27 (FILE):
file COPY cannot find
"/home/lswat/panorama/deps/jansson/src/src/jansson_config.h".
CMake Error at deps/pnd/CMakeLists.txt:74 (FILE):
file COPY cannot find "/home/lswat/panorama/deps/pnd/src/include/pnd_apps.h".
-- Found CURL: /usr/lib/libcurl.so
-- Found OpenSSL: /usr/lib/libssl.so;/usr/lib/libcrypto.so
-- Found EXPAT: /usr/lib/libexpat.so
CMake Error at deps/pndman/CMakeLists.txt:14 (FILE):
file COPY cannot find
"/home/lswat/panorama/deps/pndman/src/include/pndman.h".
You have called ADD_LIBRARY for library pndman without any source files. This typically indicates a problem with your CMakeLists.txt file
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.8.1 (using /usr/bin/qmake)
You have called ADD_LIBRARY for library qtpndman without any source files. This typically indicates a problem with your CMakeLists.txt file
...
git submodule update