Re: [Fink-devel] How'd I get a completely broken g++-4.0?

2006-06-15 Thread Anthony DeRobertis
Alexander K. Hansen wrote: > It could have been Apple's installer. It loves to miss a file now and > then to keep one on one's toes. It's in DevSDK.pkg: > Could be. There wasn't a /usr/include/c++ at all... Anyway, upgrading to xcode 2.3 seems to have fixed it. _

Re: [Fink-devel] update script ready for testing

2006-06-15 Thread Kevin Horton
On 14 Jun 2006, at 19:15, David R. Morrison wrote: > There is now a script available which will attempt to update a 10.4- > transitional (or 10.3) fink installation to the 10.4 tree. The > script comes in a tarball which also contains basic deb files for a > 10.4 installation (and hence is nearly

Re: [Fink-devel] installers ready for testing

2006-06-15 Thread David R. Morrison
The packages you listed have been added to 0.8.1-updates in the bindist. -- Dave On Jun 9, 2006, at 3:53 AM, Martin Costabel wrote: > David R. Morrison wrote: >> The new binary installers are available for testing > > Having not found major breakage so far in the installer, I have a > request

[Fink-devel] New apparently-compatible pkg-config in fink

2006-06-15 Thread Daniel Macks
Finally got new pkg-config to build and give results that match those given by fink's older version for my collection of 188 .pc files from fink packages, so I have upgraded fink's pkgconfig package to 0.20. However, it fails some of its self-tests (which are disabled in the fink package)--gives r

Re: [Fink-devel] [Request] Please update the flex version to 2.5.33

2006-06-15 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 JongAm Park wrote: > > Hello. > > I tried compiling an open source program on my Mac. > When the flex tried handling its input file, it couldn't understand > these options : > %option bison-bridge > %option %option header-file="resParser_lex.h" > >

[Fink-devel] [Request] Please update the flex version to 2.5.33

2006-06-15 Thread JongAm Park
Hello. I tried compiling an open source program on my Mac. When the flex tried handling its input file, it couldn't understand these options : %option bison-bridge %option %option header-file="resParser_lex.h" The flex version of the Mac OS X is 2.5.4 and the fink's version is 2.5.4a, which a

Re: [Fink-devel] How'd I get a completely broken g++-4.0?

2006-06-15 Thread Alexander K. Hansen
On 6/15/06, Anthony DeRobertis <[EMAIL PROTECTED]> wrote: > fermi:/tmp anthony$ g++-3.3 foo.cpp > fermi:/tmp anthony$ echo $? > 0 > > fermi:/tmp anthony$ g++-4.0 foo.cpp > foo.cpp:1:20: error: iostream: No such file or directory > foo.cpp: In function 'int main()': > foo.cpp:4: error: 'cout' is not