Ableton / link

Ableton Link
Other
1.09k stars 149 forks source link

Issue in compiling Ableton source for Windows #93

Closed emviveros closed 2 years ago

emviveros commented 3 years ago

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

I reported it in abl_link repository and I was informed nttohl remains in winsock.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!

fgo-ableton commented 3 years ago

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?

fgo-ableton commented 2 years ago

Please reopen if this is still relevant.