On Tue, Jan 07, 2003 at 09:54:35PM -0600, Glenn wrote: > I just tried to compile FLAC 1.0.5 beta1 under Apple's X11 v0.1 > (released today) and it didn't work. The error message was: > > file_decoder.c: In function `_declspec': > file_decoder.c:477: warning: unused parameter `dllimport' > file_decoder.c:478: warning: unused parameter > `FLAC__file_decoder_process_until_end_of_file' > make[4]: *** [file_decoder.lo] Error 1 > make[3]: *** [all-recursive] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > [TLB:~/Desktop/flac-1.0.5_beta1/flac-1.0.5_beta1] glenn%
Those are only warnings; the first real error is this: ../../include/FLAC/format.h:144: syntax error, missing `;' after `const'\ followed by a lot of compiler confusion. It looks like your compiler doesn't define 'unix', and something needs to be added to the test in include/FLAC/export.h. -- - mdz ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Flac-dev mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/flac-dev
