https://bugs.winehq.org/show_bug.cgi?id=50436
Gcenx gcenx83@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gcenx83@gmail.com
--- Comment #7 from Gcenx gcenx83@gmail.com --- (In reply to j-r from comment #6)
(In reply to Sveinar Søpler from comment #5)
Hmm.. it could maybe look like a typo in configure perhaps? I would assume so, even tho configure finds the right libraries when it is installed in system folders (by other means i guess... -lFAudio flag and such).
running: pkg-config --cflags faudio produces an error for me aswell, but using pkg-config --cflags FAudio does not.
If pkg-config doesn't work, configure uses -lFAudio by default, therefore everything is fine as long as FAudio is installed in standard include and lib directories.
I think it is not a typo in configure. The upstream FAudio.pc file has only been added recently. It seems that earlier some distributions provided their own pkg-config file and it seems at least some of them used the lowercase variant.
No the type is in configure.ac it should be an upper case F not a lower case f, everything else also uses an upper case first letter.