Skip to content
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

Open
abbypogo opened this issue Sep 12, 2017 · 12 comments
Open

wx/wxprec.h' file not found #9

abbypogo opened this issue Sep 12, 2017 · 12 comments

Comments

@abbypogo
Copy link

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"

@MisterTea
Copy link
Owner

The GUI requires wxwidgets. Either install wxwidgets or set USE_GUI to NO in the CMake cache.

@abbypogo
Copy link
Author

Solved it, there is an issue with wxwidgets and qtkit on OS X that was causing an issue.
But now running the buildAll bash script ends up in "buildAll.sh: line 17: cmake: command not found" even tho cmake is installed on the machine, what might be the problem?

@MisterTea
Copy link
Owner

buildAll.sh is just calling cmake, nothing special. When you run "cmake" from the terminal, does it work? How did you install cmake?

@abbypogo
Copy link
Author

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.

@MisterTea
Copy link
Owner

MisterTea commented Sep 12, 2017 via email

@abbypogo
Copy link
Author

It works and builds, but i cant seem to find the gui executable.
I have set the USE_GUI from OFF to TRUE as said in the manual.
I am terribly sorry to keep bothering you with such issues.

@MisterTea
Copy link
Owner

It's the same executable. Just run the main binary without any parameters.

@MisterTea
Copy link
Owner

Also please update the wiki so people after you can benefit from your hard work :-D

@abbypogo
Copy link
Author

Im not sure what you mean since there is no executable as shown here
Also what do you mean by update wiki?
Again im sorry for this kind of questions, im new to this sort of work.

@MisterTea
Copy link
Owner

You should have a Hypercube_NEAT in this dir: HyperNEAT/NE/HyperNEAT/out

@abbypogo
Copy link
Author

Running that gives a ERROR: no opening book detected

@MisterTea
Copy link
Owner

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 :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants