Garvin Haslett | 1 Nov 01:38
Picon
Favicon

Where can I get the X11 SDK?

I don't have the Xcode CD and attempting to ./configure darwinports 
fails for me at this stage.

BTW I'm running gcc 3.3 on Panther 10.3.9

Garvin. 

		
___________________________________________________________ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
Mark Duling | 1 Nov 01:51
Favicon

Re: Where can I get the X11 SDK?

Garvin Haslett <g_haslett <at> yahoo.co.uk> on Monday, October 31, 2005 at 5:38
PM -0800 wrote:
>I don't have the Xcode CD and attempting to ./configure darwinports 
>fails for me at this stage.
>
>BTW I'm running gcc 3.3 on Panther 10.3.9

Xcode is for 10.4.  You need "Developer Tools" for 10.3 and on that disk
or download (http://developer.apple.com/) in the /Packages directory
you'll find an X11User.pkg file.  Install that.

Mark
Shantonu Sen | 1 Nov 01:56

Re: Where can I get the X11 SDK?

Nope. Xcode 1.0 shipped with 10.3.0, Xcode 2.0 shipped with 10.4.0.

Panther has Xcode, and it's called Xcode, and it's on a CD called Xcode.

Shantonu

On Oct 31, 2005, at 4:51 PM, Mark Duling wrote:

> Garvin Haslett <g_haslett <at> yahoo.co.uk> on Monday, October 31, 2005  
> at 5:38
> PM -0800 wrote:
>> I don't have the Xcode CD and attempting to ./configure darwinports
>> fails for me at this stage.
>>
>> BTW I'm running gcc 3.3 on Panther 10.3.9
>
> Xcode is for 10.4.  You need "Developer Tools" for 10.3 and on that  
> disk
> or download (http://developer.apple.com/) in the /Packages directory
> you'll find an X11User.pkg file.  Install that.
>
> Mark
>
> _______________________________________________
> Darwinports mailing list
> Darwinports <at> opendarwin.org
> http://www.opendarwin.org/mailman/listinfo/darwinports
Mark Duling | 1 Nov 02:06
Favicon

Re: Where can I get the X11 SDK?

Shantonu Sen <ssen <at> opendarwin.org> on Monday, October 31, 2005 at 5:56 PM
-0800 wrote:
>Nope. Xcode 1.0 shipped with 10.3.0, Xcode 2.0 shipped with 10.4.0.
>
>Panther has Xcode, and it's called Xcode, and it's on a CD called Xcode.

You're right.  I was thinking of 10.2.

Mark
Garvin Haslett | 1 Nov 02:16
Picon
Favicon

Re: Where can I get the X11 SDK?

Yes, I have Xcode 1.5 on my machine, updated from the 1.0 release that 
initially installed.  I've no idea where that first install of Xcode 
came from as i've never owned a CD called developer tools.

Now, I can't find a directory called Packages within my Development 
hierarchy.  I did find an X11User.pkg file on my third install CD.  
However, when I attempt to run that it complains that I have a newer 
version already installed, presumably the X11 that I use to run 
OpenOffice.

Can anyone make this package available?

Garvin

On 1 Nov 2005, at 00:56, Shantonu Sen wrote:

> Nope. Xcode 1.0 shipped with 10.3.0, Xcode 2.0 shipped with 10.4.0.
>
> Panther has Xcode, and it's called Xcode, and it's on a CD called 
> Xcode.
>
> Shantonu
>
> On Oct 31, 2005, at 4:51 PM, Mark Duling wrote:
>
>> Garvin Haslett <g_haslett <at> yahoo.co.uk> on Monday, October 31, 2005 at 
>> 5:38
>> PM -0800 wrote:
>>> I don't have the Xcode CD and attempting to ./configure darwinports
>>> fails for me at this stage.
(Continue reading)

Jim Mock | 1 Nov 04:23

Re: Where can I get the X11 SDK?

On Oct 31, 2005, at 5:16 PM, Garvin Haslett wrote:
> Yes, I have Xcode 1.5 on my machine, updated from the 1.0 release  
> that initially installed.  I've no idea where that first install of  
> Xcode came from as i've never owned a CD called developer tools.
>
> Now, I can't find a directory called Packages within my Development  
> hierarchy.  I did find an X11User.pkg file on my third install CD.   
> However, when I attempt to run that it complains that I have a  
> newer version already installed, presumably the X11 that I use to  
> run OpenOffice.
>
> Can anyone make this package available?

You want X11SDK.pkg.

- jim
BB | 1 Nov 09:31
Picon

curl broken in OS X 10.4


The broken curl in OS X 10.4.2 and 10.4.3 is driving me crazy. The  
problem is due to broken poll() introduced in 10.4. I've got a new PM  
G5 and am forced to manually download a lot of tgz files into  
distfiles. Curl works on some downloads, but most gnu stuff (e.g.  
libiconv) results in portfetch downloading the file and then OS X  
curl hangs at end and never dies (well, I only let it go about 5  
minutes before killing port install). I tried modifying portfetch to  
use /opt/local/bin/curl (which works) but my tcl skills are very poor  
and I couldn't get that to work.

Will portfetch.tcl get fixed or will we wait for Apple to eventually  
fix poll() or update curl? Any hints on patching portfetch or other  
files to use /opt/local/bin/curl would be appreciated.

A few references to curl and poll() bugs:
http://curl.haxx.se/mail/lib-2005-05/0122.html
http://lists.apple.com/archives/darwin-dev/2005/May/msg00220.html

Thanks!
BB
Garvin Haslett | 1 Nov 09:50
Picon
Favicon

Re: Where can I get the X11 SDK?

Yes, true.  Now pardon me if this is a spam but can anyone make the 
package available?  I have limited bandwidth nat the moment and I would 
prefer not to download all of Xcode.

Garvin.

On 1 Nov 2005, at 03:23, Jim Mock wrote:

> On Oct 31, 2005, at 5:16 PM, Garvin Haslett wrote:
>> <snip> erroneous request for X11User.pkg
>>
>> Can anyone make this package available?
>
> You want X11SDK.pkg.
>
> - jim
>

		
___________________________________________________________ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
Garvin Haslett | 1 Nov 12:48
Picon
Favicon

Re: Where can I get the X11 SDK?

Many thanks to Pino DiMatteo who has sent me the following:

On 1 Nov 2005, at 09:41, Pino DiMatteo wrote:

> Hello Garvin,
> you can install it from your osx CD.
> When the CD is mounted let the window opened and go to the ... "go to" 
> menu(in the Finder),select "go to directory", type .images in the 
> popup dialog(don't forget the dot).
> Double click on DevTools.dmg(you could ignore the verification); then 
> you have a disk image with  directories: 
> Applications->Installers->Developer Tools->Packages.
> In the Packages directory you will find X11SDK.pkg.Drag it to your 
> Desktop.
> Now you can close all the windows and eject the cd.
> Double click the X11SDK.pkg and go on.
>
> Pino.

The only other thing you need to know is that when Pino says osx CD he 
really means Software restore disk 3.

Garvin.

On 1 Nov 2005, at 08:50, Garvin Haslett wrote:

> Yes, true.  Now pardon me if this is a spam but can anyone make the 
> package available?  I have limited bandwidth nat the moment and I 
> would prefer not to download all of Xcode.
>
(Continue reading)

Vincent Lefevre | 1 Nov 15:49
Gravatar

Re: curl broken in OS X 10.4

On 2005-11-01 00:31:13 -0800, BB wrote:
> The broken curl in OS X 10.4.2 and 10.4.3 is driving me crazy. The  
> problem is due to broken poll() introduced in 10.4. I've got a new PM  
> G5 and am forced to manually download a lot of tgz files into  
> distfiles. Curl works on some downloads, but most gnu stuff (e.g.  
> libiconv) results in portfetch downloading the file and then OS X  
> curl hangs at end and never dies (well, I only let it go about 5  
> minutes before killing port install). I tried modifying portfetch to  
> use /opt/local/bin/curl (which works) but my tcl skills are very poor  
> and I couldn't get that to work.

I have no problem with curl under 10.4.2. But AFAIK, port uses
/opt/local/bin/curl here (possibly because /opt/local/bin is at
the beginning of my $PATH).

--

-- 
Vincent Lefèvre <vincent <at> vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA

Gmane