I got these errors when running make. I am using K12ltsp6

[EMAIL PROTECTED] flashsound]# make
gcc -shared -O2 -Wall -Werror  -lpthread    -lssl \
       flashsupport.c -o libflashsupport.so
flashsupport.c:218:17: error: esd.h: No such file or directory
flashsupport.c:225:26: error: pulse/simple.h: No such file or directory
flashsupport.c:226:25: error: pulse/error.h: No such file or directory
flashsupport.c:279: error: expected â)â before âformatâ
flashsupport.c:283: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â
before â*â token
flashsupport.c:288: error: expected â)â before â*â token
flashsupport.c:290: error: expected â)â before â*â token
flashsupport.c:292: error: expected â)â before â*â token
flashsupport.c:294: error: expected â)â before â*â token
flashsupport.c:296: error: expected declaration specifiers or â...â before
â*â token
flashsupport.c:296: error: expected â)â before â*â token
flashsupport.c:298: error: expected â)â before â*â token
flashsupport.c: In function âFPX_SoundOutput_Detectâ:
flashsupport.c:423: error: âFPX_pa_simple_newâ undeclared (first use in this
function)
flashsupport.c:423: error: (Each undeclared identifier is reported only once
flashsupport.c:423: error: for each function it appears in.)
flashsupport.c:434: error: âFPX_pa_simple_writeâ undeclared (first use in
this function)
flashsupport.c:439: error: âFPX_pa_simple_drainâ undeclared (first use in
this function)
flashsupport.c:444: error: âFPX_pa_simple_freeâ undeclared (first use in
this function)
flashsupport.c:449: error: âFPX_pa_simple_get_latencyâ undeclared (first use
in this function)
flashsupport.c:462: error: âFPX_esd_play_stream_fallbackâ undeclared (first
use in this function)
flashsupport.c: In function âESD_FPX_SoundOutput_Openâ:
flashsupport.c:1236: error: âESD_DEFAULT_RATEâ undeclared (first use in this
function)
flashsupport.c:1238: error: âESD_BITS16â undeclared (first use in this
function)
flashsupport.c:1238: error: âESD_STEREOâ undeclared (first use in this
function)
flashsupport.c:1239: error: âESD_STREAMâ undeclared (first use in this
function)
flashsupport.c:1239: error: âESD_PLAYâ undeclared (first use in this
function)
flashsupport.c:1240: error: âesd_format_tâ undeclared (first use in this
function)
flashsupport.c:1240: error: expected â;â before âformatâ
flashsupport.c:1248: error: âformatâ undeclared (first use in this function)
cc1: warnings being treated as errors
flashsupport.c:1256: warning: implicit declaration of function
âFPX_esd_play_stream_fallbackâ
flashsupport.c: At top level:
flashsupport.c:1308: error: expected specifier-qualifier-list before
âpa_simpleâ
flashsupport.c: In function âpa_threadâ:
flashsupport.c:1322: warning: implicit declaration of function
âFPX_pa_simple_writeâ
flashsupport.c:1322: error: âstruct PULSE_SoundOutput_Instanceâ has no
member named âpa_sockâ
flashsupport.c:1326: error: âstruct PULSE_SoundOutput_Instanceâ has no
member named âsignalâ
flashsupport.c: In function âPULSEAUDIO_FPX_SoundOutput_Openâ:
flashsupport.c:1341: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â
before âssâ
flashsupport.c:1341: error: âssâ undeclared (first use in this function)
flashsupport.c:1341: error: expected expression before â{â token
flashsupport.c:1353: error: âstruct PULSE_SoundOutput_Instanceâ has no
member named âpa_sockâ
flashsupport.c:1353: warning: implicit declaration of function
âFPX_pa_simple_newâ
flashsupport.c:1353: error: âPA_STREAM_PLAYBACKâ undeclared (first use in
this function)
flashsupport.c:1356: error: âstruct PULSE_SoundOutput_Instanceâ has no
member named âthreadâ
flashsupport.c: In function âPULSEAUDIO_FPX_SoundOutput_Closeâ:
flashsupport.c:1375: error: âstruct PULSE_SoundOutput_Instanceâ has no
member named âsignalâ
flashsupport.c:1377: error: âstruct PULSE_SoundOutput_Instanceâ has no
member named âthreadâ
flashsupport.c:1378: error: âstruct PULSE_SoundOutput_Instanceâ has no
member named âthreadâ
flashsupport.c:1381: error: âstruct PULSE_SoundOutput_Instanceâ has no
member named âpa_sockâ
flashsupport.c:1382: warning: implicit declaration of function
âFPX_pa_simple_drainâ
flashsupport.c:1382: error: âstruct PULSE_SoundOutput_Instanceâ has no
member named âpa_sockâ
flashsupport.c:1383: warning: implicit declaration of function
âFPX_pa_simple_freeâ
flashsupport.c:1383: error: âstruct PULSE_SoundOutput_Instanceâ has no
member named âpa_sockâ
flashsupport.c: In function âPULSEAUDIO_FPX_SoundOutput_Latencyâ:
flashsupport.c:1396: error: âpa_usec_tâ undeclared (first use in this
function)
flashsupport.c:1396: error: expected â;â before âlatencytimeâ
flashsupport.c:1401: error: âstruct PULSE_SoundOutput_Instanceâ has no
member named âpa_sockâ
flashsupport.c:1402: error: âlatencytimeâ undeclared (first use in this
function)
flashsupport.c:1402: warning: implicit declaration of function
âFPX_pa_simple_get_latencyâ
flashsupport.c:1402: error: âstruct PULSE_SoundOutput_Instanceâ has no
member named âpa_sockâ
make: *** [libflashsupport.so] Error 1


Beta testing went like a charm here (for the esd part). Is there any
available drop-in pulseaudio server to install in the lstp tree?


This would be great. Sounds like pulse audio is just what ltsp needs.

Thanks.
Krsnendu dasa
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to