[Pan-users] Re: compile ?

2008-12-14 Thread Duncan
"Travis" posted 2b4372f548fa41caaf78f5921184b...@travispc, excerpted below, on Sun, 14 Dec 2008 15:29:28 -0800: > I appreciate everyone trying to help but with several people responding > with slightly different instructions I'm finding it difficult to follow. Here's something to save for later

Re: [Pan-users] Re: compile ?

2008-12-14 Thread Travis
- Original Message - From: "Joe Zeff" To: Sent: Sunday, December 14, 2008 17:41 PM Subject: Re: [Pan-users] Re: compile ? > On 12/14/2008 Travis wrote: >> When I input "cd ~/pan-0.133" I get "No such file or directory". > > The tarball was on your desktop, so it probably created somet

Re: [Pan-users] Re: compile ?

2008-12-14 Thread Travis
- Original Message - From: "Rinaldi J. Montessi" To: Sent: Sunday, December 14, 2008 17:40 PM Subject: Re: [Pan-users] Re: compile ? > Travis wrote: >> - Original Message - >> From: "Joe Zeff" >> To: >> Sent: Sunday, December 14, 2008 17:09 PM >> Subject: Re: [Pan-users] Re:

Re: [Pan-users] Re: compile ?

2008-12-14 Thread Joe Zeff
On 12/14/2008 Travis wrote: When I input "cd ~/pan-0.133" I get "No such file or directory". The tarball was on your desktop, so it probably created something like ~/Desktop/pan-0.133 for its files. Check using your file manager if you're not sure. -- Joe Zeff If you can't play with words,

Re: [Pan-users] Re: compile ?

2008-12-14 Thread Rinaldi J. Montessi
Travis wrote: > - Original Message - > From: "Joe Zeff" > To: > Sent: Sunday, December 14, 2008 17:09 PM > Subject: Re: [Pan-users] Re: compile ? > > >> On 12/14/2008 Travis wrote: >>> Ubuntu 8.10 comes with Pan 0.132 and I want to get Pan 0.133 and the >>> only way to do that is to "

Re: [Pan-users] Re: compile ?

2008-12-14 Thread Travis
- Original Message - From: "Joe Zeff" To: Sent: Sunday, December 14, 2008 17:09 PM Subject: Re: [Pan-users] Re: compile ? > On 12/14/2008 Travis wrote: >> Ubuntu 8.10 comes with Pan 0.132 and I want to get Pan 0.133 and the >> only way to do that is to "build from source". > > Presum

Re: [Pan-users] Re: compile ?

2008-12-14 Thread Joe Zeff
On 12/14/2008 Travis wrote: Ubuntu 8.10 comes with Pan 0.132 and I want to get Pan 0.133 and the only way to do that is to "build from source". Presumably, it created a directory full of files. In a terminal, go to that directory. Type the following commands: ./configure make sudo 'make in

Re: [Pan-users] Re: compile ?

2008-12-14 Thread Travis
- Original Message - From: "Steven D'Aprano" To: Sent: Sunday, December 14, 2008 16:52 PM Subject: Re: [Pan-users] Re: compile ? > On Mon, 15 Dec 2008 11:44:45 am Travis wrote: >> The file extracted when I gave the proper commands. >> I think it is better for me to learn by command lin

Re: [Pan-users] Re: compile ?

2008-12-14 Thread Steven D'Aprano
On Mon, 15 Dec 2008 11:44:45 am Travis wrote: > The file extracted when I gave the proper commands. > I think it is better for me to learn by command line. > My next step in the "Build from Source" is? I must admit I missed the beginning of this thread, so I'm not sure what you're attempting to d

Re: [Pan-users] Re: compile ?

2008-12-14 Thread Travis
- Original Message - From: "Steven D'Aprano" To: Sent: Sunday, December 14, 2008 16:37 PM Subject: Re: [Pan-users] Re: compile ? > On Mon, 15 Dec 2008 11:25:09 am Travis wrote: > > [...] >> > tar -xvjf ~/Desktop/pan-0.133.tar.bz2 >> >> I have .tar.gz and did just did what David Shocha

Re: [Pan-users] Re: compile ?

2008-12-14 Thread Steven D'Aprano
On Mon, 15 Dec 2008 11:25:09 am Travis wrote: [...] > > tar -xvjf ~/Desktop/pan-0.133.tar.bz2 > > I have .tar.gz and did just did what David Shochat said to do. And the z option is correct for the file you have, but you typed the wrong file name. Sorry for the red herring. > > Travis, I assume

Re: [Pan-users] Re: compile ?

2008-12-14 Thread Travis
- Original Message - From: "Steven D'Aprano" To: Sent: Sunday, December 14, 2008 16:28 PM Subject: Re: [Pan-users] Re: compile ? > On Mon, 15 Dec 2008 11:09:10 am Steven D'Aprano wrote: >> On Mon, 15 Dec 2008 10:27:10 am Travis wrote: >> > I have the pan .tar.gz on the Desktop but when

Re: [Pan-users] Re: compile ?

2008-12-14 Thread Steven D'Aprano
On Mon, 15 Dec 2008 11:09:10 am Steven D'Aprano wrote: > On Mon, 15 Dec 2008 10:27:10 am Travis wrote: > > I have the pan .tar.gz on the Desktop but when I do the command > > "tar -xvzf ~/Desktop/pan-0.133.tar.bz2" from the > > tra...@ubuntu:~/Build$ in Terminal I get "Cannot open: No such file >

Re: [Pan-users] Re: compile ?

2008-12-14 Thread Travis
- Original Message - From: "Steven D'Aprano" To: Sent: Sunday, December 14, 2008 16:09 PM Subject: Re: [Pan-users] Re: compile ? > On Mon, 15 Dec 2008 10:27:10 am Travis wrote: > >> I have the pan .tar.gz on the Desktop but when I do the command "tar >> -xvzf ~/Desktop/pan-0.133.tar.

Re: [Pan-users] Re: compile ?

2008-12-14 Thread Joe Zeff
On 12/14/2008 Travis wrote: I have the pan .tar.gz on the Desktop but when I do the command "tar -xvzf ~/Desktop/pan-0.133.tar.bz2" from the tra...@ubuntu:~/Build$ in Terminal I get "Cannot open: No such file or directory" etc, etc. If you have a .tar.gz file, you have to specify .tar.gz, not

Re: [Pan-users] Re: compile ?

2008-12-14 Thread Steven D'Aprano
On Mon, 15 Dec 2008 10:27:10 am Travis wrote: > I have the pan .tar.gz on the Desktop but when I do the command "tar > -xvzf ~/Desktop/pan-0.133.tar.bz2" from the tra...@ubuntu:~/Build$ in > Terminal I get "Cannot open: No such file or directory" etc, etc. The z option to tar is for .tar.gz and

Re: [Pan-users] Re: compile ?

2008-12-14 Thread Travis
- Original Message - From: "Duncan" <1i5t5.dun...@cox.net> To: Sent: Sunday, December 14, 2008 15:12 PM Subject: [Pan-users] Re: compile ? > "Travis" posted > 70cd701330754ba58fff7128d7472...@travispc, excerpted below, on Sun, 14 > Dec 2008 12:54:19 -0800: > >> The "P" was the proble

Re: [Pan-users] Re: compile ?

2008-12-14 Thread Travis
- Original Message - From: "David Shochat" To: Sent: Sunday, December 07, 2008 10:47 AM Subject: Re: [Pan-users] Re: compile ? > Travis wrote: >> Can I download it to the desktop? > Yes, you can download it wherever you like (that you have write access to). >> Would that be pan-0.133.t

[Pan-users] Re: compile ?

2008-12-14 Thread Duncan
"Travis" posted 70cd701330754ba58fff7128d7472...@travispc, excerpted below, on Sun, 14 Dec 2008 12:54:19 -0800: > The "P" was the problem. I was just following the directions Kurt > suggested because I don't know what I am doing. I figured so. Thanks for letting us know it worked. -- Duncan

Re: [Pan-users] Re: compile ?

2008-12-14 Thread Travis
- Original Message - From: "Duncan" <1i5t5.dun...@cox.net> To: Sent: Sunday, December 14, 2008 12:34 PM Subject: [Pan-users] Re: compile ? > "Travis" posted > 3e3c7b1f14dd4fe0bf18172f9ab04...@travispc, excerpted below, on Sun, 14 > Dec 2008 12:22:52 -0800: > >> I tried "apt-get build

[Pan-users] Re: compile ?

2008-12-14 Thread Duncan
"Travis" posted 3e3c7b1f14dd4fe0bf18172f9ab04...@travispc, excerpted below, on Sun, 14 Dec 2008 12:22:52 -0800: > I tried "apt-get build-dep Pan" and I get "Unable to find a source > package for Pan". Now what? Remember, MSWindows may not care about case, but on Linux, in general (I've no idea

Re: [Pan-users] compile ?

2008-12-14 Thread Travis
- Original Message - From: "Kurt Schilling" To: Sent: Sunday, December 07, 2008 03:33 AM Subject: Re: [Pan-users] compile ? > Travis wrote: >> I want to compile Pan 0.133 from source on my netbook. I have Ubuntu dual >> boot with XP. >> I have just done "apt-get install build-essenti

[Pan-users] Re: Feature request

2008-12-14 Thread Duncan
Derek Turner posted 49454db3.6070...@jerseymail.co.uk, excerpted below, on Sun, 14 Dec 2008 18:17:23 +: > I'd like an 'ignore all threads started by this author (and mark read)' > can it be done or would this be a new feature? It's one thing ignoring > the group's resident troll but people /

Re: [Pan-users] Feature request

2008-12-14 Thread Joe Zeff
On 12/14/2008 Derek Turner wrote: Also, ignored threads should be marked read by default, if I'm ignoring a thread I don't want it counting in my unread messages total. I've already asked about that. However, the more of us who mention it, the more likely it is that Charles will decide to

[Pan-users] Feature request

2008-12-14 Thread Derek Turner
I'd like an 'ignore all threads started by this author (and mark read)' can it be done or would this be a new feature? It's one thing ignoring the group's resident troll but people /will/ keep replying to them. Also, ignored threads should be marked read by default, if I'm ignoring a thread I d