cjcliffe / CubicSDR

Cross-Platform Software-Defined Radio Application
http://www.cubicsdr.com
GNU General Public License v2.0
2.06k stars 253 forks source link

Build wxWidgets 3.1.3 under High Sierra, tiff.h not found #838

Closed paulabama closed 3 years ago

paulabama commented 4 years ago

One small change to installing wxWidgets, to avoid tiff.h not found error. Config line instructions should read:

wxWidgets-3.1.3$ ./configure --with-opengl --disable-shared --enable-monolithic --with-libjpeg --with-libtiff=builtin --with-libpng --with-zlib --with-mac --disable-sdltest --enable-unicode --enable-display --enable-propgrid --disable-webkit --disable-webview --disable-webviewwebkit --with-macosx-version-min=10.9 --prefix=/Users/(YOUR_USERNAME)/Dev/wxWidgets-staticlib CXXFLAGS="-std=c++0x" --with-libiconv=/usr

Please let me know if you have any questions. spectrala.llc@gmail.com

vsonnier commented 3 years ago

Please use the new procedure applicable to wxWidgets v3.14. (see Wiki)

philippjbauer commented 2 years ago

Ran into this issue with wxWidgets 3.1.5 on macOS 12.4 ARM64. Modifying the --with-libtiff option to --with-libtiff=builtin resolved the issue for me.