[Fink-users] Re: Apple GCC Updater

2004-11-25 Thread Gary Elshaw
Many thanks to one of the fink users i no longer have warnings! Thanks 
again Lele.

Cheers,
Gary

---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Apple November 2004 GCC Updater

2004-11-24 Thread Gary Elshaw
Could someone please host the GCC updater somewhere, no matter what i 
try i can't download it from the ADC site. I've contacted my isp and 
the folks at ADC, but until either behemoth moves i'm stuck.

Cheers,
Gary
The difficulty now is that unexceptional adults believe the loss of
youthful dreaming is itself growing up, as though adulthood were the
passive conclusion to a doomed activity and hope during adolescence.
 The Uses of Disorder
   Personal Identity and City Life
 -- Richard Sennett
OO
[_]|
  /|\
Gary Elshaw
Film and Media Studies Tutor
Victoria University
New Zealand
http://www.garyelshaw.com
http://elshaw.tripod.com/

---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Fink-users digest, Vol 1 #1783 - 7 msgs

2003-08-28 Thread Gary Elshaw
Thanks for the reply on this ordeal Jerry, i tried the pkg you 
suggested, but no dice for me i'm afraid. However, there does seem to 
be some hope on the horizon that a version of unace for OS X is going 
to happen.

All the best,
Gary (who's about to boot into OS 9 to try another old version of Mac 
Unace.)

On Thursday, August 28, 2003, at 03:05  PM, Jerry wrote:
On Thu, Aug 28, 2003 at 12:44:45AM +1200, Gary Elshaw wrote:
Hi Folks,

I've been having a frustrating time this evening trying to find
anything (at all, anywhere) that will decompress .ace archives. There
is a linux version around, but i haven't found anything for the mac.
Does anyone have suggestions aside from the obvious, don't bother with
.ace archives?
There is a BSD port of unace also, which you could probably get to
compile on MacOS.  Also, there is something about it here:
http://www.macosxhints.com/article.php?story=20020327095725538
--
GPG public key:
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x9D5B8762

Some of my best friends have hated Nixon all their lives. My mother 
hates Nixon, my son hates Nixon, I hate Nixon, and this hatred has 
brought us together. Nixon laughed when I told him this. Don't worry, 
he said, I, too, am a family man, and we feel the same way about you.

Hunter S. Thompson: Rolling Stone, June 16, 1994
http://www.theatlantic.com/unbound/graffiti/crook.htm
OO
[_]|
/|\
Gary Elshaw
Film and Media Tutor
Victoria University
New Zealand
http://www.garyelshaw.com


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] ace archives

2003-08-27 Thread Gary Elshaw
Hi Folks,

I've been having a frustrating time this evening trying to find 
anything (at all, anywhere) that will decompress .ace archives. There 
is a linux version around, but i haven't found anything for the mac. 
Does anyone have suggestions aside from the obvious, don't bother with 
.ace archives?

Cheers,
Gary
_
The difficulty now is that unexceptional adults believe the loss of 
youthful dreaming is itself growing up, as though adulthood were the 
passive conclusion to a doomed activity and hope during adolescence.

The Uses of Disorder
  Personal Identity and City Life
-- Richard Sennett
OO
[_]|
 /|\
Gary Elshaw
Film and Media Studies Tutor
Victoria University
New Zealand
http://www.garyelshaw.com
http://elshaw.tripod.com/
_


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] gtk+2

2003-08-20 Thread Gary Elshaw
Hi Folks,

I also seem to be having problems with gtk+2. Any ideas about the 
following error?

if test x$LOADERS != 'xlibpixbufloader-*.la' ; then \
  echo Writing a gdk-pixbuf.loader file to use when running 
examples before installing gdk-pixbuf.; \
  ../gdk-pixbuf/gdk-pixbuf-query-loaders $LOADERS  
./gdk-pixbuf.loaders ;\
else \
  echo No dynamic modules found; will use only static modules 
for uninstalled example programs.; \
  touch gdk-pixbuf.loaders; \
fi
Writing a gdk-pixbuf.loader file to use when running examples before 
installing gdk-pixbuf.
dyld: gdk-pixbuf-query-loaders version mismatch for library: 
/sw/lib/libiconv.2.dylib (compatibility version of user: 4.0.0 greater 
than library's version: 3.0.0)
make[3]: *** [gdk-pixbuf.loaders] Error 133
make[3]: *** Waiting for unfinished jobs
gcc -O3 -funroll-loops -fstrict-aliasing -pipe -Wall -o 
.libs/test-gdk-pixbuf test-gdk-pixbuf.o  -L./.libs -lgdk_pixbuf-2.0 
-L/sw/lib -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 -L/usr/local/lib -lm 
-lintl -liconv
ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libiconv.dylib(localcharset.lo) definition of _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
ld: warning suggest use of -bind_at_load, as lazy binding may result 
in errors or different symbols being used
symbol _locale_charset used from dynamic library 
/sw/lib/libiconv.dylib(localcharset.lo) not from earlier dynamic 
library /sw/lib/libintl.1.dylib(localcharset.lo)
creating test-gdk-pixbuf
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of ./configure failed, exit code 2
Failed: compiling gtk+2-2.2.1-6 failed
All the best,
Gary
_
The difficulty now is that unexceptional adults believe the loss of 
youthful dreaming is itself growing up, as though adulthood were the 
passive conclusion to a doomed activity and hope during adolescence.

The Uses of Disorder
  Personal Identity and City Life
-- Richard Sennett
OO
[_]|
 /|\
Gary Elshaw
Film and Media Studies Tutor
Victoria University
New Zealand
http://www.garyelshaw.com
http://elshaw.tripod.com/
_


---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] removing XDarwin in favour of X11

2003-08-02 Thread Gary Elshaw
Many thanks Alexander, it's amazing the number of things i seem to 
continually ask about that is already discussed in the FAQ, and yet i 
always forget to look!

Slaps head and mutters stupid, stupid

Many thanks again.

All the best,
Gary
On Saturday, August 2, 2003, at 01:25  AM, Alexander Hansen wrote:

1) Assuming by XDarwin you mean Fink XFree86 packages then check out

http://fink.sourceforge.net/doc/x11/inst-xfree86.php#switching-x11

To see what to do to remove it

-or-

1a) If your existing XFree86 isn't a Fink package, then check out part 
2 of

http://fink.sourceforge.net/faq/comp-packages.php#cant-install-xfree

2)  Consult

http://fink.sourceforge.net/doc/x11/inst-xfree86.php#apple-binary

Make sure to install both the User and SDK packages of Apple X11.

Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX
On Thursday, July 31, 2003, at 09:11 PM, Gary Elshaw wrote:

Someone recently told the list how to remove XDarwin from fink to 
enable them to install Apple's X11 and i can't find the message 
anywhere. Would anyone know what this command was?

Cheers,
Gary
The typical chief executive of a big company earns 170 times as much 
as the typical worker. One-third of the labor force earns less than 
$15,000 a year. The average hourly wage adjusted for inflation is 
lower today than it was in 1973. The very definition of inflation has 
been helpfully adjusted to exclude food and energy. And politicians 
of both bought parties are in thrall to a Clairvoyant Master of the 
Temple Karnak, a High Priest of the Hermetic Secrets of the Sacred 
Science of the Pharaohs, the Gnome of the Fed: Alan (Chuckles) 
Greenspan. 
 --John Leonard

OO
[_]|
/|\
Gary Elshaw
Film and Media Tutor
Victoria University
New Zealand
http://www.garyelshaw.com


_
The difficulty now is that unexceptional adults believe the loss of 
youthful dreaming is itself growing up, as though adulthood were the 
passive conclusion to a doomed activity and hope during adolescence.

The Uses of Disorder
  Personal Identity and City Life
-- Richard Sennett
OO
[_]|
 /|\
Gary Elshaw
Film and Media Studies Tutor
Victoria University
New Zealand
http://www.garyelshaw.com
http://elshaw.tripod.com/
_


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] removing XDarwin in favour of X11

2003-07-31 Thread Gary Elshaw
Someone recently told the list how to remove XDarwin from fink to 
enable them to install Apple's X11 and i can't find the message 
anywhere. Would anyone know what this command was?

Cheers,
Gary
The typical chief executive of a big company earns 170 times as much 
as the typical worker. One-third of the labor force earns less than 
$15,000 a year. The average hourly wage adjusted for inflation is lower 
today than it was in 1973. The very definition of inflation has been 
helpfully adjusted to exclude food and energy. And politicians of 
both bought parties are in thrall to a Clairvoyant Master of the Temple 
Karnak, a High Priest of the Hermetic Secrets of the Sacred Science of 
the Pharaohs, the Gnome of the Fed: Alan (Chuckles) Greenspan. 
 --John Leonard

OO
[_]|
/|\
Gary Elshaw
Film and Media Tutor
Victoria University
New Zealand
http://www.garyelshaw.com


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] new gcc 3.3

2003-06-28 Thread Gary Elshaw
If someone has the time i was wondering if they could explain to me 
what the new 3.3 gcc compiler is going to add to the fink/open source 
equation. Are we going to see any improvements in our compiling 
times/performance improvements in the applications we use, an easier 
job for our fink maintainers etc. Or is this release really just for G5 
compatibility?

Cheers,
Gary
At this point, the counter culture I speak of embraces only a strict 
minority of the young and a handful of their adult mentors. It excludes 
our more conservative young, for whom a bit less Social Security and a 
bit more of that old-time religion (plus more police on the beat) would 
be sufficient to make the Great Society a thing of beauty

Theodore Roszak 'The Making of a Counter Culture: Reflections on the 
Technocratic Society  Its Youthful Opposition.' 1968.

OO
[_]|
 /|\
Gary Elshaw
Film and Media Tutor
Victoria University
New Zealand
http://www.garyelshaw.com


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Will Apple give Fink a hard time?

2003-01-23 Thread Gary Elshaw


XonX did all the work and yet Tenon was selling it and XonX held it
back.
Apple broke up Tenon's little scheme by making XFree86 with HW OpenGL
free.


Then this might be of interest:  The beta release of X11 is free of 
charge, but Apple has yet to announce pricing for the software when it 
debuts later this year.

http://news.com.com/2100-1001-981495.html

Cheers,
Gary
__

...The atlas-eater with a jaw for news
bit out the mandrake with tomorrow's scream..

'Altarwise by Owl-light'
Dylan Thomas

Gary Elshaw
Film and Media Tutor
Victoria University
New Zealand
http://elshaw.tripod.com/
__



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Compiling on 10.2.3 with path = /usr/local

2003-01-20 Thread Gary Elshaw
Hi Matthew,

I think this might have something to do with your perl installation (a
nightmare i've been going through the last few days). If you are using
5.8.0 you may want to do the following:
In your environment.plist [~/.MacOSX/environment.plist] put the
following LC_ALL C and $lc_all. You should also tell fink to update
your storable:

mv /sw/lib/perl5/darwin/Storable.pm /tmp
mv /sw/lib/perl5/darwin/auto/Storable /tmp
fink rebuild storable-pm

Give all of that a whirl and try, try again.

Cheers,
Gary

On Mon, 20 Jan 2003 10:07:05 -0800, Matthew wrote:
 I know it's not recommended, but I can't install the latest fink 
source
 package under /usr/local. I've even cleared /usr/local entirely, in
 order to ensure there are no conflicts arising from within the folder.
 I can compile all the base packages if I chose /sw, but not if I chose
 /usr/local. Here is the error I get, after it successfully downloads
 the base packages and compiles and configures from gettext to bzip, 
but
 fails on libiconv:

 ...
 gcc -O -I. -I. -I../include -I./../include -I../lib
 -I/usr/local/include ./iconv.c -o .libs/iconv  -L/usr/local/lib
 -L../lib/.libs -liconv
 ./iconv.c: In function `main':
 ./iconv.c:195: `LC_CTYPE' undeclared (first use in this function)
 ./iconv.c:195: (Each undeclared identifier is reported only once
 ./iconv.c:195: for each function it appears in.)
 make[1]: *** [iconv] Error 1
 make: *** [all] Error 2
 ### execution of make failed, exit code 2
 compiling libiconv-1.7-5 failed

 Any idea what's wrong and why it works if I chose /sw? I can post more
 of the terminal output if it will help.

 Thanks,
 M. Herberg
On Tuesday, January 21, 2003, at 07:07  AM, 
[EMAIL PROTECTED] wrote:

I know it's not recommended, but I can't install the latest fink source
package under /usr/local. I've even cleared /usr/local entirely, in
order to ensure there are no conflicts arising from within the folder.
I can compile all the base packages if I chose /sw, but not if I chose
/usr/local. Here is the error I get, after it successfully downloads
the base packages and compiles and configures from gettext to bzip, but
fails on libiconv:

...
gcc -O -I. -I. -I../include -I./../include -I../lib
-I/usr/local/include ./iconv.c -o .libs/iconv  -L/usr/local/lib
-L../lib/.libs -liconv
./iconv.c: In function `main':
./iconv.c:195: `LC_CTYPE' undeclared (first use in this function)
./iconv.c:195: (Each undeclared identifier is reported only once
./iconv.c:195: for each function it appears in.)
make[1]: *** [iconv] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
compiling libiconv-1.7-5 failed

Any idea what's wrong and why it works if I chose /sw? I can post more
of the terminal output if it will help.

Thanks,
M. Herberg

_
The difficulty now is that unexceptional adults believe the loss of 
youthful dreaming is itself growing up, as though adulthood were the 
passive conclusion to a doomed activity and hope during adolescence.

The Uses of Disorder
  Personal Identity and City Life
-- Richard Sennett

OO
[_]|
 /|\
Gary Elshaw
Film  and Media Studies Tutor
Victoria University
New Zealand
http://callenshostis.no-ip.org
http://elshaw.tripod.com/
_



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] dpkg-1.10.9-2 failure

2003-01-20 Thread Gary Elshaw
. Fink's teTeX?
Cc: [EMAIL PROTECTED]
To: Jonas Steverud [EMAIL PROTECTED]
From: =?ISO-8859-1?Q?Mich=E8le_Garoche?=  
[EMAIL PROTECTED]


Le dimanche, 19 jan 2003, =E0 08:45 Europe/Paris, Jonas Steverud a  
=E9crit=
 :


I've been using the teTeX that comes with TeXshop for over a year now
and since I've haven't upgraded I think it is abou time to do so.

I've seen some comments that the teTeX that comes with TeXShop differs
from Fink's and is now wondering if anyone has anything to say about
which teTeX to use, e.g. which one is most updated (and stays that
way). (Yes, I am aware that I ask this on the Fink list... ;-) )

I use TeXShop's since I heard that there where problems with Fink's
but I assume they has been resolved by now.

I use both, with different versions of gv and tetex, surely it's not=20
the right thing to do, but well, TeXShop wants a newer version that=20
those fink packages I use do.



--=20
( http://hem.bredband.net/steverud! Wei Wu Wei 
=20=


)
(Meaning of U2 Lyrics, Roleplaying!  To Do Without Do  
=20=


)



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit  
supercerts=20=


will
allow you to extend the highest allowed 128 bit encryption to all your
clients even if they use browsers that are limited to 40 bit=20
encryption.
Get a guide=20
here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Mich=E8le
http://micmacfr.homeunix.org/



--__--__--

Message: 11
Date: Sun, 19 Jan 2003 20:49:57 +0900
Subject: Re: [Fink-users] openjade crashlog
Cc: =?ISO-8859-1?Q?Mich=E8le_Garoche?=  
[EMAIL PROTECTED],
 [EMAIL PROTECTED]
To: Ben Hines [EMAIL PROTECTED]
From: Peter O'Gorman [EMAIL PROTECTED]


On Sunday, January 19, 2003, at 02:26  PM, Ben Hines wrote:

On Saturday, January 18, 2003, at 09:14  PM, Mich=E8le Garoche wrote:


Any idea what should I do?



No, its not related to those warnings. It seems to be a bug in=20
openjade. This happens for everyone. Please be patient while we=20
resolve the problem.


Okay I upped the openjade revision and made it link against opensp3  
(=3D=20=

1.5-3), so if you selfupdate-cvs and update openjade then linc1  
ought=20
to build properly.

Peter




--__--__--

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


End of Fink-users Digest


_
The difficulty now is that unexceptional adults believe the loss of  
youthful dreaming is itself growing up, as though adulthood were the  
passive conclusion to a doomed activity and hope during adolescence.

The Uses of Disorder
  Personal Identity and City Life
-- Richard Sennett

OO
[_]|
 /|\
Gary Elshaw
Film  and Media Studies Tutor
Victoria University
New Zealand
http://callenshostis.no-ip.org
http://elshaw.tripod.com/
_



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] apologies

2003-01-20 Thread Gary Elshaw
My apologies to the list for the inordinate screed of regurgitated, 
semi-digested text.

Gary
_
The difficulty now is that unexceptional adults believe the loss of 
youthful dreaming is itself growing up, as though adulthood were the 
passive conclusion to a doomed activity and hope during adolescence.

The Uses of Disorder
  Personal Identity and City Life
-- Richard Sennett

OO
[_]|
 /|\
Gary Elshaw
Film  and Media Studies Tutor
Victoria University
New Zealand
http://callenshostis.no-ip.org
http://elshaw.tripod.com/
_



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] perl and fink

2003-01-18 Thread Gary Elshaw
Hi Folks,

Like a lot of folks i may have been rather foolish in upgrading the 
perl installation to .80. The only real problem i have had thus far has 
ben with doing fink list when i get the following:

dyld: perl Undefined symbols:
_Perl_sv_2pv
_perl_get_sv
Trace/BPT trap

I did the following commands as had been suggested:

mv /sw/lib/perl5/darwin/Storable.pm /tmp
mv /sw/lib/perl5/darwin/auto/Storable /tmp
fink rebuild storable-pm

which seemed to have worked ok. Oh and i've put: setenv LC_ALL C in 
the .cshrc and .tcshrc files.

Any other suggestions?

Gary

_
The difficulty now is that unexceptional adults believe the loss of 
youthful dreaming is itself growing up, as though adulthood were the 
passive conclusion to a doomed activity and hope during adolescence.

The Uses of Disorder
  Personal Identity and City Life
-- Richard Sennett

OO
[_]|
 /|\
Gary Elshaw
Film  and Media Studies Tutor
Victoria University
New Zealand
http://callenshostis.no-ip.org
http://elshaw.tripod.com/
_



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] starting fink

2003-01-12 Thread Gary Elshaw
I recently installed the non-fink version of mysql which seems to have 
done something to my fink installation (i can't think of anything else 
that might have done it). I can no longer access various items by name, 
but instead have to denote their path to run them IE. /sw/bin/fink etc. 
Any ideas as to why this may have happened.

By the by, anyone managing to get the vanilla blog system running under 
10.2.3?

Cheers,
Gary

Some of my best friends have hated Nixon all their lives. My mother 
hates Nixon, my son hates Nixon, I hate Nixon, and this hatred has 
brought us together. Nixon laughed when I told him this. Don't worry, 
he said, I, too, am a family man, and we feel the same way about you.

Hunter S. Thompson: Rolling Stone, June 16, 1994
http://www.theatlantic.com/unbound/graffiti/crook.htm

OO
[_]|
/|\
Gary Elshaw
Film and Media Tutor
Victoria University
New Zealand
http://callenshostis.no-ip.org
http://elshaw.tripod.com/



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: starting fink

2003-01-12 Thread Gary Elshaw
Well, i managed to fix my own problem by editing the .tcshrc file and 
putting fink's path in there.
Yipee! No extra typing!

Cheers,
Gary

_
The difficulty now is that unexceptional adults believe the loss of 
youthful dreaming is itself growing up, as though adulthood were the 
passive conclusion to a doomed activity and hope during adolescence.

The Uses of Disorder
  Personal Identity and City Life
-- Richard Sennett

OO
[_]|
 /|\
Gary Elshaw
Film  and Media Studies Tutor
Victoria University
New Zealand
http://callenshostis.no-ip.org
http://elshaw.tripod.com/
_



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] gnome-print-0.36-3 and gtkhtml1.1-1.1.6-2

2002-11-26 Thread Gary Elshaw
Hi All,

Is anyone else having problems with gtkhtml1.1-1.1.6-2 and  
gnome-print-0.36-3?

Cheers,
Gary

ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
/sw/lib/libiconv.dylib(localcharset.lo) definition of _locale_charset
ld: Undefined symbols:
_FT_New_Face
make[2]: *** [gnome-font-install] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
Failed: compiling gnome-print-0.36-3 failed

 
-

ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libiconv.dylib(localcharset.lo) definition of _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
ld: warning suggest use of -bind_at_load, as lazy binding may result in  
errors or different symbols being used
symbol _locale_charset used from dynamic library  
/sw/lib/libiconv.dylib(localcharset.lo) not from earlier dynamic  
library /sw/lib/libintl.1.dylib(localcharset.lo)
ld: Undefined symbols:
_FT_New_Face
make[2]: *** [gtest] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
Failed: compiling gtkhtml1.1-1.1.6-2 failed
_
The difficulty now is that unexceptional adults believe the loss of  
youthful dreaming is itself growing up, as though adulthood were the  
passive conclusion to a doomed activity and hope during adolescence.

The Uses of Disorder
  Personal Identity and City Life
-- Richard Sennett

OO
[_]|
 /|\
Gary Elshaw
Film  and Media Studies Tutor
Victoria University
New Zealand
http://elshaw.tripod.com/
_



---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power  Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] gal19 and 21

2002-11-21 Thread Gary Elshaw
Hi All,

Just a small issue to report. I updated a number of gnome components 
last night, one of which was gal19-shlibs and gal21-shlibs. There were 
no problems with installing these with the exception of the 
sequencing-- fink decided on gal21 first, then gal19 second. When fink 
tried to install the latest gtkhtml it refused to run claiming it 
needed gal21 (gal19 had usurped it). I did a fink install gal21, and 
things have run smoothly.

Just thought this might be helpful to someone.

All the best,
Gary
_
The difficulty now is that unexceptional adults believe the loss of 
youthful dreaming is itself growing up, as though adulthood were the 
passive conclusion to a doomed activity and hope during adolescence.

The Uses of Disorder
  Personal Identity and City Life
-- Richard Sennett

OO
[_]|
 /|\
Gary Elshaw
Film  and Media Studies Tutor
Victoria University
New Zealand
http://elshaw.tripod.com/
_



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users