Hi Vadim,

OK. I started to work on getting Python 2.2 and 2.3 going. I read the
autoconf info and it said (or I interpret it as saying ) if I run autoconf
with no parameters, it will read ./configure.in and produce ./configure.

With this in mind, I did the following before I started to add my changes:

deleted and got from CVS all the files of the M directory.

[EMAIL PROTECTED] build]$ ../configure
loading cache ./config.cache
*** Configuring Mahogany for linux-gnu ***

checking for debugging... no
checking for optimization... yes
checking for profiling... no
checking for strict compiler options... no
checking for i18n support... yes
checking for Python scripting... none
checking for special dial-up support... yes
checking for experimental code... no
checking for multi-threading... no
checking for Palm Pilot support... no
checking for c-client OS type... no
checking for modules... auto
checking for SSL support... yes
checking for install location... /usr/local
updating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for gcc... 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... yes
checking whether gcc accepts -g... yes
checking for POSIXized ISC... no
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking for working const... yes
checking for inline... inline
checking for c++... 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++... yes
checking whether c++ accepts -g... yes
checking whether c++ accepts -fno-exceptions... yes
checking whether c++ accepts -fno-rtti... yes
checking if c++ supports logical operator names... yes
checking if c++ can redefine logical operator names... no
checking if logical operator names can be disabled... -fno-operator-names
checking if disabling the logical operator names is buggy... no
checking for ranlib... ranlib
checking for m4... /usr//bin/m4
checking for bison... bison -y
checking for a BSD compatible install... /usr//bin/install -c
checking whether make sets ${MAKE}... yes
checking for variable length prototypes and stdarg.h... yes
checking for bad exec* prototypes... yes
checking for ANSI C header files... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for strsep... yes
checking for ssl.h... yes (in /usr/include/openssl)
checking for main in -lcrypto... yes (in standard location)
checking for main in -lssl... yes (in standard location)
checking for socket... yes
checking for gethostname... yes
checking for gethostbyname... yes
checking for main in -ldl... yes
checking for crypt... no
checking for crypt in -lcrypt... yes
checking for main in -lshadow... no
checking for res_query... no
checking for res_query in -lresolv... yes
checking for regex.h... yes
checking for regcomp... yes
configure: warning: Mahogany will be built without embedded Python 
interpreterchecking for xgettext... /usr//bin/xgettext
checking for msgmerge... /usr//bin/msgmerge
checking for msgfmt... /usr//bin/msgfmt
checking for wx-config... /usr/local/bin/wx-config
checking for wxWindows version >= 2.4.0... yes (version 2.5.0)
checking for pam_end in -lpam... no
checking for c-client library OS type... slx
checking how to link modules... statically
checking for perl... /usr//bin/perl
checking for latex... /usr//bin/latex
checking for makeindex... /usr//bin/makeindex
checking for dvips... /usr//bin/dvips
checking for ps2pdf... /usr//bin/ps2pdf
checking for latex2html... /usr//bin/latex2html
updating cache ./config.cache
creating ./config.status
creating makeopts
creating include/config.h
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.65.0 for i686-pc-linux-gnu.

        wxWindows version used:                 2.5.0
        Debug mode:                             no
        SSL support:                            yes
        Modules support:                        static

Please look at config.log for more details.
[EMAIL PROTECTED] build]$ cd ..
[EMAIL PROTECTED] M]$ autoconf
autoconf: Undefined macros:
configure.in:1055:      [ AC_DEFINE(USE_PISOCK)
configure.in:1057:      AC_CHECK_LIB(pisock, 
pi_setmaxspeed,AC_DEFINE(HAVE_PI_SETMAXSPEED),configure.in:1059:      
AC_CHECK_LIB(pisock, 
pi_accept_to,AC_DEFINE(HAVE_PI_ACCEPT_TO),configure.in:1108:      
AC_DEFINE(USE_MODULES)configure.in:1113:      
AC_DEFINE(USE_MODULES_STATIC)configure.in:1114:      
AC_DEFINE(USE_MODULES)configure.in:1135:              
AC_DEFINE(USE_MODULES_STATIC)configure.in:1139:      
AC_DEFINE(USE_MODULES)configure.in:172:AC_DEFINE_UNQUOTED(M_CANONICAL_HOST,"
$host")configure.in:173:AC_DEFINE_UNQUOTED(M_OSINFO,"`uname -s -r 
-m`")configure.in:174:AC_DEFINE_UNQUOTED(M_PREFIX,_T("$prefix"))configure.in
:181:AC_DEFINE_UNQUOTED(M_TOP_SOURCEDIR, 
_T("$SOURCEDIR"))configure.in:184:AC_DEFINE_UNQUOTED(M_TOP_BUILDDIR, 
_T("$BUILDDIR"))configure.in:360:       yes)    
AC_DEFINE(M_LOGICAL_OP_NAMES) 
;;configure.in:420:AC_DEFINE(HAVE_PROTOTYPES)configure.in:437:       
AC_DEFINE(HAVE_STDARG_PROTOTYPES)dnlconfigure.in:444:       
AC_DEFINE(BAD_EXEC_PROTOTYPES)dnlconfigure.in:471:       
AC_DEFINE(USE_DMALLOC)configure.in:494:       
AC_DEFINE(DEBUG)configure.in:518:   AC_DEFINE(USE_I18N)configure.in:554:    
AC_DEFINE(USE_DIALUP)configure.in:675:    AC_DEFINE(USE_SSL)
configure.in:727:case "$USE_RBL" in 1) AC_DEFINE(USE_RBL) ;; esac
configure.in:735:case "$HAVE_POSIX_REGEX" in 1) AC_DEFINE(HAVE_POSIX_REGEX) 
;; esacconfigure.in:809:       dnl AC_DEFINE(USE_PYTHON_DYNAMIC)
configure.in:863:*)     AC_DEFINE(USE_PYTHON)
configure.in:964:       yes)    AC_DEFINE(USE_THREADS) ;;
configure.in:970:               AC_DEFINE(USE_THREADS) ;;

[EMAIL PROTECTED] M]$ cd build
[EMAIL PROTECTED] build]$ ../configure
loading cache ./config.cache

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

./configure: line 611: syntax error near unexpected token 
`debug,debugging,USE_DEBUG,0,'../configure: line 611: 
`M_OVERRIDES(debug,debugging,USE_DEBUG,0,'
[EMAIL PROTECTED] build]$


Any ideas what is wrong and how to fix it? No point adding my stuff it it
seems broken to start with? What have I missed?

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