Results 1 to 10 of 10

Thread: Compiling XChat

  1. #1
    Join Date
    Feb 2005
    Beans
    86

    Red face Compiling XChat

    Okay, here's what I want to do but I really have no clue how to do it

    I noticed Ubuntu comes with XChat 2.4.1. I want to update it to 2.4.3 by compiling from the source provided on www.xchat.org

    But, I have no clue on how to really do it.

    I have the package, I'm almost sure I have all the required stuff installed to compile stuff together, I just don't know how I go about replacing 2.4.1 with 2.4.3 after it's complied.

    Any help would be great,

  2. #2
    Join Date
    Oct 2004
    Beans
    Hidden!

    Re: Compiling XChat

    http://www.xchat.org/compiling/

    extract the source, cd into that directory then
    ./configure
    make
    sudo make install
    enter your password
    done

  3. #3
    Join Date
    Jan 2005
    Location
    Illinois USA
    Beans
    1,048

    Re: Compiling XChat

    Quote Originally Posted by TestDummy!
    Okay, here's what I want to do but I really have no clue how to do it

    I noticed Ubuntu comes with XChat 2.4.1. I want to update it to 2.4.3 by compiling from the source provided on www.xchat.org

    But, I have no clue on how to really do it.

    I have the package, I'm almost sure I have all the required stuff installed to compile stuff together, I just don't know how I go about replacing 2.4.1 with 2.4.3 after it's complied.

    Any help would be great,
    You have to uninstall your current xchat deb binary, since you will be installing from source.
    CloudRck.com - Host on CloudRck
    I sponsor open source projects and support users of such technologies. PM for details

  4. #4
    Join Date
    Oct 2004
    Beans
    Hidden!

    Re: Compiling XChat

    Thanks DJ_Max, I left that part out.

  5. #5
    Join Date
    Jan 2005
    Location
    Illinois USA
    Beans
    1,048

    Re: Compiling XChat

    Thanks DJ_Max, I left that part out.
    CloudRck.com - Host on CloudRck
    I sponsor open source projects and support users of such technologies. PM for details

  6. #6
    Join Date
    Feb 2005
    Beans
    86

    Re: Compiling XChat

    Aha! There, I finally got it to compile. It wasn't working before but I was missing a certain GTK library. I installed it and it compiled fine but..

    How do I go about removing this when I want to upgrade to the next one? It doesn't seem to show up in synaptic or whatever it's called.

  7. #7
    Join Date
    Jan 2005
    Location
    Illinois USA
    Beans
    1,048

    Re: Compiling XChat

    Quote Originally Posted by TestDummy!
    Aha! There, I finally got it to compile. It wasn't working before but I was missing a certain GTK library. I installed it and it compiled fine but..

    How do I go about removing this when I want to upgrade to the next one? It doesn't seem to show up in synaptic or whatever it's called.
    Of course it's not going to be in synaptic, Synaptic is only a frontend for apt-get. To uninstall it, you should be able to go into the directory you compiled it in, and do a
    sudo make uninstall
    CloudRck.com - Host on CloudRck
    I sponsor open source projects and support users of such technologies. PM for details

  8. #8
    Join Date
    Feb 2005
    Beans
    86

    Re: Compiling XChat

    Out of curiosity, wouldn't

    "sudo apt-get uninstall xchat" work too?

  9. #9
    Join Date
    Jan 2005
    Location
    Illinois USA
    Beans
    1,048

    Re: Compiling XChat

    Quote Originally Posted by TestDummy!
    Out of curiosity, wouldn't

    "sudo apt-get uninstall xchat" work too?
    No,
    apt == .deb binaries
    apt != source installs

    Apt doesn't even know xchat is installed on your system if you installed from source.

    BTW, it wouldn't be apt-get uninstall, it would be apt-get remove
    Last edited by DJ_Max; April 26th, 2005 at 03:01 PM.
    CloudRck.com - Host on CloudRck
    I sponsor open source projects and support users of such technologies. PM for details

  10. #10
    Join Date
    Mar 2005
    Location
    Providence, RI
    Beans
    61

    Re: Compiling XChat

    Quote Originally Posted by TestDummy! View Post
    Aha! There, I finally got it to compile. It wasn't working before but I was missing a certain GTK library. I installed it and it compiled fine but..

    How do I go about removing this when I want to upgrade to the next one? It doesn't seem to show up in synaptic or whatever it's called.

    It would be awesome for people who read this thread in the future if you could state which GTK library you needed to install....

    didn't realize this thread was 2005, feel free to delete this.
    Last edited by b3nw; May 6th, 2011 at 07:30 AM. Reason: arg, didn't realize this thread was so old..

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •