evpobr

Results 171 comments of evpobr

@Ghabry , this is artifical restriction. There are some fallbacks if `SIZEOF_SF_COUNT_T` == 4: https://github.com/erikd/libsndfile/blob/fda9c8df2f760837df2117660a818ab9d84332dd/src/file_io.c#L462 That guy said he removed them to compile. In other words it is possible but...

Forgot about this issue :smile:. Thanks again @shao-hua-li , bug was fixed.

Hi @hmijail . Strange. We are building test builds for mac OS 11.6.6, I looked again and there seem to be no problems: ``` checking for lame/lame.h... yes checking for...

@hmijail , can you attach `CMakeCache.txt`, CMake and Autotools configure logs.

> In case it helps, I notice that the lame installation did not create a pkg-config file in /opt/homebrew/lib/pkgconfig/, while the mpg123 instalation did. The developers of LAME did not...

About Autotools: ``` configure:23923: checking for lame/lame.h configure:23923: gcc -c conftest.c >&5 conftest.c:121:10: fatal error: 'lame/lame.h' file not found #include ^~~~~~~~~~~~~ ``` It looks like Autotools cannot find LAME.

I didn't see anything useful in the CMake logs. Can you send the build log? Maybe there are useful warnings there.

I suspect something is wrong LAME installation. Obsolete Homebrew recipe? Can you update all and reinstall LAME?

> Looking at the configure log, looks like all libraries get an -I and -L parameter. Lame is the one which doesn't, and sure enough the header and lib aren't...