| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Sat Jun 02, 2007 5:43 pm Post subject: Application Error |
|
|
I am installing StreaTranscoder
when I do "make" the fallowing error shows up
liboddcast.h:50:23: error: soundcard.h: No such file or directory
liboddcast.cpp: In function `int sendToServer(int, char*, int, int)':
liboddcast.cpp:436: error: 'MSG_NOSIGNAL' was not declared in this scope
liboddcast.cpp: In function `int initLiveRecording()':
liboddcast.cpp:2871: error: 'AFMT_S16_LE' was not declared in this scope
liboddcast.cpp:2884: error: 'SNDCTL_DSP_SETFMT' was not declared in this scope
liboddcast.cpp:2898: error: 'SNDCTL_DSP_CHANNELS' was not declared in this scope
liboddcast.cpp:2912: error: 'SNDCTL_DSP_SPEED' was not declared in this scope
make[2]: *** [liboddcast.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Theres something going wrong involving icecast. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sat Jun 02, 2007 6:00 pm Post subject: |
|
|
This is not an icecast error but a build error for the source client, it looks like you are missing the development packages but it's hard to say from the information given.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Sat Jun 02, 2007 6:20 pm Post subject: |
|
|
| what are the development packages? |
|
| Back to top |
|
 |
|