Andrew replied to the topic 'AstroPi3 Scripts revised' in the forum. 3 years ago

I managed to get phdlogviewer to install, but not in the usual way.
I used Patrick's solution.

pch wrote: You not even need wxformbuilder at all, run cmake with -DHAVE_WXFB=0 to use a pre-build form file.
This is what I use for the ppa version.

Patrick

I also found that the script generated symlink is different on my 64bit system.
ln -s /usr/lib/arm-linux-gnueabihf/wxformbuilder /usr/lib/wxformbuilder
vs.
ln -s /usr/lib/aarch64-linux-gnu/wxformbuilder /usr/lib/wxformbuilder
However even with that change, I still had issues with this error.
Error: This project file is out of date.  Update your .fbp before using --generate
Regardless, with Patrick's solution, the entire WxFormBuilder portion can probably be removed entirely from the Raspbian setup script.

Read More...