You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can't figure out how to get LC3Plus support to work...
Reproduction steps
$ sudo cp $HOME/bin/gits/LC3plus/src/floating_point/lc3plus.h /usr/local/include
../configure --enable-lc3plus ...
⋮
checking for lc3plus.h... yes
checking for lc3plus_version, lc3plus_enc_set_frame_dms in -lLC3plus... no
configure: error: LC3plus library not found
From the looks of it, the LC3plus library support is support for your libraries. How do I make these work together? I already installed the google/liblc3.
The text was updated successfully, but these errors were encountered:
EDIT:
Maybe the comment about building/installing liblc3plus is not clear enough... after running make libLC3plus.so you need also "install" the header file and the library on your system, e.g.:
Problem
can't figure out how to get LC3Plus support to work...
Reproduction steps
$ sudo cp $HOME/bin/gits/LC3plus/src/floating_point/lc3plus.h /usr/local/include
../configure --enable-lc3plus ...
⋮
checking for lc3plus.h... yes
checking for lc3plus_version, lc3plus_enc_set_frame_dms in -lLC3plus... no
configure: error: LC3plus library not found
From the looks of it, the LC3plus library support is support for your libraries. How do I make these work together? I already installed the google/liblc3.
The text was updated successfully, but these errors were encountered: