Announcement

Collapse
No announcement yet.

Compiling tile...

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Compiling tile...

    I've recently installed Kubuntu 7.04 and aMsn along with it, aMsn looks crap by default, so i wanted to get the chameleon plugin for it to improve that... This plugin requires the tile extension for tk, so i went and grabbed that from here...
    I decompressed the archive, then went into a console in the main directory and (as per the readme) tried to run ./configure but got the following warning:
    Code:
    configure: WARNING: Can't find Tcl configuration definitions
    After some poking around on the internet, I heard that this would work better:
    Code:
    ./configure --with-tcl=/usr/lib/tcl8.4 --with-tk=/usr/lib/tk8.4
    So i tried that, and got this instead:
    Code:
    configure: error: /usr/lib/tcl8.4 directory doesn't contain tclConfig.sh
    Which indeed it does not. In fact, I cannot find tclConfig.sh anywhere... I then tried creating a blank file for that (and tkConfig). It seemed to get past that, but now I've got:
    Code:
    checking for gcc... gcc
    checking for C compiler default output file name... configure: error: C compiler cannot create executables
    See `config.log' for more details.
    ...and I have no idea what that means. A C compiler that can't create executables? It doesn't seem to make sense.
    So, what am I missing? Why won't it work?

    #2
    Re: Compiling tile...

    I figured it out...
    It turns out I had no dev packages installed

    Comment

    Working...
    X