Re: cvs modruby on cvs ruby...
Shugo Maeda <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
Hi, At Wed, 28 Apr 2004 21:54:56 +0100, Dick Davies <[email protected]> wrote: > The first warning ( implicit declaration of function `dlclose' ) is fixed by > including dlfcn.h whether you're on netbsd or not: Thank you. I commited it. > The second pair of errors is because when you #include util.h > from mod_ruby.h, NetBSD thinks you mean /usr/include/util.h, not the > ruby specific one. > > I guess this could be fixed by putting '-I/data/ruby/lib/ruby/1.9/i386-netbsdelf' > (which I guess is returned by ruby itself) ahead of the '-I/usr/include'. > > Sorry, I don't know how to do that to send a diff (I cheated and hardcoded a full > path to the header in my working copy). Can you send me your Makefile? I want to know who returns '-I/usr/include'. apxs? Shugo