lenny bruce | 1 Jan 2003 01:17

MACOSX_DEPLOYMENT_TARGET environment variable set to: 10.1

> ld: warning dynamic shared library: /sw/lib/libgdk_pixbuf.dylib not 
> made a weak library in output with MACOSX_DEPLOYMENT_TARGET 
> environment variable set to: 10.1

what does this mean?
printenv doesn't show this as an environment variable.
does this mean I should recompile (in this case) gdk-pixbuf?

what would happen if I deliberately set MACOSX_DEPLOYMENT_TARGET as 
10.2.3 ???

lenny bruce                        I am not a comedian,
keeptruthfree <at> mailandnews.com      I am Lenny Bruce.

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Ben Hines | 1 Jan 2003 02:36

Re: MACOSX_DEPLOYMENT_TARGET environment variable set to: 10.1


On Tuesday, December 31, 2002, at 04:17  PM, lenny bruce wrote:

> what does this mean?
> printenv doesn't show this as an environment variable.
> does this mean I should recompile (in this case) gdk-pixbuf?
>

No, ignore it.

> what would happen if I deliberately set MACOSX_DEPLOYMENT_TARGET as 
> 10.2.3 ???
>

Fink cleans its environment, it will have no effect.

-Ben

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Konstantinos Efstathiou | 1 Jan 2003 10:08
Picon

openh323 does not work

I saw that openh323 has been recently (re)added in unstable. When I try 
to use it
on my system (iBook 700/10.2.2) it does not work. I am using simph323 to
connect to NetMeeting on a Windows machine. At the beginning everything 
works
normally, simph323 finds esd, it connects to NetMeeting but then I can 
neither send
nor receive any sound. Is this a known bug or is there something 
special in
my configuration?

Konstantinos

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Rui Carmo | 1 Jan 2003 16:22

Creating new Fink mirror?

Hello,

I would like to set up a Fink mirror at http://mac.against.org 
(Portugal) and would like to know what the disk space (and other) 
requirements are (both stable and unstable).

We currently host an apt-rpm mirror for RedHat (http://apt.accao.net) 
and a Cygwin mirror, and can replicate files via ftp, http and rsync.

Thanks and Happy New Year,

Rui Carmo

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Loek Jehee | 1 Jan 2003 20:53
Picon
Picon
Favicon

mplayer

Fink refuses to install mplayer.
I get the following error message:

	Failed: Internal error: node for dlcompat already exists

What could be the problem?

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Martin Costabel | 1 Jan 2003 22:03
Picon

Re: mplayer

Loek Jehee wrote:
> Fink refuses to install mplayer.
> I get the following error message:
> 
>     Failed: Internal error: node for dlcompat already exists

Try rebuilding dlcompat. If you want more advice, you havae to give more 
information, what version of OSX, Fink, dlcompat, mplayer, etc.

--

-- 
Martin

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Alexander Hansen | 2 Jan 2003 14:43
Picon

Re: Compiling KDevelop

Sounds like a problem with your Dev Tools installation.  Here's what I
have on my system, for comparison:

[ldx3:~] hansen% locate libstdc++
/usr/lib/gcc/darwin/2.95.2/libstdc++.a
/usr/lib/gcc/darwin/3.1/libstdc++.a
/usr/lib/gcc/darwin/3.1/private/A/libstdc++.dylib
/usr/lib/gcc/darwin/3.1/private/libstdc++.dylib
/usr/lib/libstdc++.a

On Tue, 2002-12-31 at 14:50, Nicolas Vollmar wrote:
> Hi
> I've tried to compile KDEvelop and i get an error that the linker can't
> find a real file for library -lstdc++ (last checked file is
> /usr/lib/gcc/Darwin/default/libstdc++.a). The same with -lgcc. There is
> nowhere a shared version of the library.
>  
> I've MacOS X 10.2.3 with December Dev Tools from Apple, latest XDarwin,
> KDE and Qt from fink (source dl).
> Does anyone have a solution for this?
>  
> Thanks
> Nicolas
--

-- 
Alexander K. Hansen
Associate Research Scientist, Columbia University
visiting MIT Plasma Science and Fusion Center
Levitated Dipole Experiment
175 Albany Street, NW17-219
Cambridge, MA  02139-4213
(Continue reading)

Benjamin Reed | 2 Jan 2003 17:45
Gravatar

KDE 3.1 RC5 available in Fink unstable

(part of my new year's resolution is to be a bit more proactive in
saying what's going on in kde-darwin development =)

KDE 3.1 RC5 is in Fink unstable as of a few minutes ago.

Please give it a shot, and let me know if you have any issues.  I'm
pretty confident all the major issues are worked out, but I'm also
pretty certain at least one thing will go horribly wrong.  That is
always the case with a release this big.  =)

Thanks to Ben Hines for the work he did on the driver and other help in
debugging.  Thanks also to Peter O'Gorman for his work in tracking down
kdemultimedia issues.

-------------------------------------------------------------------------
Things New/Updated In This Release
-------------------------------------------------------------------------

There are many many many (did I mention many?) changes since the 3.0.7
packages were available, too many to say what all is different, but here
is an overview:

- Improved Arts Driver: The coreaudio driver that went into arts-1.1.0-4
  had a bug in initialization that would make it act funny if it
  connected/disconnected.  There's still more work to be done, but sound
  does work OK now in most circumstances.

- Improvements to the Build System: A number of strange problems in
  building on darwin have been cleaned up, including support for
  single module libraries when building with the December tools.  While
(Continue reading)

Nicolas Vollmar | 2 Jan 2003 21:57
Picon
Favicon

RE: Compiling KDevelop

I've reinstalled july dev tools, oct dev tools patch and dez dev tools
and none of them has libstdc++.dylib :/
Where can I get it?

-----Original Message-----
From: fink-users-admin <at> lists.sourceforge.net
[mailto:fink-users-admin <at> lists.sourceforge.net] On Behalf Of Alexander
Hansen
Sent: Donnerstag, 2. Januar 2003 14:44
To: Nicolas Vollmar
Cc: fink-users
Subject: Re: [Fink-users] Compiling KDevelop

Sounds like a problem with your Dev Tools installation.  Here's what I
have on my system, for comparison:

[ldx3:~] hansen% locate libstdc++
/usr/lib/gcc/darwin/2.95.2/libstdc++.a
/usr/lib/gcc/darwin/3.1/libstdc++.a
/usr/lib/gcc/darwin/3.1/private/A/libstdc++.dylib
/usr/lib/gcc/darwin/3.1/private/libstdc++.dylib
/usr/lib/libstdc++.a

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Martin Costabel | 2 Jan 2003 22:25
Picon

Re: Compiling KDevelop

Nicolas Vollmar wrote:
> I've reinstalled july dev tools, oct dev tools patch and dez dev tools
> and none of them has libstdc++.dylib :/

You forgot the August2002 update :-) It's in there.

OTOH, there is no libgcc.dylib anywhere.

--

-- 
Martin

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

Gmane