texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] enums patch


From: Stéphane Payrard
Subject: Re: [Texmacs-dev] enums patch
Date: Sat, 14 Sep 2002 21:32:29 -0400
User-agent: Mutt/1.4i

Hi Joris

On (13/09/02 10:47), Joris van der Hoeven wrote:
> From: Joris van der Hoeven <address@hidden>
> To: address@hidden
> Subject: Re: [Texmacs-dev] enums patch
> Reply-To: address@hidden
> Date: Fri, 13 Sep 2002 10:47:37 +0200 (MET DST)
> 
> 
> > > But: did you really experience these problems when gluing Qt and
> > > TeXmacs?
> > 
> > Yes, because I am currently in the incomfortable position to use
> > X both thru Qt and directly. Including the X headers after the Qt ones
> > make so that the X #defines don't alter the Qt headers.
> 
> OK, but did you experience problems with the *TeXmacs* macros?


I have solved problems mixing Qt code and TeXmacs code.  I have
manually adapted makefiles generated by the the automake and the C code
is more complicated that it can be. So this is not really complete. 
If you want to see where I am at, I can post that code somewhere at
mongueurs.net.


I forgot to mention that the DEBUG macro conflicts with a macro with
the same name in Qt.  Similarly the macro EXTEND (in reference
counting code) conflicts with a macro by the same name in Perl
headers.  This is an inconvenience not a problem because it can be
solved by #undef the macro at the right place.

I am using the glue for scheme as a template for generating
the glue for perl. I hope I will get something working for the
YAPC conference.


--
  stef




reply via email to

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