n-stein
n-stein
> I would like to know if a deb package was made for 1.7.0 and installed like that, would this problem still occur? Here is a v1.7.0 Release deb package...
Maybe an Ubuntu Jammy build will help? [mmex_1.7.0-Ubuntu.22.04.jammy_amd64.tar.gz](https://github.com/moneymanagerex/moneymanagerex/files/13966629/mmex_1.7.0-Ubuntu.22.04.jammy_amd64.tar.gz)
Try `sudo apt install libtiff5`
@Heny67 what distro are you running?
> Distributor ID: Ubuntu Description: Ubuntu Noble Numbat (development branch) Release: 24.04 Codename: noble [mmex_1.7.0-Ubuntu.24.04.noble_amd64.tar.gz](https://github.com/moneymanagerex/moneymanagerex/files/13995461/mmex_1.7.0-Ubuntu.24.04.noble_amd64.tar.gz)
How did you build wxWidgets? Maybe you forgot `--enable-webview` during the configuration? Example from https://github.com/moneymanagerex/moneymanagerex/blob/master/dockers%2Fubuntu.jammy%2FDockerfile `../configure --disable-shared --enable-cxx11 --with-cxx=11 --enable-webview --with-gtk=3 --enable-unicode --enable-intl`
@h-vijayakumaran what distro are you using?
> There is no directory webview though This is odd because it is there in the github source. Seems like your wxWidgets might be incomplete. For reference, here's how I...
> I guess you know this already. I did not, the CI builds are all passing. Honestly I'm really surprised it built written like that... Have fixed it in #6543.
> I am able to build now, but when I install, I get the following error: > > ``` > The following packages have unmet dependencies: > mmex : Depends:...