On Mon, 2007-10-08 at 08:51 +0200, Ralf Wildenhues wrote:
[snip]
> Thanks for the report. This should be fixed by the change from
> 2007-08-16, which will be in Automake 1.11 and 1.10.1. If you like,
> you can try CVS Automake to confirm this.
Looks promising. Thanks!
--
Braden McDaniel
Hello Braden,
* Braden McDaniel wrote on Sat, Oct 06, 2007 at 08:18:51PM CEST:
> src/Makefile.am has the following:
>
> if ENABLE_XEMBED
> libexec_PROGRAMS = openvrml-xembed/openvrml-xembed
> endif
[...]
> When I run "make dist", I get:
>
> make[2]: Leaving direct
On Sun, 2007-10-07 at 18:06 -0400, Braden McDaniel wrote:
> On Sun, 2007-10-07 at 16:41 -0400, Braden McDaniel wrote:
>
> [snip]
>
> > I have successfully configured
> > OpenVRML using the MacPorts toolchain (which it sounds like you might
> > also be using) with the following options:
> >
> >
On Sun, 2007-10-07 at 16:41 -0400, Braden McDaniel wrote:
[snip]
> I have successfully configured
> OpenVRML using the MacPorts toolchain (which it sounds like you might
> also be using) with the following options:
>
> $ ../configure -C --prefix=$HOME --disable-static --enable-gtk-doc
>
On Sun, 2007-10-07 at 18:59 +0200, Benoit SIGOURE wrote:
> On Oct 7, 2007, at 7:36 AM, Braden McDaniel wrote:
>
> > On Sat, 2007-10-06 at 14:18 -0400, Braden McDaniel wrote:
> >
> > [snip]
> >
> >> Might I be tripping over some bug that occurs when the
> >> subdirectory name
> >> is the same as
On Oct 7, 2007, at 7:36 AM, Braden McDaniel wrote:
On Sat, 2007-10-06 at 14:18 -0400, Braden McDaniel wrote:
[snip]
Might I be tripping over some bug that occurs when the
subdirectory name
is the same as the built executable?
The addition of
CLEANFILES = openvrml-xembed/.libs/ope
On Sat, 2007-10-06 at 14:18 -0400, Braden McDaniel wrote:
[snip]
> Might I be tripping over some bug that occurs when the subdirectory name
> is the same as the built executable?
The addition of
CLEANFILES = openvrml-xembed/.libs/openvrml-xembed
has worked around the problem. Suboptima
src/Makefile.am has the following:
if ENABLE_XEMBED
libexec_PROGRAMS = openvrml-xembed/openvrml-xembed
endif
openvrml_xembed_openvrml_xembed_CPPFLAGS = \
-I$(top_srcdir)/lib/gtkglext \
-I$(top_builddir)/lib/gtkglext \