sctplab / usrsctp

A portable SCTP userland stack
BSD 3-Clause "New" or "Revised" License
670 stars 280 forks source link

ORBIS build #599

Open shinyclaw opened 3 years ago

shinyclaw commented 3 years ago

Hi, I try to generate project files for ORBIS (PS4) toolchain, but in CMake following error appears:

Configuring ORBIS

The C compiler identification is Clang 11.0.1 Detecting C compiler ABI info Detecting C compiler ABI info - done Check for working C compiler: E:/Programming/SDKs/SCE/ORBIS SDKs/8.500/host_tools/bin/orbis-clang.exe - skipped Detecting C compile features Detecting C compile features - done No build type selected, using DEBUG Looking for include file sys/queue.h Looking for include file sys/queue.h - found Looking for include files sys/socket.h, linux/if_addr.h Looking for include files sys/socket.h, linux/if_addr.h - not found Looking for include files sys/socket.h, linux/rtnetlink.h Looking for include files sys/socket.h, linux/rtnetlink.h - not found Looking for 4 include files sys/types.h, ..., netinet/ip_icmp.h Looking for 4 include files sys/types.h, ..., netinet/ip_icmp.h - not found Looking for include file net/route.h Looking for include file net/route.h - not found Looking for include file stdatomic.h Looking for include file stdatomic.h - not found Looking for usrsctp.h Looking for usrsctp.h - not found CMake Error at CMakeLists.txt:132 (message): usrsctp.h not found

Do you have any idea what can cause it? On regular visual studio toolchain it works like expected.

Thanks!

tuexen commented 3 years ago

Maybe @weinrank knows...