On Monday 10 May 2004 08:10 am, Stas Bekman wrote: > Beau E. Cox wrote: > > Hi - > > > > 'modperl_util.c' does not compile when building modperl 2 from > > cvs source w/o 'MP_TRACE'. It looks like some 'MP_TRACE...' > > defines must be defined to nothing when 'MP_TRACE' is not set. > > Some compilers are just so silly... gcc works just fine with MP_TRACE > unset.
Huh? I am using gcc: [EMAIL PROTECTED]:~$ gcc -v Reading specs from /opt/gcc/3.3.3/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/specs Configured with: ./configure --host=i686-pc-linux-gnu --prefix=/opt/gcc/3.3.3 --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-shared --infodir=/usr/info --mandir=/usr/man --datadir=/usr/share --enable-languages=c++ Thread model: posix gcc version 3.3.3 glibc version 2.3.2 with this environment set: GCC_LANGUAGES="c++" BUILD=i686-pc-linux-gnu export CFLAGS="-O2 -pipe -march=athlon-xp" export CXXFLAGS="-O2 -pipe -march=athlon-xp" export LDFLAGS="-Wl,-s" export PATH="/opt/gcc/current/bin:$PATH" under current Sorcerer. > > Thanks Beau, I've committed a similar fix, with less dups. Please check > that it works for you. Thank you. "... with less dups." -> picky, picky -> ;) Yep, works fine, thanks. > > > This patch works for me: > > > > [snip] > > > > Aloha => Beau; > Just wondering, Aloha => Beau; -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html