Hi folks, I wanted to try the new denoiser, y4mdenoise, so I downloaded it from CVS and tried to compile it.
First of all, I had a problem regarding the version of my gcc compiler (I'm using gcc 3.2.3), so I changed all occurrences of 3.3.3 to 3.2.3.
Then a new error appeared as I don't have locale_classes.h in /usr/include/c++/... so I commented out all references to locale_classes.h in Makefile.
Then make issued these error messages:


gcc -Wall -I ../utils -I .. -O3 -march=athlon-xp -DNDEBUG -DHAVE_CONFIG_H -c main.c
main.c: In function `main':
main.c:55: warning: implicit declaration of function `y4m_accept_extensions'
main.c:94: warning: implicit declaration of function `y4m_si_get_plane_count'
main.c:98: warning: implicit declaration of function `y4m_si_get_chroma'
main.c:99: warning: implicit declaration of function `y4m_chroma_ss_x_ratio'
main.c:99: request for member `d' in something not a structure or union
main.c:100: warning: implicit declaration of function `y4m_chroma_ss_y_ratio'
main.c:100: request for member `d' in something not a structure or union
make: *** [main.o] Error 1


and then I gave up.

My questions are:
1) Could I compile the code with the resources I have now (gcc 3.2.3, mjpeg-tools 1.6.2) ?
2) Is there a binary (ia32,athlon-xp) anywhere so I can try the program?


Thanks in advance,

Jose L.





-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to