From: OZAKI Katsuhisa <[EMAIL PROTECTED]>
   Date: Tue, 26 Apr 2005 18:54:41 +0900

Hi,

   > Although I don't know about the other people's machine, I need  
   > additional 4 patches to build m96 on my PowerMac G4 (Mac OS X 10.3.9).
   > 
   > #i39961#
   >   extensions_source_nsplugin_source_npshell.cxx.patch
   >   extensions_source_nsplugin_source_so_env.cxx.patch

have you seen my proposed diff to extensions in #i39961#? Eric's patches
work but are not strictly correct. The foundation/source of issues is
different.

   > --- python/makefile.mk_orgn        Tue Mar  1 22:25:21 2005
   > +++ python/makefile.mk     Tue Apr 12 12:05:50 2005
   > @@ -120,7 +120,7 @@
   >  .IF "$(GUI)"=="UNX"
   >  BUILD_DIR=
   >  MYCWD=$(shell pwd)/$(INPATH)/misc/build
   > -CONFIGURE_ACTION= ./configure --prefix=$(MYCWD)/python-inst  
   > --enable-shared
   > +CONFIGURE_ACTION= ./configure --prefix=$(MYCWD)/python-inst  
   > --enable-shared --disable-ipv6
   >  .IF "$(OS)$(CPU)" == "SOLARISI"
   >  CONFIGURE_ACTION += --disable-ipv6
   >  .ENDIF

This is interesting. Why do you need to disable IPv6? What is the problem
with it? Please remember that your change affects other systems so it is
unusable. Have a look at the SOLARISI part and and || condition there.
-- 
Pavel Janík

printk(KERN_ERR "msp3400: chip reset failed, penguin on i2c bus?\n");
                  -- 2.2.16 drivers/char/msp3400.c

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to