frankkahl / wav2mp3

command line tool for converting all WAV audio files in a folder and all its sub-folders into MP3
Other
1 stars 2 forks source link

On Arch linux comile errors: #1

Open robinvanleeuwen opened 1 year ago

robinvanleeuwen commented 1 year ago

A bunch of :

~/devel/cpp/wav2mp3/src/convert_wav_files.cpp:506:19: error: ‘strlen’ was not declared in this scope
~/devel/cpp/wav2mp3/src/guid.cpp:61:16: error: ‘memcmp’ was not declared in this scope

errors, which can be soved by also including in /src/guid.cpp and in src/convert_wav_files.cpp Pull rquest submitted