Okay, I surrender. Few hours spent finding the solutions but it doesn't work.
So i followed the page mentionned, this one :
https://wiki.scribus.net/canvas/Building_SVN_versions_with_CMake#Package_ManagerI installed subversion, c++
I Installed QT
I think i installed cmake also but not sure
I downloaded the scribus files which is now on place
I installed the list of dependencies suggested
But then, when i wan't to run the following command in the scribus directory :
cmake ./
I have this result which show that there is errors, and scribus still doesn't install :
root@gvp-MacBookPro:/home/gvp/scribus14x# cmake ./
CMake Warning (dev) at CMakeLists.txt:744:
Syntax Warning in cmake code at column 25
Argument not separated from preceding token by whitespace.
This warning is for project developers. Use -Wno-dev to suppress it.
-- The CXX compiler identification is GNU 7.5.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Scribus 1.4.9.svn will be built to install into /usr/local
-- Machine: x86_64-linux-gnu, void pointer size: 8
-- Found target X86_64
-- Building for target x86_64-linux-gnu
CMake Deprecation Warning at CMakeLists.txt:293 (CMAKE_POLICY):
The OLD behavior for policy CMP0005 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
-- Using standard ApplicationDataDir. You can change it with -DAPPLICATION_DATA_DIR
CMake Error at /usr/share/cmake-3.13/Modules/FindQt4.cmake:1313 (message):
Found unsuitable Qt version "5.9.5" from /usr/bin/qmake, this code requires
Qt 4.x
Call Stack (most recent call first):
CMakeLists.txt:669 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
See also "/home/gvp/scribus14x/CMakeFiles/CMakeOutput.log".
See also "/home/gvp/scribus14x/CMakeFiles/CMakeError.log".
Any idea to get out from this ?
Before that i also try this process :
delete the folder named Scribus, and purge scribus completely, than i went into the Linux software manager, install Linux and than :
nothing appeared as mentioned.
I don't understand where all these problems are coming from whereas Scribus had previously worked wonderfully.
Thanks in advance for any track.
A.