[Fink-users] Amaya 8.6 trouble loading

2004-11-25 Thread Ray Webb
Hello, Running 10.3.6 with XCode 1.5 and the Nov GCC updater. Ran fink update amaya and am having trouble starting the program. It starts and exits after about 4 seconds. The error message is: localhost:/Users/rw % amaya gdk_imlib ERROR: Cannot load image: /sw/share/Amaya/amaya/annot.gif All

Re: [Fink-users] amaya 8.4 fails to compile

2004-04-23 Thread Remi Mommsen
Hi, On Apr 23, 2004, at 3:03 AM, Charles McCathieNevile wrote: On Thu, 22 Apr 2004, Remi Mommsen wrote: Hi, On Apr 22, 2004, at 3:46 AM, Charles McCathieNevile wrote: I have packageed wchar.h for fink. If you declared it as a dependency you should be able to get things working on 10.2 as well.

Re: [Fink-users] amaya 8.4 fails to compile

2004-04-23 Thread Charles McCathieNevile
Found it! It's in libwcs cheers Chaals On Thu, 22 Apr 2004, Remi Mommsen wrote: >Hi, > >On Apr 22, 2004, at 3:46 AM, Charles McCathieNevile wrote: > >> I have packageed wchar.h for fink. If you declared it as a dependency >> you >> should be able to get things working on 10.2 as well. > >I was

Re: [Fink-users] amaya 8.4 fails to compile

2004-04-22 Thread Remi Mommsen
Hi, On Apr 22, 2004, at 3:46 AM, Charles McCathieNevile wrote: I have packageed wchar.h for fink. If you declared it as a dependency you should be able to get things working on 10.2 as well. I was looking for it, but failed to find it. In which package is it? TIA, Remi -

Re: [Fink-users] amaya 8.4 fails to compile

2004-04-22 Thread Charles McCathieNevile
I have packageed wchar.h for fink. If you declared it as a dependency you should be able to get things working on 10.2 as well. Chaals On Tue, 20 Apr 2004, Stephane Gully wrote: >Remi Mommsen wrote: >> Hi Stephane, >> >However I've a notice about macosX version : amaya should compile well >on 10

Re: [Fink-users] amaya 8.4 fails to compile

2004-04-20 Thread Stephane Gully
Remi Mommsen wrote: Hi Stephane, On Apr 19, 2004, at 1:14 AM, Stephane Gully wrote: Hello, I'm the new maintainer of amaya fink package, sorry if I dont understand each subtleties of fink. But I think this probleme is due to a LDFLAG mistake, it shoiuld be : LDFLAGS='-Wl,-search_paths_first'

Re: [Fink-users] amaya 8.4 fails to compile

2004-04-19 Thread Remi Mommsen
Hi Stephane, On Apr 19, 2004, at 1:14 AM, Stephane Gully wrote: Hello, I'm the new maintainer of amaya fink package, sorry if I dont understand each subtleties of fink. But I think this probleme is due to a LDFLAG mistake, it shoiuld be : LDFLAGS='-Wl,-search_paths_first' try with the new ama

Re: [Fink-users] amaya 8.4 fails to compile

2004-04-19 Thread Stephane Gully
Hello, I'm the new maintainer of amaya fink package, sorry if I dont understand each subtleties of fink. But I think this probleme is due to a LDFLAG mistake, it shoiuld be : LDFLAGS='-Wl,-search_paths_first' try with the new amaya.info in attachments Stephane Claus Atzenbeck wrote: Hi, I w

Re: [Fink-users] amaya 8.4 fails to compile

2004-04-18 Thread Remi Mommsen
Hi, On Apr 17, 2004, at 12:25 PM, Martin Costabel wrote: Claus Atzenbeck wrote: On Sat, 17 Apr 2004, Martin Costabel wrote: Any quick workaround or is waiting for an update the best? (There is no rush for an update on my side.) Quick workaround (not yet completely tested, but should at least ge

Re: [Fink-users] amaya 8.4 fails to compile

2004-04-17 Thread Claus Atzenbeck
On Sat, 17 Apr 2004, Martin Costabel wrote: > sudo dpkg -r --force-depends libwww This is what I finally did. I was installing libwww again after the Amaya update was done. However, I usually try to avoid to force fink to do something it does not want to do. ;-) Greetings, Claus

Re: [Fink-users] amaya 8.4 fails to compile

2004-04-17 Thread Ersatz Sophist
How about force-remove? I usually use fink commander, but I think the correct command is dpkg --force-remove libwww The force-remove command can be invoked from fink commander. Payam == "The man who has no tincture of philosophy goes through life imprisoned in the preju

Re: [Fink-users] amaya 8.4 fails to compile

2004-04-17 Thread Martin Costabel
Claus Atzenbeck wrote: On Sat, 17 Apr 2004, Martin Costabel wrote: What dependency errors? libwww has BuildDependsOnly: True. $ fink remove libwww [...] dpkg --remove libwww dpkg: dependency problems prevent removal of libwww: glibwww-shlibs depends on libwww. This looks like a clear bug in gl

Re: [Fink-users] amaya 8.4 fails to compile

2004-04-17 Thread Martin Costabel
Ersatz Sophist wrote: How about force-remove? I usually use fink commander, but I think the correct command is dpkg --force-remove libwww Not quite: It is sudo dpkg -r --force-depends libwww But there are reasons to do it first without force. If you destry something, it is always good to kno

Re: [Fink-users] amaya 8.4 fails to compile

2004-04-17 Thread Claus Atzenbeck
On Sat, 17 Apr 2004, Martin Costabel wrote: > What dependency errors? libwww has BuildDependsOnly: True. $ fink remove libwww [...] dpkg --remove libwww dpkg: dependency problems prevent removal of libwww: glibwww-shlibs depends on libwww. I also did: $ fink remove libwww glibwww-shlibs [...]

Re: [Fink-users] amaya 8.4 fails to compile

2004-04-17 Thread Martin Costabel
Claus Atzenbeck wrote: On Sat, 17 Apr 2004, Martin Costabel wrote: Quick workaround (not yet completely tested, but should at least get rid of this error): fink remove libwww This does not work, because of dependency errors. What dependency errors? libwww has BuildDependsOnly: True. No packag

Re: [Fink-users] amaya 8.4 fails to compile

2004-04-17 Thread Claus Atzenbeck
On Sat, 17 Apr 2004, Martin Costabel wrote: > Quick workaround (not yet completely tested, but should at least get rid > of this error): > >fink remove libwww This does not work, because of dependency errors. > Or just move /sw/lib/libwwwcache.dylib out of the way. I have renamed the librar

Re: [Fink-users] amaya 8.4 fails to compile

2004-04-17 Thread Martin Costabel
Claus Atzenbeck wrote: On Sat, 17 Apr 2004, Martin Costabel wrote: Any quick workaround or is waiting for an update the best? (There is no rush for an update on my side.) Quick workaround (not yet completely tested, but should at least get rid of this error): fink remove libwww Or just move

Re: [Fink-users] amaya 8.4 fails to compile

2004-04-17 Thread Claus Atzenbeck
On Sat, 17 Apr 2004, Martin Costabel wrote: > What g++ version are you using? g++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495) > Maybe the package has a missing GCC: 3.3 field. Any quick workaround or is waiting for an update the best? (There is no rush for an update on my side.) Greet

Re: [Fink-users] amaya 8.4 fails to compile

2004-04-17 Thread Martin Costabel
Claus Atzenbeck wrote: [] g++: unrecognized option `-search_paths_first' ld: warning prebinding disabled because dependent library: /sw/lib/libjpeg.62.dylib is not prebound ld: Undefined symbols: _HTCache_resetMeta What g++ version are you using? Maybe the package has a missing GCC: 3.3 field. --

[Fink-users] amaya 8.4 fails to compile

2004-04-17 Thread Claus Atzenbeck
Hi, I was trying to compile amaya-8.4-23 with fink. However, it fails. Here are the last few lines before the building fails: *** make[5]: Nothing to be done for `all-am'. libraptor is installed g++ -search_paths_first -L/sw/lib -o ../bin/amaya wxdialog/InitConfirmDlgWX.o

Re: [Fink-users] Amaya

2003-06-12 Thread Hanspeter Niederstrasser
> > On Thu, 12 Jun 2003, James Dasher wrote: > > > >> A) If I type 'amaya' in xterm, Amaya opens, but the default file > >> is blank. If I start Amaya > >> using 'sudo amaya' then voila! like magic, I see text, pictures, etc. Sounds like a permissions problem. What does ls -l /sw/share/Amaya/

Re: [Fink-users] Amaya

2003-06-12 Thread James Dasher
On Thursday, June 12, 2003, at 01:23 PM, Charles McCathieNevile wrote: On Thu, 12 Jun 2003, James Dasher wrote: In other words, the only non-trivial problem - the only problem not (yet) attributable to a Keyboard-Seat Connectivity Error - is the 'sudo amaya' vs 'amaya' start command. Don't know

Re: [Fink-users] Amaya

2003-06-12 Thread Charles McCathieNevile
On Thu, 12 Jun 2003, James Dasher wrote: >In other words, the only non-trivial problem - the only problem not >(yet) attributable to a Keyboard-Seat Connectivity Error - is the 'sudo >amaya' vs 'amaya' start command. Don't know about that one. I hav installed amaya about a dozen times and never s

Re: [Fink-users] Amaya

2003-06-12 Thread James Dasher
On Thursday, June 12, 2003, at 12:46 PM, Charles McCathieNevile wrote: On Thu, 12 Jun 2003, James Dasher wrote: A) If I type 'amaya' in xterm, Amaya opens, but the default file is blank. If I start Amaya using 'sudo amaya' then voila! like magic, I see text, pictures, etc. Dunno... Topic #2: U

Window sizes Re: [Fink-users] Amaya

2003-06-12 Thread Charles McCathieNevile
On Thu, 12 Jun 2003, James Dasher wrote: >B) Window size >Each window defaults to a size taller than my screen. I have to >maximize the window so I can see the bottom, then drag the resize >corner to adjust. I don't want to open Amaya every time I use X, so >editing my .xinitrc file is out (unle

Re: [Fink-users] Amaya

2003-06-12 Thread Charles McCathieNevile
On Thu, 12 Jun 2003, James Dasher wrote: >A) If I type 'amaya' in xterm, Amaya opens, but the default file > is blank. If I start Amaya >using 'sudo amaya' then voila! like magic, I see text, pictures, etc. Dunno... > >Topic #2: >Using Amaya > >A) Links >I have to double-click a link to get it

[Fink-users] Amaya

2003-06-12 Thread James Dasher
System info: - 10.2.6 with December 2002 Developer Tools; - fink 0.5.2 from source (downloaded, compiled, and installed clean on 11 June 2003); - Apple X11 beta 3 with SDK; - Amaya 7.1 Topic #1: Starting Amaya/permissions A) If I type 'amaya' in xterm, Amaya opens, but the default file is blank