From: Eric D. F. <e.d...@st...> - 2003-10-15 10:56:31
|
hello, i got the following bug when installing PyX on Mac OS X (10.2.6) for Python 2.2. it seems that i miss two include files progname.h and tex-file.h. they should probably be in my /usr/local/teTeX/include/kpathsea directory but they are not. i hope this is usefull. Daniel Fraenkel ~/Desktop/PyX-0.4.1 > python setup.py install running install running build running build_py not copying pyx/__init__.py (output up-to-date) not copying pyx/attrlist.py (output up-to-date) not copying pyx/base.py (output up-to-date) not copying pyx/bbox.py (output up-to-date) not copying pyx/box.py (output up-to-date) not copying pyx/canvas.py (output up-to-date) not copying pyx/color.py (output up-to-date) not copying pyx/connector.py (output up-to-date) not copying pyx/data.py (output up-to-date) not copying pyx/epsfile.py (output up-to-date) not copying pyx/graph.py (output up-to-date) not copying pyx/helper.py (output up-to-date) not copying pyx/mathtree.py (output up-to-date) not copying pyx/path.py (output up-to-date) not copying pyx/prolog.py (output up-to-date) not copying pyx/tex.py (output up-to-date) not copying pyx/text.py (output up-to-date) not copying pyx/timeaxis.py (output up-to-date) not copying pyx/trafo.py (output up-to-date) not copying pyx/unit.py (output up-to-date) not copying pyx/version.py (output up-to-date) not copying pyx/t1strip/__init__.py (output up-to-date) not copying pyx/pykpathsea/__init__.py (output up-to-date) running build_ext skipping 'pyx.t1strip._t1strip' extension (up-to-date) building 'pyx.pykpathsea._pykpathsea' extension gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I/usr/include/python2.2 -c pyx/pykpathsea/pykpathsea.c -o build/temp.darwin-6.6-Power Macintosh-2.2/pykpathsea.o pyx/pykpathsea/pykpathsea.c:20:31: kpathsea/tex-file.h: No such file or directory pyx/pykpathsea/pykpathsea.c:21:31: kpathsea/progname.h: No such file or directory pyx/pykpathsea/pykpathsea.c: In function `py_kpse_find_file': pyx/pykpathsea/pykpathsea.c:31: warning: implicit declaration of function `kpse_find_file' pyx/pykpathsea/pykpathsea.c:31: `kpse_file_format_type' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:31: (Each undeclared identifier is reported only once pyx/pykpathsea/pykpathsea.c:31: for each function it appears in.) pyx/pykpathsea/pykpathsea.c:31: parse error before "kpse_file_format" pyx/pykpathsea/pykpathsea.c: In function `init_pykpathsea': pyx/pykpathsea/pykpathsea.c:55: warning: implicit declaration of function `kpse_set_program_name' pyx/pykpathsea/pykpathsea.c:57: `kpse_gf_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:58: `kpse_pk_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:59: `kpse_any_glyph_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:60: `kpse_tfm_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:61: `kpse_afm_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:62: `kpse_base_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:63: `kpse_bib_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:64: `kpse_bst_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:65: `kpse_cnf_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:66: `kpse_db_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:67: `kpse_fmt_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:68: `kpse_fontmap_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:69: `kpse_mem_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:70: `kpse_mf_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:71: `kpse_mfpool_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:72: `kpse_mft_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:73: `kpse_mp_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:74: `kpse_mppool_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:75: `kpse_mpsupport_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:76: `kpse_ocp_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:77: `kpse_ofm_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:78: `kpse_opl_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:79: `kpse_otp_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:80: `kpse_ovf_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:81: `kpse_ovp_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:82: `kpse_pict_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:83: `kpse_tex_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:84: `kpse_texdoc_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:85: `kpse_texpool_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:86: `kpse_texsource_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:87: `kpse_tex_ps_header_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:88: `kpse_troff_font_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:89: `kpse_type1_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:90: `kpse_vf_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:91: `kpse_dvips_config_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:92: `kpse_ist_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:93: `kpse_truetype_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:94: `kpse_type42_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:95: `kpse_web2c_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:96: `kpse_program_text_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:97: `kpse_program_binary_format' undeclared (first use in this function) pyx/pykpathsea/pykpathsea.c:98: `kpse_miscfonts_format' undeclared (first use in this function) error: command 'gcc' failed with exit status 1 ~/Desktop/PyX-0.4.1 > |