kronostar / audirvana-0_9_5

Snapshot of audirvana 0.9.5, the last GPL'd version by Damien Plisson <au.damien78@gmail.com>
http://kronostar.github.com/audirvana-0_9_5
GNU General Public License v3.0
8 stars 11 forks source link

Release Compilation fails. #2

Closed w-martin closed 12 years ago

w-martin commented 12 years ago

Program can be built and run with no problem, but compiling for release gives linker errors such as:

Undefined symbols for architecture i386:
  "_src_delete", referenced from:
      -[AudioFileCoreAudioLoader close] in AudioFileCoreAudioLoader.o
      -[AudioFileSndFileLoader close] in AudioFileSndFileLoader.o
      -[AudioFileFLACLoader close] in AudioFileFLACLoader.o

There are 15 such errors.

kronostar commented 12 years ago

Undefined symbols for architecture i386 ????

Why are we compiling for i386? x86_64 should be the architecture.