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.

>
> Thanks again,
> ~Alex
>
> ERROR returned by make:
> gmake[5]: Entering directory
> `/home/ajray/mozart/mozart-1-4-0/build/platform/tools/gump/ozflex'
> Makefile:69: @BUILDTOP@/share/Makefile.boot: No such file or directory
> gmake[5]: *** No rule to make target `...@buildtop@/share/Makefile.boot'.  
> Stop.
> gmake[5]: Leaving directory
> `/home/ajray/mozart/mozart-1-4-0/build/platform/tools/gump/ozflex'
> gmake[4]: *** [subdirs] Error 1
> gmake[4]: Leaving directory
> `/home/ajray/mozart/mozart-1-4-0/build/platform/tools/gump'
> gmake[3]: *** [all] Error 1
> gmake[3]: Leaving directory
> `/home/ajray/mozart/mozart-1-4-0/build/platform/tools'
> gmake[2]: *** [cboot-all] Error 2
> gmake[2]: Leaving directory
> `/home/ajray/mozart/mozart-1-4-0/build/platform/tools'
> gmake[1]: *** [bootstrap] Error 1
> gmake[1]: Leaving directory `/home/ajray/mozart/mozart-1-4-0/build/platform'
> make: *** [bootstrap] Error 1
>
>
> I've pasted just the top of the makefile as example:
> (mozart/platform/tools/gump/ozflex/
> # @(#) $Header$ (LBL)
>
> #...@set_make@
>
> # Possible values for DEFS:
> #
> # By default, flex generates 8-bit scanners when using table compression,
> # and 7-bit scanners when using uncompressed tables (-f or -F options).
> # For flex to always generate 8-bit scanners, add "-DDEFAULT_CSIZE=256"
> # to DEFS.
> #
> # For Vax/VMS, add "-DVMS" to DEFS.
> #
> # For MS-DOS, add "-DMS_DOS" to DEFS.  See the directory MISC/MSDOS for
> # additional info.
>
> BUILDTOP        = @BUILDTOP@
> SRCTOP          = @SRCTOP@
> CFLAGS          = -g -O2
> CPPFLAGS        =
> DEFS            = -DHAVE_CONFIG_H
> LDFLAGS         =
> LIBS            =
> OZTOOL          = @OZTOOL@
>
> FLEX = flex.exe
>
> SHELL = /bin/sh
> srcdir = /home/ajray/mozart/mozart-1-4-0/mozart/platform/tools/gump/ozflex
> VPATH = /home/ajray/mozart/mozart-1-4-0/mozart/platform/tools/gump/ozflex
>
> YACC = @YACC@
>



-- 
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