Simon Hogg wrote:
On 9/11/05, Simon Hogg <[EMAIL PROTECTED]> wrote:
[snip]
Looking in config.log shows the following:

configure:11665: checking for struct ovectl_ratemanage_arg
configure:11694: gcc -c -g -O2 -I/sw/include -I/sw/include conftest.c >&5
In file included from /sw/include/ogg/os_types.h:123,
                 from /sw/include/ogg/ogg.h:24,
                 from /sw/include/vorbis/codec.h:26,
                 from configure:11714:
/sw/include/ogg/config_types.h:6: error: parse error before 'ogg_uint16_t'
/sw/include/ogg/config_types.h:6: warning: data definition has no type
or storage class
/sw/include/ogg/config_types.h:8: error: parse error before 'ogg_uint32_t'
/sw/include/ogg/config_types.h:8: warning: data definition has no type
or storage class

it looks like there may be something wrong with your headers; os_types.h includes sys/types.h before it includes config_types.h, so you shouldn't be getting those parse errors.

Do you have anything in /usr/local that might conflict? Have you upgraded to the latest XCode (and updater if it applies) for your OS (You didn't say which OSX you're running...)

It works on many systems, so there has to be something different about yours. I wouldn't be surprised if the apple installer messed something up somewhere along the line...


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to