2009/7/19 Alexander Ray <[email protected]>:
> 2009/7/19 Gustavo A. Gómez Farhat <[email protected]>:
>> 2009/7/19 Alexander Ray <[email protected]>:
>>> Thank you for your prompt reply!
>>>
>>> That fixes that build issues in the emulator.  I have another build
>>> issue in tools/gump/ozflex/
>>>
>>> It's kind of curious; it seems like the configure script partly missed
>>> it.  There are some replacements it did make correctly (like srcdir
>>> and VPATH) and some it did not (like BUILDTOP and SRCTOP).
>>>
>>> Is it possible I need to generate new configure scripts?  I have the
>>> autotools to do that I believe.
>>
>> How are you calling the configure script?
>>
>> I use ../mozart-1-4-0/mozart/configure --prefix=/tmp/mozart
>> --disable-doc --disable-contrib-micq, for example, and it builds fine.
>>
>
> I just create a new build directory next to mozart and call
> $ ../mozart configure

I hope you mean

$ ../mozart/configure

AFAIK, the micq contribution does not build currently, so you should
append --disable-contrib-micq, and if you don't want to build the
docs, you should also append --disable-doc

>
> I'm getting the same errors with the Makefile having things that
> configure should have replaced like @build...@.
> Even with the configurations you gave me it still fails at the same point.
>
> I'm trying to rerun the configure regeneration scripts.
>
> $ autoreconf
> doesn't seem to catch all of the configure files.
>
> $ ./reconf.sh
> works if you remove the '-l .' option to autoconf
>
> but now the configure scripts seem to be broken.

You need autoconf 2.13 to play with the configure scripts.

> _________________________________________________________________________________
> mozart-hackers mailing list                           
> [email protected]
> http://www.mozart-oz.org/mailman/listinfo/mozart-hackers
>



-- 
Gustavo Andrés Gómez Farhat
_________________________________________________________________________________
mozart-hackers mailing list                           
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-hackers

Reply via email to