-----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" > > The flex version of the Mac OS X is 2.5.4 and the fink's version is > 2.5.4a, which are the latest version available from GNU site. > However, it was moved to the sourceforge, and its latest version is 2.5.33. > So, probably the 2.5.4* version can't understand the options. > I can download it and compile it, but can you update the version in the > Fink? > ( Is there any license problem?)
The problem is that 2.5.4 and 2.5.33 are incompatible with each other; some open-source code expects one and some expects the other. That's why I packaged 2.5.33 as a separate package (flex-devel). If you want to use 2.5.33, you must explicitly put it in your path (it lives in /sw/lib/flex/bin, /sw/lib/flex/lib, etc.) - -- Benjamin Reed a.k.a. Ranger Rick http://ranger.befunk.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEkWoFUu+jZtP2Zf4RAqyJAKCVRwapoEyVJrZnhk9j/4Tsfv2WYgCeK25t BARv/uX8iMmwpxv4MB+1cUo= =sr+U -----END PGP SIGNATURE----- _______________________________________________ Fink-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-devel
