[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: MacOS X and 5.1: symbols not defined
- From: Derakon <derakon@...>
- Date: Thu, 24 Mar 2005 12:55:26 -0800
I'm going to be linking things statically anyway; I don't at this
point intend to release the source. That may change in the future (I
still have a year at least before I'm going to have something
releasable).
Er...did you mean to send this to me, or to Luiz Henrique?
-Chris "Derakon" Weisiger
On Thu, 24 Mar 2005 13:33:16 -0500, Glenn Maynard <glenn@zewt.org> wrote:
> On Thu, Mar 24, 2005 at 06:53:58AM -0300, Luiz Henrique de Figueiredo wrote:
> > > Try adding
> > > extern "C" { }
> >
> > In 5.1 you can include lua.hpp, which will do this for you. It's in etc/.
>
> If it's not in /usr/include by default, it's not useful--if it's not in
> the includes that everyone has installed, I need to do it myself. Why
> not just do this in .h files, like just about every other library? (I
> can't think of any benefit to having a special header for this.)
>
> --
> Glenn Maynard
>