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

help #3

Open
williamcorney opened this issue Aug 9, 2023 · 1 comment
Open

help #3

williamcorney opened this issue Aug 9, 2023 · 1 comment

Comments

@williamcorney
Copy link

Hello Steve

I have tried to follow instructions on main branch wineasio to build wine from scratch and then build the wineasio.dll file but coming unstuck

ive built wine from scratch and this is working as expected

the bit I am confused about is when I run the final make 64 in the wineasio folder ive download, how it locates the folders such as 'include' which seems to contain lots of files that it needs

im confused if or how or where wine is supposed to create directories such as /include/wine/windows

the make 64 seems to be failing because it can't find the 'include' folder which has got all the .h files but not sure what I need to do resolve :(

make 64
/Library/Developer/CommandLineTools/usr/bin/make build ARCH=x86_64 M=64
gcc -c -I. -Irtaudio/include -I/usr/include/wine -I/usr/include/wine/windows -I/usr/include/wine-development -I/usr/include/wine-development/wine/windows -I/opt/wine-stable/include -I/opt/wine-stable/include/wine/windows -I/opt/wine-staging/include -I/opt/wine-staging/include/wine/windows -m64 -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -Werror=implicit-function-declaration -I/usr/local/include -DNATIVE_INT64 -O2 -DNDEBUG -fvisibility=hidden -o build64/asio.c.o asio.c
asio.c:44:10: fatal error: 'objbase.h' file not found
#include "objbase.h"
^~~~~~~~~~~
1 error generated.
make[1]: *** [build64/asio.c.o] Error 1
make: *** [64] Error 2

@williamcorney
Copy link
Author

@steveschow

Here are the latest version 1.1.0 wineasio.dll and wineasio.dll.so files . If you wanted to add to your main folder for anyone else.

https://file.io/n7ElhGspX7hQ

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

1 participant