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
When creating a static build for Mac I'm running into a few issues. The first set of issues involved building a few dependencies myself (not a problem).
I was able to run: cmake -D BUILD_STATIC=1 ..
No problems.
When I go to run the make command after this step, I hit this error:
1 warning generated.
[ 34%] Building CXX object CMakeFiles/audiowaveform.dir/src/WavFileWriter.cpp.o
[ 35%] Building C object CMakeFiles/audiowaveform.dir/src/madlld-1.1p1/bstdfile.c.o
[ 36%] Building C object CMakeFiles/audiowaveform.dir/src/pdjson/pdjson.c.o
[ 37%] Linking CXX executable audiowaveform
clang: warning: argument unused during compilation: '-no-pie' [-Wunused-command-line-argument]
ld: library not found for -licudata
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I can't locate licudata anywhere, any ideas?
The text was updated successfully, but these errors were encountered:
When creating a static build for Mac I'm running into a few issues. The first set of issues involved building a few dependencies myself (not a problem).
I was able to run: cmake -D BUILD_STATIC=1 ..
No problems.
When I go to run the make command after this step, I hit this error:
I can't locate licudata anywhere, any ideas?
The text was updated successfully, but these errors were encountered: