On Aug 1, 2005, at 5:17 AM, Martin Costabel wrote:

Alexander Hansen wrote:

On Jul 31, 2005, at 4:43 PM, Martin Costabel wrote:

[]

Actually, -fno-coalesce was OK for gcc-3.3, but doesn't exist for gcc-4.0.

[]

Interesting--I managed to get beyond the configure stage (10.4.2, XCode2.1) but had another error--unfortunately I wasn't able to capture it, but I'll retry.


Simple test: If I do the following

  touch dummy.c
  gcc -fno-coalesce -c dummy.c

I get no message with gcc <= 3.3, but with gcc-4.0 build 5026 I get

  cc1: error: unrecognized command line option "-fno-coalesce"

--
Martin




Ah!  I wonder why I actually was able to move on to the build phase...

In any case, I did move to the build phase, only to hit a freetype- related error (I use xorg rather than Apple's X11, so that's likely to be the reason):

if g++-3.3 -DHAVE_CONFIG_H -I. -I. -I.. -I/sw/include -I/sw/include/ qt -I/usr/X11R6/include -I../base -I../sound -fexceptions -I/usr/ X11R6/include -I/usr/X11R6/include/freetype2 -DQT_THREAD_SUPPORT -I/usr/X11R6/include/freetype2 -fno-coalesce -I/sw/include -DRGKDE3 - Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer- arith -Wmissing-prototypes -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 - fno-exceptions -fno-check-new -fno-gcse -fexceptions -MT notefont.o - MD -MP -MF ".deps/notefont.Tpo" \
  -c -o notefont.o `test -f 'notefont.cpp' || echo './'`notefont.cpp; \
then mv -f ".deps/notefont.Tpo" ".deps/notefont.Po"; \
else rm -f ".deps/notefont.Tpo"; exit 1; \
fi
In file included from notefont.cpp:57:
/usr/X11R6/include/freetype2/freetype/ftoutln.h:28:2: #error "freetype.h of FreeType 1 has been loaded!" /usr/X11R6/include/freetype2/freetype/ftoutln.h:29:2: #error "Please fix the directory search order for header files" /usr/X11R6/include/freetype2/freetype/ftoutln.h:30:2: #error "so that freetype.h of FreeType 2 is found first."
In file included from notefont.cpp:57:
/usr/X11R6/include/freetype2/freetype/ftoutln.h:107: error: `FT_Error' was not
   declared in this scope
/usr/X11R6/include/freetype2/freetype/ftoutln.h:108: warning: ISO C++ forbids
   declaration of `FT_EXPORT' with no type
/usr/X11R6/include/freetype2/freetype/ftoutln.h:108: error: syntax error before
   `(' token
/usr/X11R6/include/freetype2/freetype/ftoutln.h:142: error: `FT_Error' was not
   declared in this scope
...

A full log is posted at http://ldx3.psfc.mit.edu/~hansen/rosegarden.log


--
Alexander Hansen
Fink Documentarian
[Day Job] Levitated Dipole Experiment
http://psfcwww2.psfc.mit.edu/ldx/



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to