Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25

Thread: pan newsreader beta out today

  1. #11
    Join Date
    Nov 2005
    Location
    Left of Vermont
    Beans
    392

    Re: pan newsreader beta out today

    Quote Originally Posted by Rumor
    Where do I find configure.in so that I can modify it?
    /me thumps Rumor in the head with a clue.

    Check the pan-0.91 directory, foo!
    If at first you don't succeed, skydiving is not for you.

  2. #12
    Join Date
    Nov 2005
    Location
    Left of Vermont
    Beans
    392

    Re: pan newsreader beta out today

    Bah, still no go. Here's the output of sudo make:

    Code:
    make  all-recursive
    make[1]: Entering directory `/home/matthew/pan-0.91'
    Making all in po
    make[2]: Entering directory `/home/matthew/pan-0.91/po'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/matthew/pan-0.91/po'
    Making all in pan
    make[2]: Entering directory `/home/matthew/pan-0.91/pan'
    Making all in general
    make[3]: Entering directory `/home/matthew/pan-0.91/pan/general'
    if g++ -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -g -O2 -MT file-util.o -MD -MP -MF ".deps/file-util.Tpo" -c -o file-util.o file-util.cc; \
    then mv -f ".deps/file-util.Tpo" ".deps/file-util.Po"; else rm -f ".deps/file-util.Tpo"; exit 1; fi
    /usr/include/libintl.h:40: error: expected unqualified-id before ‘const’
    /usr/include/libintl.h:40: error: expected `)' before ‘const’
    /usr/include/libintl.h:40: error: expected initializer before ‘const’
    /usr/include/libintl.h:44: error: expected unqualified-id before ‘const’
    /usr/include/libintl.h:44: error: expected `)' before ‘const’
    /usr/include/libintl.h:44: error: expected initializer before ‘const’
    /usr/include/libintl.h:51: error: expected unqualified-id before ‘const’
    /usr/include/libintl.h:51: error: expected `)' before ‘const’
    /usr/include/libintl.h:51: error: expected initializer before ‘const’
    /usr/include/libintl.h:81: error: expected unqualified-id before ‘const’
    /usr/include/libintl.h:81: error: expected `)' before ‘const’
    /usr/include/libintl.h:81: error: expected initializer before ‘const’
    /usr/include/libintl.h:85: error: expected unqualified-id before ‘const’
    /usr/include/libintl.h:85: error: expected `)' before ‘const’
    /usr/include/libintl.h:85: error: expected initializer before ‘const’
    /usr/include/libintl.h:90: error: expected unqualified-id before ‘const’
    /usr/include/libintl.h:90: error: expected `)' before ‘const’
    /usr/include/libintl.h:90: error: expected initializer before ‘const’
    make[3]: *** [file-util.o] Error 1
    make[3]: Leaving directory `/home/matthew/pan-0.91/pan/general'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/matthew/pan-0.91/pan'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/matthew/pan-0.91'
    make: *** [all] Error 2
    Any clues?
    If at first you don't succeed, skydiving is not for you.

  3. #13
    Join Date
    Dec 2005
    Beans
    263
    Distro
    Dapper Drake Testing/

    Re: pan newsreader beta out today

    Whoa. Hard to imagine your g++ doesn't like libc6-dev.

    What version of g++ do you have? I have 4.0.3-1 here.

  4. #14
    Join Date
    Jun 2005
    Beans
    28
    Distro
    Ubuntu Breezy 5.10

    Re: pan newsreader beta out today

    Looks like somebody has created packages for ubuntu already to save some pain:

    http://pan.rebelbase.com/download/releases/0.91/UBUNTU/

  5. #15
    Join Date
    Nov 2005
    Location
    Left of Vermont
    Beans
    392

    Re: pan newsreader beta out today

    Quote Originally Posted by htinn
    Whoa. Hard to imagine your g++ doesn't like libc6-dev.

    What version of g++ do you have? I have 4.0.3-1 here.
    Same here.
    If at first you don't succeed, skydiving is not for you.

  6. #16
    Join Date
    Nov 2005
    Location
    Left of Vermont
    Beans
    392

    Re: pan newsreader beta out today

    Quote Originally Posted by daveg
    Looks like somebody has created packages for ubuntu already to save some pain:

    http://pan.rebelbase.com/download/releases/0.91/UBUNTU/
    Cool, the .deb package worked
    If at first you don't succeed, skydiving is not for you.

  7. #17
    Join Date
    Feb 2005
    Beans
    161

    Re: pan newsreader beta out today

    I gave up on newsreaders awhile ago and now I just use Google Reader. Not as robust but I don't need for it to be.

  8. #18
    Join Date
    Dec 2005
    Location
    N.C.
    Beans
    4,796
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: pan newsreader beta out today

    I see there is a new beta release of Pan(.92) out today:

    http://pan.rebelbase.com/download/

    It's a deb file and I was wondering if it would be best to not remove the old pan from the Breezy repositories that I've installed, because of all the dependencies. I've never dpkg'd a deb file before, but I've heard about "dependency hell". Thanks for any assistance.

  9. #19
    Join Date
    Oct 2004
    Beans
    Hidden!
    Distro
    Ubuntu Karmic Koala (testing)

    Re: pan newsreader beta out today

    Just built version 0.93 beta, as for the workaround for libpcre, it's in ubuntu as libpcre3 (so make sure you have the -dev), so just change it in configure.in (line 43, libpcre to libpcre3). Then it will build
    The idea of copyright did not exist in ancient times, when authors frequently copied other authors at length in works of non-fiction. This practice was useful, and is the only way many authors' works have survived even in part. -- Richard Stallman

  10. #20
    Join Date
    Oct 2005
    Location
    Vancouver, B.C.
    Beans
    289
    Distro
    Ubuntu

    Re: pan newsreader beta out today

    I installed 0.93 and tested it out, but it's unuseably buggy still, so I gave up and went back to 0.14.2.91

    Still waiting for an Agent clone (or NewsLeecher) for linux...
    =======================
    Futz's Microcontrollers & Robotics
    =======================

Page 2 of 3 FirstFirst 123 LastLast

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
  •