You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :(
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
The text was updated successfully, but these errors were encountered: