texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] Compiling under Mac OsX


From: Martin Costabel
Subject: Re: [Texmacs-dev] Compiling under Mac OsX
Date: Sun, 02 Nov 2003 18:32:33 +0100
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5) Gecko/20031007

Joris van der Hoeven wrote:
$(plugins_obj): Objects/%.o: %.cpp
        $(call cxx_incl,$(plugins_incl),$(CXXXWINDOW))


And if I put the following?

cxx_incl_bis = $(call cxx_flags,$(1) $(CXXFREETYPE) $(CXXICONV) $(CXXGUILE) \
  $(CPPFLAGS) $(2) $(CXXFLAGS))
[...]
$(plugins_obj): Objects/%.o: %.cpp
        $(call cxx_incl_bis,$(plugins_incl),$(CXXXWINDOW))

This looks like it should work (I haven't had the time to actually try).

--
Martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]