-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wx/wxprec.h' file not found #9
Comments
The GUI requires wxwidgets. Either install wxwidgets or set USE_GUI to NO in the CMake cache. |
Solved it, there is an issue with wxwidgets and qtkit on OS X that was causing an issue. |
buildAll.sh is just calling cmake, nothing special. When you run "cmake" from the terminal, does it work? How did you install cmake? |
hum i dont seem to be able to run it from the console, i can however from the aplication itself. |
If you are on mac, install cmake using homebrew:
brew install cmake
Sent with [ProtonMail](https://protonmail.com) Secure Email.
… -------- Original Message --------
Subject: Re: [MisterTea/HyperNEAT] wx/wxprec.h' file not found (#9)
Local Time: September 12, 2017 1:26 PM
UTC Time: September 12, 2017 8:26 PM
From: ***@***.***
To: MisterTea/HyperNEAT ***@***.***>
Jason Gauci ***@***.***>, Comment ***@***.***>
hum i dont seem to be able to run it from the console, i can however from the aplication itself.
I downloaded the 3.9.2.dmg file from their website.
—
You are receiving this because you commented.
Reply to this email directly, [view it on GitHub](#9 (comment)), or [mute the thread](https://github.com/notifications/unsubscribe-auth/AASuv0-f4nJ_E25fq9XmRzFujE7vbPnIks5shuj5gaJpZM4PUYlC).
|
It works and builds, but i cant seem to find the gui executable. |
It's the same executable. Just run the main binary without any parameters. |
Also please update the wiki so people after you can benefit from your hard work :-D |
Im not sure what you mean since there is no executable as shown here |
You should have a Hypercube_NEAT in this dir: |
Running that gives a ERROR: no opening book detected |
Oh, you need to be in the out directory I believe. So go there and run ./Hypercube_NEAT Sorry, it's been years since I ran this :-) |
After building with cbuild, when i try to do make on the build folder i get the following error:
NE/HyperNEAT/Hypercube_NEAT/include/HCUBE_Defines.h:65:10: fatal error:
'wx/wxprec.h' file not found
#include "wx/wxprec.h"
The text was updated successfully, but these errors were encountered: