How to find proper --enable options when building wxGTK3?
by kgha from LinuxQuestions.org on (#5KKWV)
When trying to build the latest dvdstyler (3.2) I found that this required upgrades of wxGTK3 (> 3.1.5) and wxsvg (> 1.5.22). Building with ponce's buildscripts for -current went fine, but dvdstyler still refused to build, complaining over a missing wxGTK3 header file (colrdlgg.h).
The source package contains the file in question (wxWidgets-3.1.5/include/wx/generic/colrdlgg.h) but for some reason it wasn't included in the .tgz package. My dirty solution was to extract the header file from the source, putting it in its proper place in the -tgz package. Then I could build dvdstyler without issues.
I realise that my solution is not the proper one. I probably need to add a --enable line to the buildscript but I have no clue to what should be enabled - maybe --enable-colourdialog or something similar. Haven't found any hints when googling.
Any ideas?
The source package contains the file in question (wxWidgets-3.1.5/include/wx/generic/colrdlgg.h) but for some reason it wasn't included in the .tgz package. My dirty solution was to extract the header file from the source, putting it in its proper place in the -tgz package. Then I could build dvdstyler without issues.
I realise that my solution is not the proper one. I probably need to add a --enable line to the buildscript but I have no clue to what should be enabled - maybe --enable-colourdialog or something similar. Haven't found any hints when googling.
Any ideas?