Search found 2 matches

by bayn
Sat Oct 27, 2018 2:40 pm
Forum: Compiler / Linking / IDE Related
Topic: No target declared
Replies: 13
Views: 6708

Re: No target declared

Hello, I'm using Code:: Blocks on a Mac OS system and built wxWidgets 3.0.4 like dynamic linking: cd wxWidgets mkdir build-mac-os-x cd build-mac-os-x ../configure --with-macosx-version-min=10.14 --enable-unicode --prefix="$(pwd)" make When I'm building my project I see "No Target! You...
by bayn
Sat Oct 27, 2018 12:47 pm
Forum: wxWidgets Development (Russian)
Topic: No Target! You should use wx-config program for compilation flags!
Replies: 3
Views: 9036

No Target! You should use wx-config program for compilation flags!

Здравствуйте, я новичок в wxWidgets, моя платформа 10.14 Mojave MacOSX10.14.sdk, версия wxWidgets 3.0.4 При сборке проекта получаю исключение error "No Target! You should use wx-config program for compilation flags!" в файле/usr/local/wxWidgets/include/wx/defs.h Собирал wxWidgets так (http...