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

Not able to build #297

Open
keerthipra opened this issue Feb 9, 2024 · 3 comments
Open

Not able to build #297

keerthipra opened this issue Feb 9, 2024 · 3 comments

Comments

@keerthipra
Copy link

Hi,

i followed the steps mentioned in https://www.opennn.net/documentation/building_opennn.html to build the image, but i am not able to build it. i have pulled the master branch and am following visual studio IDE way to build. when i execute "cmake ." i am getting following error:

<local_path>opennn\examples\airline_passengers>cmake .
CMake Error at CMakeLists.txt:3 (project):
Running

'nmake' '-?'

failed with:

The system cannot find the file specified

-- Configuring incomplete, errors occurred!

the same error i am getting if i execute cmake . from opennn dir also.
i dont know much on software part, can somebody please help me?

@keerthipra
Copy link
Author

i have installed visual studio IDE also.

@FahmiSMH
Copy link

FahmiSMH commented Feb 9, 2024

try changing your terminal path
instead of

<local_path>opennn\examples\airline_passengers>cmake .

do

<local_path>opennn>cmake .

you can do cd.. twice from your current terminal directory

@keerthipra
Copy link
Author

thank you for the response. i have tried from "<local_path>opennn>cmake .", there also it is not working.

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