WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Stjerm Terminal Emulator, compilation problem  (Read 2611 times)

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Stjerm Terminal Emulator, compilation problem
« on: July 31, 2011, 01:14:31 AM »
http://code.google.com/p/stjerm-terminal-emulator/

I prove to compile this software but ./configure don't find gtk2, but I have also installed the dev version.

I'd be curious to try this drop-down terminal, someone gives me a hand?

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: Stjerm Terminal Emulator, compilation problem
« Reply #1 on: July 31, 2011, 03:40:52 AM »
I don't know what's wrong at your end, but I did a very basic test build on a "plain" TC 3.7.1 system:
    tce-load -wi compiletc gtk2-dev vte-dev
    tar xf stjerm-0.14.tar.xz
    cd stjerm-0.14/
    ./configure
    make
    sudo make install

All this went through without an issue. I did not test it, as I don't know what to do with it, but at least it build and installed without any complaint.

So check that all your extensions are up-to-date. I only required those three (plus their dependencies) to build, and I'd imagine the run-time dependencies are (without having it checked myself): 'gtk2.tcz' and 'vte.tcz'.

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: Stjerm Terminal Emulator, compilation problem
« Reply #2 on: July 31, 2011, 08:23:59 AM »
ok, I will make another test and report back how it went

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: Stjerm Terminal Emulator, compilation problem
« Reply #3 on: August 01, 2011, 01:27:33 PM »
Ok maro, i use this other version http://code.google.com/p/stjerm-terminal/ (seems the official version) and i succeded to compile with autogen (automake and libtool).
I make the package, i think it's up in a few couple of day.
The only problem is that it does not work with ash (but ok with bash).

I was also trying similar program "yeahconsole", this package compile correctly but I can't make it work :P