[Ardour-Dev] configuration woes on OpenBSD

Jan Stary hans at stare.cz
Wed Jan 14 01:41:03 PST 2009


On Jan 14 16:29:34, Hans Baier wrote:
> > That leaves raptor, liblrdf, liblo, and aubio:
> > installing raptor is a './configure ; make ; make install'
> >
> raptor complained here that the lex version is too old,
> but thats probably because its configure script only finds bsd lex....
> I used OpenBSD 4.4....


I am on OpenBSD 4.4 too, which has (f)lex version 2.5.4
I have seen nothing like that.

What does your 'lex -V' say?
Can you send me the exact script(1) of your ./configure please?
This is how my run went (see below).

	Thanks

		Jan


hans at stary:raptor-1.4.18$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i386-unknown-openbsd4.4
checking host system type... i386-unknown-openbsd4.4
checking whether build environment is sane... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... openbsd4.4 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... no
checking for byacc... no
checking for gnutar... no
checking for gtar... gtar
checking for perl... perl
checking for ANSI C header files... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking dmalloc.h usability... no
checking dmalloc.h presence... no
checking for dmalloc.h... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for sys/stat.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for fetch.h... no
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for u8... no
checking for u16... no
checking for unsigned char... yes
checking size of unsigned char... 1
checking for unsigned short... yes
checking size of unsigned short... 2
checking for unsigned int... yes
checking size of unsigned int... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking for getopt... yes
checking for getopt_long... yes
checking for stricmp... no
checking for strcasecmp... yes
checking for vsnprintf... yes
checking for isascii... yes
checking for setjmp... yes
checking whether need to declare optind... no
checking vsnprintf has C99 compatible return value... yes
checking whether have trunc in libm... yes
checking whether have round in libm... yes
checking for expat sources... no
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking xmlparse.h usability... no
checking xmlparse.h presence... no
checking for xmlparse.h... no
checking for main in -lxmltok... no
checking for XML_ParserCreate in -lxmlparse... no
checking for XML_ParserCreate in -lexpat... yes
checking for working expat in libxmlparse and libxmltok... no
checking for working expat in libexpat... yes
checking for expat support of UTF-8 BOM... yes
checking for xml2-config... xml2-config
checking for xslt-config... xslt-config
checking for curl-config... curl-config
checking using Unicode NFC checking... yes
checking for libxml sources... no
checking for xmlCreatePushParserCtxt... yes
checking for system (GNOME) libxml library... yes - version 2.6.32
checking libxml/nanohttp.h usability... yes
checking libxml/nanohttp.h presence... yes
checking for libxml/nanohttp.h... yes
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking for libxml/hash.h... yes
checking for libxml/SAX2.h... yes
checking if libxml xmlEntity has name_length field... no
checking if libxml xmlEntity has etype field... yes
checking if libxml xmlSAXHandler has initialized field... yes
checking if libxml xmlSAXHandler has externalSubset field... yes
checking for xmlSAX2InternalSubset... yes
checking for xmlCtxtUseOptions... yes
checking if libxml has parser option XML_PARSE_NONET... yes
checking libxml/HTMLparser.h usability... yes
checking libxml/HTMLparser.h presence... yes
checking for libxml/HTMLparser.h... yes
checking if libxml has parser option HTML_PARSE_NONET... yes
checking for xsltSaveResultToString... yes
checking for system libxslt library... yes - version 1.1.24
checking for xsltInit... yes
checking libxslt/xslt.h usability... yes
checking libxslt/xslt.h presence... yes
checking for libxslt/xslt.h... yes
checking XML parser to use...  libxml(system)
checking GRDDL parser requirements... yes
checking RDF parsers required... all
checking RDF serializers required... all
checking XML names version... 1.0
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking for curl_easy_init... yes
checking for libcurl library... yes - version 7.18.2
checking WWW libraries available...  libcurl 7.18.2 libxml(system 2.6.32)
checking WWW library to use... libcurl 7.18.2
checking libinn.h usability... no
checking libinn.h presence... no
checking for libinn.h... no
checking date parsing source... libcurl curl_getdate
checking using dmalloc library... no
checking using memory signing... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to build gtk-doc documentation... no
checking for gtkdoc-check... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating raptor.spec
config.status: creating raptor.rdf
config.status: creating data/Makefile
config.status: creating docs/Makefile
config.status: creating docs/version.xml
config.status: creating examples/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating tests/grddl/Makefile
config.status: creating tests/rdfa/Makefile
config.status: creating tests/turtle/Makefile
config.status: creating tests/trig/Makefile
config.status: creating utils/Makefile
config.status: creating win32/Makefile
config.status: creating librdfa/Makefile
config.status: creating raptor.pc
config.status: creating src/raptor-config
config.status: creating raptor-src-config
config.status: creating src/raptor_config.h
config.status: executing depfiles commands

Raptor build summary:
  RDF parsers available     : rdfxml ntriples turtle trig guess rss-tag-soup rdfa grddl
  RDF parsers enabled       : rdfxml ntriples turtle trig guess rss-tag-soup rdfa grddl
  RDF serializers available : rdfxml rdfxml-abbrev turtle ntriples rss-1.0 dot json atom
  RDF serializers enabled   : rdfxml rdfxml-abbrev turtle ntriples rss-1.0 dot json atom
  XML parser                : libxml(system 2.6.32)
  WWW library               : libcurl 7.18.2






More information about the Ardour-Dev mailing list