Installing wxDFast

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • O-pos
    Gold Member
    Gold Member
    • Dec 2005
    • 125

    Installing wxDFast

    Maybe you also have an idea where can I get the wxdfast for Feisty? the one on the sourceforge website is for edgy. I tried it on feisty but it didn't work, instead I got the messages that some files are missing..
  • anonymez
    Super Moderator
    • Mar 2004
    • 5525

    #2
    Try http://www.getdeb.net
    "What were the things in Gremlins called?" - Karl Pilkington

    Comment

    • O-pos
      Gold Member
      Gold Member
      • Dec 2005
      • 125

      #3
      Nice link, with very interesting programs, thanks. I installed wxdfast but it doen't work perfectly. At least I get no error messages, but after I start it, it appears and disappears after 1 second. Not minimized, not in panel or somewhere else, but disappears absolutely.

      Comment

      • anonymez
        Super Moderator
        • Mar 2004
        • 5525

        #4
        Works fine here (compiled from source), probably the packages aren't really built for feisty; you'll have to compile it yourself. Quick guide to compiling/installing/building a nice deb package:

        - Open up a terminal, run
        Code:
        sudo apt-get install build-essential checkinstall
        - Download the source

        - Extract

        - Run a terminal window, get into the extracted folder via cd (eg cd '/path/to/extractedfolder')

        -
        Code:
        ./configure
        - If you have missing dependencies, install them either with apt-get or Synaptic

        -
        Code:
        make
        -
        Code:
        sudo checkinstall
        - Enjoy.
        Last edited by anonymez; 29 Apr 2007, 06:35 PM.
        "What were the things in Gremlins called?" - Karl Pilkington

        Comment

        • O-pos
          Gold Member
          Gold Member
          • Dec 2005
          • 125

          #5
          Thanks. I extracted the source and tried to configure. here's what I got:

          configure: error:
          wxWindows must be installed on your system.

          Please check that wx-config is in path, the directory
          where wxWindows libraries are installed (returned by
          'wx-config --libs' or 'wx-config --static --libs' command)
          is in LD_LIBRARY_PATH or equivalent variable and
          wxWindows version is 2.6.0 or above.

          Comment

          • anonymez
            Super Moderator
            • Mar 2004
            • 5525

            #6
            That means you're missing that dependency. Run Synaptic, search for wx and install wx-common, libwxbase2.6 and libwxgtk2.6 as well as the dev packages.
            "What were the things in Gremlins called?" - Karl Pilkington

            Comment

            • O-pos
              Gold Member
              Gold Member
              • Dec 2005
              • 125

              #7
              wow, now it works!... ?

              you seem to be very talentful person in computers. Also, I like all softwares which you recommended to me and I love ubuntu.

              Thanks

              Comment

              Working...