|
From: Nicholas H. <nj...@ec...> - 2003-01-22 22:35:19
|
OpenQuicktime 1.0 is very old now, a lot of work has been done since=20 then and hopefully we will have a 2.0 release available soon. If you would like to try what we have done so far please try=20 downloading the CVS version as described on the download page: http://www.openquicktime.org/download.php You have said nothing about the system and environment you were trying=20= to compile it on, hopefully most of the errors you were having will not=20= be a problem in CVS version. You *will* need zlib and dynamic library support installed on your=20 system - but there won't be very many systems that don't already have=20 this. Cheers, nick. On Wednesday, January 22, 2003, at 09:27 pm, Martin MOKREJ=8A wrote: > Hi, > I tried to compile it but has several problems: > > 1) > The configure breaks on my system complaining that -lz is not > present, but config.log actually says that -lexc was not found by the=20= > linker. > > Also, on dlopen() test linker breaks as -ldl is not present. > > I had to delete the "exit 1" commands in configure to bypass these. > > > > 2) > *.c file contain C++ style comments (//). My compiler cc(1) break on > these. Maybe there's more of them. > > cc -std1 -I/software/@sys/usr/include/glib-1.2=20 > -I/software/@sys/usr/lib/glib/include -KPIC -O2 -arch ev56 -pthread =20= > -g -DDEBUG -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE=20= > -D_FILE_OFFSET_BITS=3D64 -I. -c atom.c -o atom.o > cc: Info: File not optimized; use -g3 if both optimization and debug=20= > wanted. (suppressoptlvl) > cc: Error: private.h, line 553: Ill-formed parameter type list.=20 > (parmtyplist) > int16_t *output_i, > --------------------------------^ > cc: Error: private.h, line 559: Ill-formed parameter type list.=20 > (parmtyplist) > int16_t **input_i, > --------------------------------^ > cc: Error: openquicktime.h, line 253: Ill-formed parameter type list.=20= > (parmtyplist) > OPENQUICKTIMELIB_API int quicktime_decode_audio(quicktime_t *file,=20 > int16_t *output_i, float *output_f, long samples, int channel); > -------------------------------------------------------------------^ > cc: Error: openquicktime.h, line 254: Ill-formed parameter type list.=20= > (parmtyplist) > OPENQUICKTIMELIB_API int quicktime_encode_audio(quicktime_t *file,=20 > int16_t **input_i, float **input_f, long samples); > -------------------------------------------------------------------^ > cc: Error: atom.c, line 53: Invalid statement. (badstmt) > // printf("quicktime_atom_read_header 1 %c%c%c%c start 0x%llx=20= > size %lld end 0x%llx ftell 0x%llx 0x%llx\n", > --------^ > cc: Error: atom.c, line 123: Invalid statement. (badstmt) > //printf("quicktime_atom_write_footer 0x%llx 0x%llx 0x%llx 0x%llx\n",=20= > file->total_length, file->file_position, atom->start, atom->end); > ^ > cc: Error: atom.c, line 158: Invalid statement. (badstmt) > // extended header is size 1 > ^ > cc: Error: atom.c, line 196: Invalid statement. (badstmt) > //printf("%c%c%c%c ", type[0], type[1], type[2], type[3]); > --------^ > > > 3) > cc -I/software/@sys/usr/include/glib-1.2=20 > -I/software/@sys/usr/lib/glib/include -KPIC -O2 -arch ev56 -pthread =20= > -g -DDEBUG -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE=20= > -D_FILE_OFFSET_BITS=3D64 -I. -c atom.c -o atom.o > cc: Info: File not optimized; use -g3 if both optimization and debug=20= > wanted. (suppressoptlvl) > cc: Error: private.h, line 553: Ill-formed parameter type list.=20 > (parmtyplist) > int16_t *output_i, > --------------------------------^ > cc: Error: private.h, line 559: Ill-formed parameter type list.=20 > (parmtyplist) > int16_t **input_i, > --------------------------------^ > cc: Error: openquicktime.h, line 253: Ill-formed parameter type list.=20= > (parmtyplist) > OPENQUICKTIMELIB_API int quicktime_decode_audio(quicktime_t *file,=20 > int16_t *output_i, float *output_f, long samples, int channel); > -------------------------------------------------------------------^ > cc: Error: openquicktime.h, line 254: Ill-formed parameter type list.=20= > (parmtyplist) > OPENQUICKTIMELIB_API int quicktime_encode_audio(quicktime_t *file,=20 > int16_t **input_i, float **input_f, long samples); > -------------------------------------------------------------------^ > make: *** [atom.o] Error 1 > > > Please, Cc: me in replies. > --=20 > Martin Mokrejs <mmo...@na...>, <m.m...@gs...> > PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs > MIPS / Institute for Bioinformatics <http://mips.gsf.de> > GSF - National Research Center for Environment and Health > Ingolstaedter Landstrasse 1, D-85764 Neuherberg, Germany > tel.: +49-89-3187 3683 , fax:=A0+49-89-3187 3585 > > > ------------------------------------------------------- > This SF.net email is sponsored by: Scholarships for Techies! > Can't afford IT training? All 2003 ictp students receive scholarships. > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. > www.ictp.com/training/sourceforge.asp > _______________________________________________ > Openquicktime-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openquicktime-devel > |