On 27-07-18 14:03, tao wrote:
Rashad Kanavath wrote
On Thu, Jul 26, 2018 at 12:36 AM tao <
uponmyword@
> wrote:
Hello,
I am in OpenBSD6.3. QGIS 2.18.17 in packages can not render style just
like
things in
http://openbsd-archive.7691.n7.nabble.com/qgis-bug-since-last-security-update-under-stable-td339707.html
So, I am trying to build QGIS 2.18.17 from source.
Succeeded to ccmake the source. But get error when make.
Here is the message:
tao$ make
[ 0%] Built target version
make: don't know how to make
/home/tao/Software/qgis/qgis-2.18.22/resources/function_help/json/rea
(prerequisite of: src/core/qgsexpression_texts.cpp)
Stop in .
*** Error 2 in . (CMakeFiles/Makefile2:1165
'src/core/CMakeFiles/qgis_core.dir/all')
*** Error 1 in /home/tao/Software/qgis/build-2.18.22 (Makefile:163 'all')
Tried to find the file mentioned above
"/home/tao/Software/qgis/qgis-2.18.22/resources/function_help/json/rea ",
but could not find anything.
Anyone has an idea?
could you try gmake instead of make?
make != gmake (unless you simlink or alias it)
Could not find gmake. And also could not use cmake to build it.
I think make is the right one.
I have to give up ^ \^
snapshots already have qgis 3, so you can upgrade to current to get all
the latest.
since there is a port, you should start from there (eg. upgrade the qgis
source version and start with that)
-m