Skip to content

Instantly share code, notes, and snippets.

@BitPuffin
Created December 4, 2013 03:05
Show Gist options
  • Save BitPuffin/7781679 to your computer and use it in GitHub Desktop.
Save BitPuffin/7781679 to your computer and use it in GitHub Desktop.
/home/isak/src/nim/december/src/nimcache/nim-ao-0_1_0_ao.o: In function `newdevice_172097':
nim-ao-0_1_0_ao.c:(.text+0x370): undefined reference to `ao_default_driver_id'
nim-ao-0_1_0_ao.c:(.text+0x3e8): undefined reference to `ao_driver_id'
nim-ao-0_1_0_ao.c:(.text+0x610): undefined reference to `ao_open_live'
/home/isak/src/nim/december/src/nimcache/nim-ao-0_1_0_ao.o: In function `close_172186':
nim-ao-0_1_0_ao.c:(.text+0x9d7): undefined reference to `ao_close'
/home/isak/src/nim/december/src/nimcache/audio_device.o: In function `setupdevice_174002':
audio_device.c:(.text+0x87): undefined reference to `ao_initialize'
/home/isak/src/nim/december/src/nimcache/audio_device.o: In function `destroydevice_174009':
audio_device.c:(.text+0x169): undefined reference to `ao_shutdown'
collect2: error: ld returned 1 exit status
Error: execution of an external program failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment