Re: hugins-2018.0.0 and wxWidgets-3.0.4

2019-01-04 Thread Jeremie Courreges-Anglas
On Fri, Jun 22 2018, Maximilian Pichler wrote: > Just a quick note sharing my experience compiling these two package > versions. I wanted the latest version of hugins, which requires > wxWidgets >= 3, whereas ports currently only has 2.8. fwiw x11/wxWidgets has recently been updated to 3.0.4, so.

Re: hugins-2018.0.0 and wxWidgets-3.0.4

2018-06-21 Thread Thomas Frohwein
> So I compiled wxWidgets with ./configure --prefix > ~/opt/wxWidgets-3.0.4/ CC=cc CXX=c++ (otherwise it picks up gcc) and > then hugins with cmake -DCMAKE_INSTALL_PREFIX=~/opt/hugin-2018.0.0 > -DwxWidgets_CONFIG_EXECUTABLE=~/opt/wxWidgets-3.0.4/bin/wx-config .. > > Without having done very extens

hugins-2018.0.0 and wxWidgets-3.0.4

2018-06-21 Thread Maximilian Pichler
Just a quick note sharing my experience compiling these two package versions. I wanted the latest version of hugins, which requires wxWidgets >= 3, whereas ports currently only has 2.8. So I compiled wxWidgets with ./configure --prefix ~/opt/wxWidgets-3.0.4/ CC=cc CXX=c++ (otherwise it picks up gc