Re: [Xastir] Broken II

2007-06-15 Thread Chip G.
This is an old thread to most of you, but it is near and dear to me. I've had this problem twice before. This time the resolution was simple. I just waited two months (busy work schedule) and recompiled again. Nothing was manually changed on my system. The only other thing which likely chan

Re: [Xastir] Broken II

2007-04-02 Thread Curt, WE7U
On Mon, 2 Apr 2007, Chip G. wrote: > > fprint(stderr, "Error! can not find color file: %s\n", > > get_data_base_dir(temp)); > > This was the error to which I referred in my original post, which read: > > > Error! can not find color file /xastir/config/xastir.rgb > > That tells me that it is lookin

Re: [Xastir] Broken II

2007-04-02 Thread Chip G.
On Apr 2, 2007, at 14:41, Chip G. wrote: OK, I think I have more to offer here. I did a little looking in the code. In "color.c" there is a line which reads: fprint(stderr, "Error! can not find color file: %s\n", get_data_base_dir(temp)); This was the error to which I referred in my origi

Re: [Xastir] Broken II

2007-04-02 Thread Chip G.
On Apr 2, 2007, at 14:29, Curt, WE7U wrote: On Mon, 2 Apr 2007, Chip G. wrote: I wonder if in the compile process one of the references to the file didn't pick up on the prefix switch. Or perhaps there is a configuration file which likewise didn't pick up on the prefix switch. Could be.

Re: [Xastir] Broken II

2007-04-02 Thread Curt, WE7U
On Mon, 2 Apr 2007, Chip G. wrote: > I wonder if in the > compile process one of the references to the file didn't pick up on > the prefix switch. Or perhaps there is a configuration file which > likewise didn't pick up on the prefix switch. Could be. Or might be a path in ~/.xastir/conf/xastir.

Re: [Xastir] Broken II

2007-04-02 Thread Chip G.
On Apr 2, 2007, at 14:05, Curt, WE7U wrote: On Mon, 2 Apr 2007, Chip G. wrote: Error! can not find color file /xastir/config/xastir.rgb Error in Color file! Exiting... Does the file exist in the installed location? You might have deleted it. A "make install" should install the file again

Re: [Xastir] Broken II

2007-04-02 Thread Curt, WE7U
On Mon, 2 Apr 2007, Chip G. wrote: > Error! can not find color file /xastir/config/xastir.rgb > Error in Color file! Exiting... Does the file exist in the installed location? You might have deleted it. A "make install" should install the file again. The normal location for it would be "/usr/lo

[Xastir] Broken II

2007-04-02 Thread Chip G.
I chose the title of this message to echo the previous thread on this. I have the thread archived here, but can't seem to find a solution in it to this repeat problem. I am trying to fix the crash problem. So I'm changing things and recompiling. I just recompiled a few days ago. Today I try

Re: [Xastir] Broken

2007-01-12 Thread Curt, WE7U
On Thu, 11 Jan 2007, Chip G. wrote: > So I also fixed my CVS problem by deleting everything and starting > from scratch (including commenting out my entire cvsrc file which > somehow seemed to be munging things up, or at least it suddenly > stopped hanging midway through when I commented out every

Re: [Xastir] Broken

2007-01-11 Thread Chip G.
On Jan 10, 2007, at 23:53, Tom Russo wrote: If it doesn't have a line like the one above, something went wrong at the "bootstrap.sh" step, specifically the automake step of bootstrap.sh. Try bootstrap.sh again and carefully note any error messages it spews. Tried. No error messages. If

Re: [Xastir] Broken

2007-01-10 Thread Tom Russo
On Wed, Jan 10, 2007 at 05:46:10PM -0800, we recorded a bogon-computron collision of the <[EMAIL PROTECTED]> flavor, containing: > On Wed, 10 Jan 2007, Chip G. wrote: > > > > What does your top-level Makefile show for the CPPFLAGS line after you run > > > configure? > > > > Umm ... there is no C

Re: [Xastir] Broken

2007-01-10 Thread Curt Mills
On Wed, 10 Jan 2007, Chip G. wrote: > > What does your top-level Makefile show for the CPPFLAGS line after you run > > configure? > > Umm ... there is no CPPFLAGS line in my Makefile or Makefile.in or Makefile.am > So I know what I should find. Both computers have been updated to CVS. How can >

Re: [Xastir] Broken

2007-01-10 Thread Chip G.
On Jan 9, 2007, at 11:32, Curt, WE7U wrote: On Sun, 7 Jan 2007, Chip G. wrote: On Jan 4, 2007, at 14:43, Curt, WE7U wrote: Should be one of these paths, depending on where Xastir gets installed: /usr/local/share/xastir/config/xastir.rgb (normal source install) /opt/Xastir/share/xastir/confi

Re: [Xastir] Broken

2007-01-09 Thread Curt, WE7U
On Sun, 7 Jan 2007, Chip G. wrote: > On Jan 4, 2007, at 14:43, Curt, WE7U wrote: > > > Should be one of these paths, depending on where Xastir gets > > installed: > > > > /usr/local/share/xastir/config/xastir.rgb (normal source install) > > /opt/Xastir/share/xastir/config/xastir.rgb (LSB install)

Re: [Xastir] Broken

2007-01-07 Thread Chip G.
On Jan 4, 2007, at 14:43, Curt, WE7U wrote: Should be one of these paths, depending on where Xastir gets installed: /usr/local/share/xastir/config/xastir.rgb (normal source install) /opt/Xastir/share/xastir/config/xastir.rgb (LSB install) /usr/share/xastir/config/xastir.rgb (perhaps an OS binar

Re: [Xastir] Broken

2007-01-04 Thread Curt, WE7U
On Thu, 4 Jan 2007, Curt, WE7U wrote: > I don't know why XASTIR_DATA_BASE didn't go that route as well. > Feel free to make that change if you find time, else I'll try to do > it sometime soon. The more things off the command-line the better. > Makes it easier to see what's happening. I should h

Re: [Xastir] Broken

2007-01-04 Thread Curt, WE7U
On Thu, 4 Jan 2007, Tom Russo wrote: > the path in which > xastir stores its database files (e.g. /usr/local/share/xastir for default > builds, or $PREFIX/share if you specify a --prefix) is supposed to be passed > to the code at build time through a "-DXASTIR_DATA_BASE=" flag to the > compiler.

Re: [Xastir] Broken

2007-01-04 Thread Tom Russo
On Thu, Jan 04, 2007 at 02:33:20PM -0500, we recorded a bogon-computron collision of the <[EMAIL PROTECTED]> flavor, containing: > Just did a CVS update and rebuild on my MacBook Pro and then my Mini. > Everything is working fine on the MBP, but on the Mini (my normal > dedicated Xastir machin

Re: [Xastir] Broken

2007-01-04 Thread Curt, WE7U
On Thu, 4 Jan 2007, Chip G. wrote: > Just did a CVS update and rebuild on my MacBook Pro and then my Mini. > Everything is working fine on the MBP, but on the Mini (my normal > dedicated Xastir machine) I am getting an error. The error states: > > Error! can not find color file: /xastir/config/xas

[Xastir] Broken

2007-01-04 Thread Chip G.
Just did a CVS update and rebuild on my MacBook Pro and then my Mini. Everything is working fine on the MBP, but on the Mini (my normal dedicated Xastir machine) I am getting an error. The error states: Error! can not find color file: /xastir/config/xastir.rgb I can't think of anything which