[Python-Dev] Misc. warnings (original) (raw)
M.-A. Lemburg mal@lemburg.com
Tue, 07 Jan 2003 23:56:07 +0100
- Previous message: [Python-Dev] Trouble with Python 2.3a1
- Next message: [Python-Dev] Misc. warnings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Some warnings I get when compiling Python CVS on SuSE Linux:
/home/lemburg/projects/Python/Dev-Python/Modules/readline.c: In function flex_complete': /home/lemburg/projects/Python/Dev-Python/Modules/readline.c:542: warning: implicit declaration of function
completion_matches'
/home/lemburg/projects/Python/Dev-Python/Modules/readline.c:542: warning: return makes pointer from integer without a cast
test_bsddb3 skipped -- Use of the `bsddb' resource not enabled test_ossaudiodev skipped -- No module named ossaudiodev 2 skips unexpected on linux2: test_ossaudiodev test_bsddb3
Why would ossaudiodev be expected to work on Linux ? Dito for BSD DB 3 ?
-- Marc-Andre Lemburg CEO eGenix.com Software GmbH
eGenix.com -- Makers of the Python mx Extensions: mxDateTime,mxODBC,... Python Consulting: http://www.egenix.com/ Python Software: http://www.egenix.com/files/python/
- Previous message: [Python-Dev] Trouble with Python 2.3a1
- Next message: [Python-Dev] Misc. warnings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]