On Sat, 4 Oct 2003 03:56:26 +0200 (Romance Daylight Time) Vadim Zeitlin <[EMAIL 
PROTECTED]> wrote:

VZ> On Sat, 4 Oct 2003 11:53:05 +1000 (EST) Mark Livingstone <[EMAIL PROTECTED]> wrote:
VZ> 
VZ> ML> I turned off Python for a while and did a compile and got the following:
VZ> 
VZ>  You don't have the latest sources, both of these errors have been fixed
VZ> (and even not very recently), please update.

It was strange because that morning I had updated both my wxWindows and M cvs
images however, something obviously went wrong along the way so I deleted it
all, rebuilt and all was OK. 

I never realised the difference that removing the line with the viewer choice
would make. It is a vast improvement in look and feel.

I then downloaded from Python.org a Python 2.3.2 tarball configured / made and
installed it. All tests ran as expected. When I tried to configure M for it
though, it didn't seem to work. I checked and found that
/usr/local/include/python2.3/Python.h exists but configure gives me the
following:

[EMAIL PROTECTED] build]# ../configure
loading cache ./config.cache

*** Configuring Mahogany for linux-gnu ***

checking for debugging... (cached) yes
checking for wxWin debug libs... (cached) yes
checking for dmalloc library... (cached) no
checking for LeakTracer... (cached) no
checking for ElectricFence... (cached) no
checking for profiling... (cached) no
checking for strict compiler options... (cached) no
checking for i18n support... (cached) yes
checking for Python scripting... (cached) static
checking for whether we should use SWIG... (cached) yes
checking for special dial-up support... (cached) yes
checking for experimental code... (cached) no
checking for multi-threading... (cached) no
checking for Palm Pilot support... (cached) no
checking for c-client OS type... (cached) slx
checking for modules... (cached) static
checking for SSL support... (cached) yes
checking for install location... (cached) /usr/local/
checking host system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for strerror in -lcposix... (cached) no
checking whether gcc and cc understand -c and -o together... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether gcc needs -traditional... (cached) no
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for c++... (cached) c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking whether c++ accepts -fno-exceptions... (cached) yes
checking whether c++ accepts -fno-rtti... (cached) yes
checking if c++ supports logical operator names... (cached) yes
checking if c++ can redefine logical operator names... (cached) no
checking if logical operator names can be disabled... (cached) -fno-operator-names
checking if disabling the logical operator names is buggy... (cached) no
checking for ranlib... (cached) ranlib
checking for m4... (cached) /usr//bin/m4
checking for bison... (cached) bison -y
checking for a BSD compatible install... (cached) /usr//bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for variable length prototypes and stdarg.h... (cached) yes
checking for bad exec* prototypes... (cached) yes
checking for ANSI C header files... (cached) yes
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for strsep... (cached) yes
checking for ssl.h... (cached) yes (in /usr/include/openssl)
checking for main in -lcrypto... (cached) yes (in standard location)
checking for main in -lssl... (cached) yes (in standard location)
checking for socket... (cached) yes
checking for gethostname... (cached) yes
checking for gethostbyname... (cached) yes
checking for main in -ldl... (cached) yes
checking for crypt... (cached) no
checking for crypt in -lcrypt... (cached) yes
checking for main in -lshadow... (cached) no
checking for res_query... (cached) no
checking for res_query in -lresolv... (cached) yes
checking for regex.h... (cached) yes
checking for regcomp... (cached) yes
checking for Python.h (2.3)... (cached) no
checking for Python.h (2.2)... (cached) no
checking for Python.h (2.1)... (cached) no
checking for Python.h (2.0)... (cached) no
checking for Python.h (1.5)... (cached) no
configure: warning: Mahogany will be built without embedded Python interpreter
checking for xgettext... (cached) /usr//bin/xgettext
checking for msgmerge... (cached) /usr//bin/msgmerge
checking for msgfmt... (cached) /usr//bin/msgfmt
checking for wxgtkd-2.4-config... (cached) /usr/local/bin/wx-config
checking for wxWindows version >= 2.4.0... yes (version 2.5.1)
checking for pam_end in -lpam... (cached) no
checking for perl... (cached) /usr//bin/perl
checking for latex... (cached) /usr//bin/latex
checking for makeindex... (cached) /usr//bin/makeindex
checking for dvips... (cached) /usr//bin/dvips
checking for ps2pdf... (cached) /usr//bin/ps2pdf
checking for latex2html... (cached) /usr//bin/latex2html
creating ./config.status
creating makeopts
creating include/config.h
include/config.h is unchanged
linking Makefile
linking include/Makefile
linking extra/Makefile
linking extra/install/Makefile
linking extra/install/scripts/Makefile
linking extra/src/c-client/Makefile
linking extra/src/compface/Makefile
linking src/Makefile
linking locale/Makefile
linking doc/Makefile
linking doc/HtmlHlp/Makefile
linking doc/doxygen/Makefile
linking res/Makefile

Configured Mahogany 0.66.0 for i686-pc-linux-gnu.

        wxWindows version used:                 2.5.1
        Debug mode:                             yes
        SSL support:                            yes
        Modules support:                        static

Please look at config.log for more details.

[EMAIL PROTECTED] build]# ls /usr/local/include/python2.3
abstract.h       datetime.h     import.h        node.h         pyerrors.h      
stringobject.h
bitset.h         descrobject.h  intobject.h     object.h       pyfpe.h         
structmember.h
boolobject.h     dictobject.h   intrcheck.h     objimpl.h      pygetopt.h      
structseq.h
bufferobject.h   enumobject.h   iterobject.h    opcode.h       pymactoolbox.h  
symtable.h
cellobject.h     errcode.h      listobject.h    osdefs.h       pymem.h         
sysmodule.h
ceval.h          eval.h         longintrepr.h   parsetok.h     pyport.h        token.h
classobject.h    fileobject.h   longobject.h    patchlevel.h   pystate.h       
traceback.h
cobject.h        floatobject.h  marshal.h       pgen.h         Python.h        
tupleobject.h
codecs.h         frameobject.h  metagrammar.h   pgenheaders.h  pythonrun.h     
ucnhash.h
compile.h        funcobject.h   methodobject.h  pyconfig.h     pythread.h      
unicodeobject.h
complexobject.h  graminit.h     modsupport.h    py_curses.h    rangeobject.h   
weakrefobject.h
cStringIO.h      grammar.h      moduleobject.h  pydebug.h      sliceobject.h
[EMAIL PROTECTED] build]#

Since it worked for v2.2 before, I can't figure why it will not work now.
Anyone got any ideas or can verify this behaviour one way or the other?

TIA

Dr. QA




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to