This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can't compile mutually-recursive modules


Jocelyn Paine wrote:
Consider these modules, which are mutually recursive via exported
functions:
It was always part of the Kawa module *design* that this should work,
but it is not currently implented.  Fixing it is in principle not a
problem:  Kawa already has the necessary multi-pass structure; the
extra needed step is to interleave the passes while compiling multiple
files at the same time.

I need to solve this wrgently, because on it depends some Kawa code that
I'm to demo at a conference a week from now. Any ideas?
While I might be able to get this working soon enough for you, I think
it unlikely that I'll be able to have it working and debugged in time.
At least, if I were you I wouldn't count on it!  Is there some
other approach you can use?

However, I'll take a look at the problem.
--
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]