jhurt / FLACiOS

Xcode project to create a fat binary libFLAC framework for use in iOS apps
BSD 2-Clause "Simplified" License
60 stars 20 forks source link

Something wrong with assert declaration? #3

Closed devdavidkarlsson closed 8 years ago

devdavidkarlsson commented 9 years ago

/FLACiOS-master/libFLAC/src/libFLAC++/metadata.cpp:276:4: Use of undeclared identifier 'assert'

agamirzov commented 9 years ago

Same problem. Has anyone found a solution?

mahboud commented 9 years ago

In FLAC's assert.h, change: #include <assert.h> To: #include_next <assert.h>

jhurt commented 8 years ago

Thanks @mahboud, I pushed this change to master.