mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] What's it doing?


Chronological Thread 
  • From: Martin Costabel <address@hidden>
  • To: Michael Lachmann <address@hidden>
  • Cc: texmacs-users <address@hidden>
  • Subject: Re: [TeXmacs] What's it doing?
  • Date: Mon, 12 Aug 2013 16:14:37 +0200

On 12/08/13 15:03, Michael Lachmann wrote:

g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link
-ISystem/Misc -ISystem/Language -IKernel/Abstractions
-IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd
-IData/History -IData/Observers -IData/Document -IData/String
-IData/Tmfs -IData/Tree -IScheme -IGraphics/Bitmap_fonts
-IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics
-IGraphics/Renderer -IGraphics/Handwriting -IGraphics/Types
-IGraphics/Pictures -IGraphics/Spacial -IPlugins -DQT_NO_DEBUG
-DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/opt/local/share/qt4/mkspecs/macx-g++ -I. -I.
-I/opt/local/Library/Frameworks/QtCore.framework/Versions/4/Headers
-I/opt/local/Library/Frameworks/QtGui.framework/Versions/4/Headers -I.
-I/opt/local/Library/Frameworks/QtGui.framework/Versions/4/Headers
-I/opt/local/Library/Frameworks/QtCore.framework/Versions/4/Headers
-I/opt/local/include -F/opt/local/Library/Frameworks -F/opt/local/lib
-DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions
-INONE/include -mmacosx-version-min=10.8 -DMACOSX_DEPLOYMENT_TARGET=10.8
-c ./Plugins/MacOS/HIDRemote.m -o Objects/HIDRemote.o

You could run this command by hand (in the src directory) and replace the final
-o Objects/HIDRemote.o
by
-E | grep CFBase

This should show which file CFBase.h is really included. I suspect it is not the standard
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h
Or the latter is somehow not what it should be.

--
Martin






Archive powered by MHonArc 2.6.19.

Top of page