hei yves gracias por your answer, k, i do know this is pretty experimental and i dont plan to cry to much about it, be sure )
heres the tail of MP4LIVE-pidip-0.12.14, it failed few lines before the last attemp with.13 now:544: and the same int thingy i dont know how to hack...
pdp_mp4live~.cpp:252: warning: int format, t_int arg (arg 6)
pdp_mp4live~.cpp: In function void pdp_mp4live_process(t_pdp_mp4live*)': pdp_mp4live~.cpp:521: invalid conversion from
t_int*' to `int*'
pdp_mp4live~.cpp: In function void pdp_mp4live_input_0(t_pdp_mp4live*, t_symbol*, float)': pdp_mp4live~.cpp:544: invalid conversion from
t_int*' to `int*'
make[1]: *** [pdp_mp4live~.o] Error 1
make[1]: Leaving directory `/root/pd/externs/pidip-0.12.14/modules'
make: *** [pdp_pidip_all] Error 2
the gcc im using: gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r4, propolice)
pidip --enabled-ffmpeg compiled --no-cryes, will try to learn/patch something with it and then get back to mp4live
tesuer /alejo
hola,
bueno, se parece que hay algo differente entre tu configuration y mio.
but, you have Gentoo installed on a MAC, no?
in that case, there might be some conflict between t_int(long) and int, try this :
int x_packet0; int x_dropped; int x_queue_id;
instead of t_int.
cheers, sevy
nmp||| wrote:
hei yves gracias por your answer, k, i do know this is pretty experimental and i dont plan to cry to much about it, be sure )
heres the tail of MP4LIVE-pidip-0.12.14, it failed few lines before the last attemp with.13 now:544: and the same int thingy i dont know how to hack...
pdp_mp4live~.cpp:252: warning: int format, t_int arg (arg 6) pdp_mp4live~.cpp: In function
void pdp_mp4live_process(t_pdp_mp4live*)': pdp_mp4live~.cpp:521: invalid conversion from
t_int*' to `int*' pdp_mp4live~.cpp: In functionvoid pdp_mp4live_input_0(t_pdp_mp4live*, t_symbol*, float)': pdp_mp4live~.cpp:544: invalid conversion from
t_int*' to `int*' make[1]: *** [pdp_mp4live~.o] Error 1 make[1]: Leaving directory `/root/pd/externs/pidip-0.12.14/modules' make: *** [pdp_pidip_all] Error 2the gcc im using: gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r4, propolice)
pidip --enabled-ffmpeg compiled --no-cryes, will try to learn/patch something with it and then get back to mp4live
tesuer /alejo