> I'm showing the following differences between /usr/include/FlexLexer.h
> between my 10.7 and 10.8 setups (The ~/Desktop one was copied from a
> 10.7 box):
>
> $ diff /usr/include/FlexLexer.h ~/Desktop/FlexLexer.h
> 66c66
> <     size_t YYLeng() const   { return yyleng; }
> ---
>>      int YYLeng()    const   { return yyleng; }
> 96c96
> <     size_t yyleng;
> ---
>>      int yyleng;
> 133,134c133,134
> <     virtual size_t LexerInput( char* buf, size_t max_size );
> <     virtual void LexerOutput( const char* buf, size_t size );
> ---
>>      virtual int LexerInput( char* buf, int max_size );
>>      virtual void LexerOutput( const char* buf, int size );
> 163c163
> <     size_t yy_n_chars;
> ---
>>      int yy_n_chars;

If I'm reading your diff right, your 10.7 header is using 'int'. 
However, my 10.7 /usr/include/FlexLexer.h is using size_t. 
http://pastebin.com/FU7DhHGV

$ ls -l /usr/include/FlexLexer.h
-rw-r--r--  1 root  wheel  6235 Oct  4 14:39 /usr/include/FlexLexer.h

$ pkgutil --file-info /usr/include/FlexLexer.h
volume: /
path: /usr/include/FlexLexer.h

pkgid: com.apple.pkg.DeveloperToolsCLI
pkg-version: 4.5.0.0.1.1249367152
install-time: 1349376105
uid: 0
gid: 0
mode: 644

pkgid: com.apple.pkg.DevSDKLeo
pkg-version: 4.0.0.9000000000.1.1306847324
install-time: 1349376103
uid: 0
gid: 0
mode: 644

Hanspeter


------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to