Hi,

Buiding fluidsynth v.1.1.6 for Windows using Visual studio 6.
I get the following errors:

1) unresolved call to function inet_ntop()
Compiling fluid_sys.c : warning C4013 'inet_ntop' undefined; assuming extern returning int
Linking the project: error LNK2001: unresolved external symbol _inet_ntop
Any idea on the missing header and library ?

To work around, the previous inet_ntoa() (like in v 1.1.3) has been used.

2) In fluid_phase.h
This type define is not accepted: typedef unsigned long long fluid_phase_t
To work around, this has been changed to typedef unsigned ULONGULONG fluid_phase_t

This issue is true since v 1.1.3. May be a compiler version issue ?.

Thanks for your help

Regards


_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to