Re: [racket-dev] saving .scrbl file OS X message box

2010-11-08 Thread Matthew Flatt
This was a bug in the `save-file' dialog under Cocoa, where the
Cocoa-level allow other extensions flag wasn't set correctly. It's
now fixed.

Probably DrRacket should add .scrbl to its list of standard
extensions, though.

At Wed, 3 Nov 2010 14:15:34 -0700, John Clements wrote:
 Dear Heavens, this is the most unpleasant message box I've seen in a while, 
 when trying to save a file with the extension scrbl in OS X 10.6.4:
 
 boldYou cannot save this document with extension .scrbl at the end of the 
 name. The required extension is ../bold
 
 You can choose to use both, so that your file name ends in .scrbl.
 
 
 
 ... uh?
 
 I'm guessing that we deduced that by requiring the extension . only, OS X 
 would allow us  to save with any extension we liked, but the resulting 
 message 
 box is appalling; I vote for going back to what we had before
 
 Apologies if I'm misunderstanding something, here.
 
 John

_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] [DrDr] R21445 (timeout 1) (unclean 715) (stderr 715) (changes 32)

2010-11-08 Thread Jay McCarthy
I thought the whole point of the build process is that it gets the
libraries if they are missing?

Jay

On Mon, Nov 8, 2010 at 7:27 PM, Sam Tobin-Hochstadt sa...@ccs.neu.edu wrote:
 On Mon, Nov 8, 2010 at 9:12 PM,  d...@racket-lang.org wrote:
 DrDr has finished building push #21445 after 29.06m.

 Unfortunately, these builds are currently failing to test anything b/c
 the gtk libraries are missing on the DrDr machine.  When you fix this,
 you might want to re-run all the builds since gr2 landed.

 --
 sam th
 sa...@ccs.neu.edu




-- 
Jay McCarthy j...@cs.byu.edu
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

The glory of God is Intelligence - DC 93
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] [DrDr] R21445 (timeout 1) (unclean 715) (stderr 715) (changes 32)

2010-11-08 Thread Matthew Flatt
Under Windows and Mac OS X, only. Users of other Unix variants have to
install Gtk (which implies Cairo and Pango) through whatever package
system they normally use.

At Mon, 8 Nov 2010 19:34:31 -0700, Jay McCarthy wrote:
 I thought the whole point of the build process is that it gets the
 libraries if they are missing?
 
 Jay
 
 On Mon, Nov 8, 2010 at 7:27 PM, Sam Tobin-Hochstadt sa...@ccs.neu.edu wrote:
  On Mon, Nov 8, 2010 at 9:12 PM,  d...@racket-lang.org wrote:
  DrDr has finished building push #21445 after 29.06m.
 
  Unfortunately, these builds are currently failing to test anything b/c
  the gtk libraries are missing on the DrDr machine.  When you fix this,
  you might want to re-run all the builds since gr2 landed.
 
  --
  sam th
  sa...@ccs.neu.edu
 
 
 
 
 -- 
 Jay McCarthy j...@cs.byu.edu
 Assistant Professor / Brigham Young University
 http://faculty.cs.byu.edu/~jay
 
 The glory of God is Intelligence - DC 93
 _
   For list-related administrative tasks:
   http://lists.racket-lang.org/listinfo/dev
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] [DrDr] R21445 (timeout 1) (unclean 715) (stderr 715) (changes 32)

2010-11-08 Thread Jay McCarthy
Anyways, I think I got them (apt-get install libgtk2-dev) and
restarted the builds

Jay

On Mon, Nov 8, 2010 at 7:34 PM, Jay McCarthy jay.mccar...@gmail.com wrote:
 I thought the whole point of the build process is that it gets the
 libraries if they are missing?

 Jay

 On Mon, Nov 8, 2010 at 7:27 PM, Sam Tobin-Hochstadt sa...@ccs.neu.edu wrote:
 On Mon, Nov 8, 2010 at 9:12 PM,  d...@racket-lang.org wrote:
 DrDr has finished building push #21445 after 29.06m.

 Unfortunately, these builds are currently failing to test anything b/c
 the gtk libraries are missing on the DrDr machine.  When you fix this,
 you might want to re-run all the builds since gr2 landed.

 --
 sam th
 sa...@ccs.neu.edu




 --
 Jay McCarthy j...@cs.byu.edu
 Assistant Professor / Brigham Young University
 http://faculty.cs.byu.edu/~jay

 The glory of God is Intelligence - DC 93




-- 
Jay McCarthy j...@cs.byu.edu
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

The glory of God is Intelligence - DC 93
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] [DrDr] R21445 (timeout 1) (unclean 715) (stderr 715) (changes 32)

2010-11-08 Thread Matthew Flatt
FWIW, you could leave off -dev. Racket's GUI library needs
libgtk2 binaries, but it does not need header files or other
development support.

At Mon, 8 Nov 2010 19:40:49 -0700, Jay McCarthy wrote:
 Anyways, I think I got them (apt-get install libgtk2-dev) and
 restarted the builds
 
 Jay
 
 On Mon, Nov 8, 2010 at 7:34 PM, Jay McCarthy jay.mccar...@gmail.com wrote:
  I thought the whole point of the build process is that it gets the
  libraries if they are missing?
 
  Jay
 
  On Mon, Nov 8, 2010 at 7:27 PM, Sam Tobin-Hochstadt sa...@ccs.neu.edu 
 wrote:
  On Mon, Nov 8, 2010 at 9:12 PM,  d...@racket-lang.org wrote:
  DrDr has finished building push #21445 after 29.06m.
 
  Unfortunately, these builds are currently failing to test anything b/c
  the gtk libraries are missing on the DrDr machine.  When you fix this,
  you might want to re-run all the builds since gr2 landed.
 
  --
  sam th
  sa...@ccs.neu.edu
 
 
 
 
  --
  Jay McCarthy j...@cs.byu.edu
  Assistant Professor / Brigham Young University
  http://faculty.cs.byu.edu/~jay
 
  The glory of God is Intelligence - DC 93
 
 
 
 
 -- 
 Jay McCarthy j...@cs.byu.edu
 Assistant Professor / Brigham Young University
 http://faculty.cs.byu.edu/~jay
 
 The glory of God is Intelligence - DC 93
 _
   For list-related administrative tasks:
   http://lists.racket-lang.org/listinfo/dev
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] 64-bit Mac OS X (was: try the GRacket2 branch)

2010-11-08 Thread Gene Diveglia
Thank you!  It's working perfectly now.  

On Nov 6, 2010, at 11:37 PM, Matthew Flatt wrote:

 At Sat, 30 Oct 2010 16:40:00 -0600, Matthew Flatt wrote:
 At Sat, 30 Oct 2010 14:56:30 -0400, Gene Diveglia wrote:
 
 I apologize in advance if I'm jumping the gun a bit here.  I'm not sure if 
 64 
 bit Mac builds are an immediate goal of GR2. 
 
 It's a near-term goal, at least. After things are working well on the
 currently supported platforms, I plan to work on 64-bit Mac OS X and
 Windows versions. I don't expect that to take too long.
 
 64-bit Mac support was closer to working than I thought. Running the
 `racket/gui' test suite turned up only this bug, and it's now fixed.
 (The problem was a mismatch between `float' and `double' return types
 when getting the value of a scroll bar.)
 
 So, let's declare that 64-bit Mac OS X is supported for v5.0.99.1 and
 later. Please continue to use it and report any other bugs you find.
 
 
 64-bit Windows support will take longer. Unlike the Cocoa binding,
 where I tried 64-bit builds early in the development process, I haven't
 yet tried a 64-bit Windows build.
 
 
 In case anyone missed the note on the users lists: Don't try the gr2
 branch anymore. Development has moved to the master branch, and the gr2
 branch is gone.
 

_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev