View previous topic :: View next topic |
Author |
Message |
xsara
Joined: 10 Dec 2004 Posts: 2
|
Posted: Fri Dec 10, 2004 5:19 am Post subject: Can't build pymedia |
|
|
I try to build pymedia but I just get this error.
I hope you can help me.
This is my error:
audio/libavcodec/faad.c:111: warning: passing arg 3 of pointer to function makes pointer from integer without a cast
audio/libavcodec/faad.c:111: warning: passing arg 4 of pointer to function from incompatible pointer type
audio/libavcodec/faad.c:111: too many arguments to function
audio/libavcodec/faad.c:110: warning: unused variable `samplerate'
audio/libavcodec/faad.c:119: too many arguments to function
audio/libavcodec/faad.c: In function `faac_decode_init':
audio/libavcodec/faad.c:185: warning: assignment from incompatible pointer type
audio/libavcodec/faad.c:191: warning: assignment from incompatible pointer type
audio/libavcodec/faad.c:194: warning: assignment from incompatible pointer type
audio/libavcodec/faad.c: In function `faac_decode_frame':
audio/libavcodec/faad.c:105: warning: `out' might be used uninitialized in this function
error: command 'gcc' failed with exit status 1 |
|
Back to top |
|
 |
jbors Site Admin

Joined: 12 Nov 2004 Posts: 1675
|
Posted: Fri Dec 10, 2004 8:58 am Post subject: |
|
|
For now, just uninstall FAAD2. I have older FAAD on my PC, so it worked before. |
|
Back to top |
|
 |
xsara
Joined: 10 Dec 2004 Posts: 2
|
Posted: Sat Dec 11, 2004 7:24 am Post subject: |
|
|
I still got the same problem.
I got Debian with Kernel 2.2. I installed faad_1.1, libfaad2-0_1.1 and libfaad2-dev_2.0 |
|
Back to top |
|
 |
jbors Site Admin

Joined: 12 Nov 2004 Posts: 1675
|
Posted: Mon Dec 13, 2004 3:00 pm Post subject: |
|
|
You still have some faad version installed somewhere. Just modify setup.py file and comment out this line( setup.py:261 ): #dep('FAAD', 'libfaad2', 'faad.h', 'libfaad', 'CONFIG_FAAD').configure(inc_hunt,lib_hunt), |
|
Back to top |
|
 |
|