openframeworks / apothecary

This is the OpenFrameworks library apothecary. It mixes formulas and potions to build and update the C/C++ lib dependencies.
Other
56 stars 51 forks source link

Visual Studio - Brotli issues #375

Closed dimitre closed 3 months ago

dimitre commented 3 months ago

Hello @danoli3 in latest openframeworks actions Brotli is missing a symbol. Thanks

unresolved external symbol BrotliDecoderDecompress referenced in function woff2_decompress
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/FORCE' specification [D:\a\openFrameworks\openFrameworks\examples\templates\emptyExample\emptyExample.vcxproj]
freetyped.lib(sfnt.obj) : error LNK2019: unresolved external symbol BrotliDecoderDecompress referenced in function woff2_decompress [D:\a\openFrameworks\openFrameworks\examples\templates\emptyExample\emptyExample.vcxproj]
bin\emptyExample_debug.exe : fatal error LNK1120: 1 unresolved externals [D:\a\openFrameworks\openFrameworks\examples\templates\emptyExample\emptyExample.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(1151,5): error MSB6006: "link.exe" exited with code 1120. [D:\a\openFrameworks\openFrameworks\examples\templates\emptyExample\emptyExample.vcxproj]
Done Building Project "D:\a\openFrameworks\openFrameworks\examples\templates\emptyExample\emptyExample.vcxproj" (default targets) -- FAILED.
dimitre commented 3 months ago

fixed by https://github.com/openframeworks/openFrameworks/pull/7992