Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How to comple wxwidgets3.0

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
zombie_ramboz
Posts: 14
Joined: 2017-11-05 07:31

How to comple wxwidgets3.0

#1 Post by zombie_ramboz »

Hi,

I require wxwidgets3.0 as it is a dependency for Veracrypt.

On extracting the tar.xz I see the below list of files:
  • changelog
    compat
    control
    control.in
    control.msw.in
    copyright
    filenames.txt
    libwxbase-dev.postinst
    libwxbase-dev.prerm
    libwxgtk-dev.postinst
    libwxgtk-dev.prerm
    libwxgtk-gtk3-dev.postinst
    libwxgtk-gtk3-dev.prerm
    libwxmsw-dev.postinst
    libwxmsw-dev.prerm
    lintian-override.in
    patches (dir)
    README.Debian
    README.examples
    README.source
    repack.sh
    rules
    source (dir)
    unpack_examples.sh.in
    watch
    wx-config.1
    wx-doc.doc-base
    wx-examples.examples
    wxrc-tools.1
The README files do not give any clues on how to proceed. What I am I supposed to do now?


zombie_ramboz
Posts: 14
Joined: 2017-11-05 07:31

Re: How to comple wxwidgets3.0

#3 Post by zombie_ramboz »

arochester wrote:Available from Repository?

https://packages.debian.org/source/buster/wxwidgets3.0
Ah yes, I did try from the repositories and get the below:

Code: Select all

sudo apt-get install libwxgtk3.0-gtk3-0v5Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libwxgtk3.0-gtk3-0v5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libwxgtk3.0-gtk3-0v5' has no installation candidate

LE_746F6D617A7A69
Posts: 932
Joined: 2020-05-03 14:16
Has thanked: 7 times
Been thanked: 68 times

Re: How to comple wxwidgets3.0

#4 Post by LE_746F6D617A7A69 »

Show Your sources.list please.

Code: Select all

cat /etc/apt/sources.list
Btw, if You would like to compile Veracrypt from sources, You'll need also the libwxgtk3.0-dev package.
Bill Gates: "(...) In my case, I went to the garbage cans at the Computer Science Center and I fished out listings of their operating system."
The_full_story and Nothing_have_changed

sgosnell
Posts: 975
Joined: 2011-03-14 01:49

Re: How to comple wxwidgets3.0

#5 Post by sgosnell »

Veracrypt only depends on libwxgtk3.0-gtk3-0v5, and it is in the Debian Buster, Bullseye, and Sid repositories, installable with apt. For Stretch, it's in the backports repo. What version of Debian are you running? Have you read the README.Debian file, or any of the other README files?
Take my advice, I'm not using it.

LE_746F6D617A7A69
Posts: 932
Joined: 2020-05-03 14:16
Has thanked: 7 times
Been thanked: 68 times

Re: How to comple wxwidgets3.0

#6 Post by LE_746F6D617A7A69 »

sgosnell wrote:Veracrypt only depends on libwxgtk3.0-gtk3-0v5, and it is in the Debian Buster, Bullseye, and Sid repositories, installable with apt. For Stretch, it's in the backports repo.
Uhm?
Nope, it's not available in Debian. Did You meant zulucrypt?
https://packages.debian.org/search?keyw ... ection=all
Bill Gates: "(...) In my case, I went to the garbage cans at the Computer Science Center and I fished out listings of their operating system."
The_full_story and Nothing_have_changed

sgosnell
Posts: 975
Joined: 2011-03-14 01:49

Re: How to comple wxwidgets3.0

#7 Post by sgosnell »

I mean libwxgtk3.0-gtk3-0v5. Veracrypt has to be downloaded separately, but it should install with dpkg, and if it fails because of dependencies then libwxgtk3.0-gtk3-0v5 is in the repositories. I've never had to install anything separately, but some installations might require it I suppose.
Take my advice, I'm not using it.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: How to comple wxwidgets3.0

#8 Post by stevepusser »

I take it that you mean to download the debs directly from Veracrypt?

Hmmm--the latest update 7 to 1.2.4 applied to Linux too, unlike 5 and 6. I better update the MX Linux builds and my OBS repo. :)
MX Linux packager and developer

sgosnell
Posts: 975
Joined: 2011-03-14 01:49

Re: How to comple wxwidgets3.0

#9 Post by sgosnell »

I've always downloaded directly from the veracrypt site. That way I know what I'm getting. I would like to see it in the Debian repositories, but that doesn't seem likely.
Take my advice, I'm not using it.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: How to comple wxwidgets3.0

#10 Post by stevepusser »

Here ya go. https://build.opensuse.org/package/show ... /veracrypt

Builds on stock Debian. No need to compile wxwidgets at all, so this was an XY problem.

FWIW, zulucrypt 5.7.1 is also a simple backport from upstream Debian.

Please edit mark this thread [Solved] by editing the title of the first post in the thread.
MX Linux packager and developer

Post Reply