[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building Sketch 0.7.11 under RH 8.0
From: |
Paul Dickson |
Subject: |
Re: Building Sketch 0.7.11 under RH 8.0 |
Date: |
Mon, 13 Jan 2003 12:14:15 -0700 |
On 13 Jan 2003 19:54:07 +0100, Bernhard Herzog wrote:
> Paul Dickson <address@hidden> writes:
>
> > The building of sketch 0.7.11 under RH 8.0 is fairly noisy, although most
> > of the noise comes from the gtk .h files.
>
> I'm not sure about RH but building Sketch 0.7 shouldn't produce
> warnings. It doesn't on my Debian box.
>
> Which version of gtk and pygtk are you using? Sketch 0.7 currently only
> works with gtk 1.2.x and pygtk 0.6.x (not sure exactly which x < 11 for
> pygtk).
>
> [...]
> > File "./Sketch/UI/skapp.py", line 20, in ?
> > import gtk, GDK
> > ImportError: No module named GDK
>
> This might simply mean that you're using pygtk 1.99.x which doesn't have
> the GDK module anymore.
I removed pygtk so pygtk2 (which is pygtk 1.99.12 in my case) could be
found. It seems do better, but has problems with Type1 (the font?):
address@hidden 12:00:52 sketch-0.7.11]$ ./sketch.py
intl imported
Traceback (most recent call last):
File "./sketch.py", line 40, in ?
import Sketch.UI
File "./Sketch/__init__.py", line 114, in ?
import Graphics
File "./Sketch/Graphics/__init__.py", line 120, in ?
from psdevice import PostScriptDevice
File "./Sketch/Graphics/psdevice.py", line 34, in ?
from Sketch.Lib import type1
File "./Sketch/Lib/type1.py", line 31, in ?
from Sketch._type1 import decode, hexdecode
ImportError: No module named _type1
address@hidden 12:01:07 sketch-0.7.11]$
The are a lot of compiler warnings while building, see the attachment,
which is basically just one file that generates most of the warnings.
-Paul
compiler-warnings.txt
Description: Text document
- Building Sketch 0.7.11 under RH 8.0, Paul Dickson, 2003/01/13
- Re: Building Sketch 0.7.11 under RH 8.0, Paul Dickson, 2003/01/13
- Re: Building Sketch 0.7.11 under RH 8.0, Bernhard Herzog, 2003/01/13
- Re: Building Sketch 0.7.11 under RH 8.0,
Paul Dickson <=
- Re: Building Sketch 0.7.11 under RH 8.0, Bernhard Herzog, 2003/01/13
- Re: Building Sketch 0.7.11 under RH 8.0, Paul Dickson, 2003/01/13
- Re: Building Sketch 0.7.11 under RH 8.0, Bernhard Herzog, 2003/01/13
- Re: Building Sketch 0.7.11 under RH 8.0, Paul Dickson, 2003/01/13
- Re: Building Sketch 0.7.11 under RH 8.0, Bernhard Herzog, 2003/01/14