Clear project not compiling

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
Qbsoon
In need of some credit
In need of some credit
Posts: 1
Joined: Tue Aug 28, 2018 3:09 pm

Clear project not compiling

Post by Qbsoon »

Hi!
I wanted to create my first wx project. I created "wxWidgets Frame" project, and tried to compile it without editing anything. But compiling failed.
This is from log:

error D:\Ramster\kuba\Programing\C++\Launcher\gcc Files/Dev-Cpp/include/common: No such file or directory.
[Resource Error] preprocessing failed.
D:\Ramster\kuba\Programing\C++\Launcher\Makefile.win [Build Error] [Objects/MingW/Launcher_private.res] Error 1
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7449
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Clear project not compiling

Post by ONEEYEMAN »

Hi,
Did you build the library? Or you downloaded the pre-build binaries?
Which compiler do you use? Can you build 'minimal' sample?

Thank you.
Post Reply