Skip to content
Snippets Groups Projects
Commit 08a414ed authored by alejoe91's avatar alejoe91
Browse files

fix build ubuntu16.10

parent 94771673
No related branches found
No related tags found
No related merge requests found
Build error when compiling with gcc/g++ 6.2.0-5 (Ubuntu 16.10)
error: ‘long int juce::FlacNamespace::lround(double)’ conflicts with a previous declaration
static inline long int lround(double x)
easy FIX:
Comment out line 65-67 of: /JuceLibraryCode/modules/juce_format/codecs/flac/libFLAC/lpc_flac.c
/*static inline long int lround(double x) {
return (long)(x + copysign (0.5, x));
}*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment