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
Hello! I'm fail to compile Ableton Source in compilation of pd abl_link~ external for Windows.
My attempt to compile it Windows system, return errors with undeclared functions httohl and nttohl. The compilation log is here: log_abl_link_compilation_fail_msys2.txt
In the attempt to have binaries I tried to crosscompile the external in ubuntu 12.04, but the compilation failed again, but now it seems the problem was a capitalization error on ableton link code.
Do the statements really follow? Is there anything that can be done?
Thanks any advance!
The text was updated successfully, but these errors were encountered:
I just checked on a Win 10 machine. There the header is actually called WS2tcpip.h and not ws2tcpip.h. Could you check if the filename is actually lowercase on your system?
Hello! I'm fail to compile Ableton Source in compilation of pd abl_link~ external for Windows.
My attempt to compile it Windows system, return errors with undeclared functions
httohl
andnttohl
. The compilation log is here: log_abl_link_compilation_fail_msys2.txtI reported it in abl_link repository and I was informed
nttohl
remains inwinsock.h
that can be solved here.In the attempt to have binaries I tried to crosscompile the external in ubuntu 12.04, but the compilation failed again, but now it seems the problem was a capitalization error on ableton link code.
Do the statements really follow? Is there anything that can be done?
Thanks any advance!
The text was updated successfully, but these errors were encountered: