Great, thanks for the help. The CC definition in the OptD section in the configure script
was missing. Yay me .. I'm not even a programmer ;) Anyways, now it seems to work ok, it says it's listing and compiling. However once the script has run I do not get a compiled tmda.cgi anywhere. Any ideas? Thanks Sebastian "Todd A. Jacobs" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, Jan 18, 2005 at 04:53:21PM -0800, Sebastian Knoop-Troullier wrote: > >> Traceback (most recent call last): File "configure", line 389, in ? >> Interactive() File "configure", line 264, in Interactive Ask("What C >> compiler should I use? (%s)" % OptD["CC"], "CC" ) KeyError: 'CC' > > You might want to debug the OptD dictionary, and see what keys it has. > It sounds like either there's no CC key. > > According to docs.python.org: > > exception KeyError > Raised when a mapping (dictionary) key is not found in the set > of existing keys. > > I've no idea how OptD gets populated, so you probably want to start > there. > > -- > Find my Techno-Geek Journal at http://www.codegnome.org/geeklog/ _________________________________________________ tmda-workers mailing list ([email protected]) http://tmda.net/lists/listinfo/tmda-workers
