FYI: make errors with rev 1479

Vikas Kumar walburn at gmail.com
Sat Apr 8 13:42:21 PDT 2006


Hi
I updated to the latest yasm (r1479), installed Python 2.4.2, these
are the following errors I get from running configure .
<snip>
checking for stdint types... stdint.h (shortcircuit)
head: `-1' option is obsolete; use `-n 1'
Try `head --help' for more information.
make use of stdint.h in _stdint.h (assuming C99 compatible system)
checking for vprintf... yes
<snip>
and another Warning is
<snip>
checking for Pyrex >= 0.9.3... no
checking for headers required to compile python extensions... found
configure: WARNING: Couldn't find either Pyrex, the Python headers or
a suitable version of Python, not building Python bindings
configure: creating ./config.status
config.status: creating Makefile
<snip>


So, these lead to later make errors citing PACKAGE_BUILD  and
PACKAGE_INTVER not being declared.

gcc -I. -I. -I.  -c -o genversion.o `test -f
modules/preprocs/nasm/genversion.c || echo
'./'`modules/preprocs/nasm/genversion.c
modules/preprocs/nasm/genversion.c: In function `main':
modules/preprocs/nasm/genversion.c:55: error: `PACKAGE_INTVER'
undeclared (first use in this function)
modules/preprocs/nasm/genversion.c:55: error: (Each undeclared
identifier is reported only once
modules/preprocs/nasm/genversion.c:55: error: for each function it appears in.)
modules/preprocs/nasm/genversion.c:65: error: `PACKAGE_BUILD'
undeclared (first use in this function)
make: *** [genversion.o] Error 1


What are these Python and Pyrex bindings for ?
My system specs are : AMD64X2 running Slamd64-10.2.
Version 1478 seemed to work fine.

Vikas.



--
Capitalization is the difference between "I had to help my uncle Jack
off a horse.." and "I had to help my uncle jack off a horse.."


More information about the yasm-devel mailing list