OpenPHDGuiding / phd2

PHD2 Guiding
https://openphdguiding.org
BSD 3-Clause "New" or "Revised" License
250 stars 114 forks source link

Compiling fails in Ubuntu 20.04 and Debian 12 #1047

Closed nordcomputer closed 1 year ago

nordcomputer commented 1 year ago

So, I tried to follow the instructions to compile phd2 to my machine. I have Debian 12 installed (Bookworm). First I installed the dependencies, but libwxgtk3.0-gtk3-dev and wx3.0-i18n seem not to be part of Bookworm anymore. I tried the next best and installed the recent versions: libwxgtk3.2-gtk3-dev and wx3.2-i18n.

I cloned the repo, created the tmp directory and ran the cmake command. Then I tried to compile (make). The compiling fails. I have uploaded the output here: https://pastebin.com/d9aBa9RM

As Debian 12 is still the testing branch, I thought I would give Ubuntu 20.04 a try, as suggested in the instructions. I set up a VM with Gnome Boxes, installed the (now correct) dependencies, ran cmake and tried to compile. Again, I got an error.

Both errors occour at 66%. You can find the output of the compile process (Ubuntu) here: https://pastebin.com/4FceErn0

Any suggestions?

agalasso commented 1 year ago

@nordcomputer thanks for letting us know about the problem!