fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fluid-dev] Help on compiler/linker errors


From: jean-jacques.ceresa
Subject: [fluid-dev] Help on compiler/linker errors
Date: Tue, 22 Mar 2016 15:17:36 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]