I see. I have the 3.1.4 version. But the same command tells me this:
$ apt-cache policy libwxgtk3.0-0v5
libwxgtk3.0-0v5:
Installed: 3.0.4+dfsg-3
Candidate: 3.0.4+dfsg-3
Version table:
*** 3.0.4+dfsg-3 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg ...
Search found 5 matches
- 23 Oct 2020, 08:23
- Forum: General Discussion
- Topic: How to build 11.1 from source on Ubuntu?
- Replies: 7
- Views: 1944
- 22 Oct 2020, 16:03
- Forum: General Discussion
- Topic: How to build 11.1 from source on Ubuntu?
- Replies: 7
- Views: 1944
Re: How to build 11.1 from source on Ubuntu?
You are right! I was using g++-9.1
With g++-10 I passed that error.
However now I get this error:
../../wx+/dc.h:72:2: error: #error why is wxHAVE_DPI_INDEPENDENT_PIXELS not defined?
72 | #error why is wxHAVE_DPI_INDEPENDENT_PIXELS not defined?
| ^~~~~
compilation terminated due to -Wfatal ...
With g++-10 I passed that error.
However now I get this error:
../../wx+/dc.h:72:2: error: #error why is wxHAVE_DPI_INDEPENDENT_PIXELS not defined?
72 | #error why is wxHAVE_DPI_INDEPENDENT_PIXELS not defined?
| ^~~~~
compilation terminated due to -Wfatal ...
- 22 Oct 2020, 13:26
- Forum: General Discussion
- Topic: How to build 11.1 from source on Ubuntu?
- Replies: 7
- Views: 1944
Re: How to build 11.1 from source on Ubuntu?
Hi, there seems to be another issue with span library not found.
base/algorithm.h:11:10: fatal error: span: No such file or directory
11 | #include <span>
| ^~~~~~
compilation terminated.
Any idea why?
base/algorithm.h:11:10: fatal error: span: No such file or directory
11 | #include <span>
| ^~~~~~
compilation terminated.
Any idea why?
- 01 Oct 2020, 10:06
- Forum: General Discussion
- Topic: How to build 11.1 from source on Ubuntu?
- Replies: 7
- Views: 1944
Re: How to build 11.1 from source on Ubuntu?
Thanks! I will set it and try :)
- 01 Oct 2020, 09:26
- Forum: General Discussion
- Topic: How to build 11.1 from source on Ubuntu?
- Replies: 7
- Views: 1944
How to build 11.1 from source on Ubuntu?
Hi,
I am trying to build FFS 11.1 from source on Ubuntu but make fails with
mkdir -p /FreeFileSync_x86_64_Make/ffs/src/
mkdir: cannot create directory ‘/FreeFileSync_x86_64_Make’: Permission denied
Makefile:120: recipe for target '/FreeFileSync_x86_64_Make/ffs/src/application.cpp.o' failed
make ...
I am trying to build FFS 11.1 from source on Ubuntu but make fails with
mkdir -p /FreeFileSync_x86_64_Make/ffs/src/
mkdir: cannot create directory ‘/FreeFileSync_x86_64_Make’: Permission denied
Makefile:120: recipe for target '/FreeFileSync_x86_64_Make/ffs/src/application.cpp.o' failed
make ...