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

Build Newton in Windows based Github Action #297

Merged
merged 1 commit into from
Oct 12, 2022

Conversation

olitheolix
Copy link
Contributor

Add a Github Action to build Newton on Windows.

The compilation of the core engine works but the installation with cmake --install build --strip fails on Windows. It appears the installer is looking for the libraries in the wrong folder. Maybe someone on Windows can try the command sequence locally to debug/confirm the problem?

As a consequence of this, the Windows Action also does not build the hello world demos yet.

@JulioJerez JulioJerez merged commit 987edbd into MADEAPPS:master Oct 12, 2022
@JulioJerez
Copy link
Contributor

merged.

@JulioJerez
Copy link
Contributor

in the last commit, I get these messages in git hub.

Performing Test CMAKE_HAVE_LIBC_PTHREAD
Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
Looking for pthread_create in pthreads
Looking for pthread_create in pthreads - not found
Looking for pthread_create in pthread
Looking for pthread_create in pthread - not found

why does it needs pthread? when the sdk uses the standard c++11 thread.

@olitheolix olitheolix deleted the windows-github-action branch October 12, 2022 22:56
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

Successfully merging this pull request may close these issues.

2 participants