Re: [MacRuby-devel] Update (Laurent Sansonetti)

2012-04-12 Thread Watson
> For either a new project or existing one, when building this error pops up: > >   main.m: Lexical or Preprocessor Issue: "MacRuby/MacRuby.h" file not found. Perhaps, I guess that Apple changed in Xcode4.4 related to "framework search paths" or "header search paths". To configure search paths in

Re: [MacRuby-devel] Update (Laurent Sansonetti)

2012-04-12 Thread James Chen
Laurent, OK here we go. For either a new project or existing one, when building this error pops up: main.m: Lexical or Preprocessor Issue: "MacRuby/MacRuby.h" file not found. App built from 10.7 runs on 10.8. But one of my own app crashes most of the time due to a libssh (openssl.bundle) issu

Re: [MacRuby-devel] Update (Laurent Sansonetti)

2012-04-12 Thread Laurent Sansonetti
It would be interesting to know if MacRuby can be built on 10.8, at least. I don't have 10.8, but I heard there are problems with loading up BridgeSupport files. If one of you guys can try to build the code and report the result of your attempt, that would be helpful. If you fear the NDA thunder

Re: [MacRuby-devel] Update (Laurent Sansonetti)

2012-04-12 Thread Ben Mills
I don't think that information is prohibited by NDA. I will not be discussing 10.8 or Xcode 4.4 features. If you'd still like this information, I can provide it to you. On Thu, Apr 12, 2012 at 9:38 AM, Watson wrote: > I don't have the OSX 10.8, so I can't confirm your problem. > > I want to kn

Re: [MacRuby-devel] Update (Laurent Sansonetti)

2012-04-12 Thread Watson
I don't have the OSX 10.8, so I can't confirm your problem. I want to know below, 1. Xcode install path. /Developer or /Applications 2. "xcode-select -print-path" command outputs. Empty, "/Developer/" or "/Applications/" 3. Your problem occurs only new project. it has been created b

Re: [MacRuby-devel] Update (Laurent Sansonetti)

2012-04-12 Thread James Chen
I also have this issue and a few others. But I'm afraid 10.8 and Xcode 4.4 is still under NDA so we cannot discuss it. On 2012/04/12, at 23:58, Ben Mills wrote: > What about 10.8 + Xcode 4.4? I just tried creating a new MacRuby project > (worked fine) but Xcode can't find the MacRuby framew

Re: [MacRuby-devel] Update (Laurent Sansonetti)

2012-04-12 Thread Ben Mills
What about 10.8 + Xcode 4.4? I just tried creating a new MacRuby project (worked fine) but Xcode can't find the MacRuby framework. main.m:11:9: fatal error: 'MacRuby/MacRuby.h' file not found #import If there's any way I can help with that, please let me know. On Thu, Apr 12, 2012 at 7:0

Re: [MacRuby-devel] Update (Laurent Sansonetti)

2012-04-12 Thread Watson
Hi, We only added the install location to correspond to Xcode 4.3 for template and rb_nibtool. I think we did not change template itself. I had confirmed below combination when we corresponded to Xcode 4.3, and MacRuby worked to expected. OS X 10.6.8 + Xcode 3.2.6 OS X 10.6.8 + Xcode 4.2.

Re: [MacRuby-devel] Update (Laurent Sansonetti)

2012-04-12 Thread Laurent Sansonetti
On Thu, Apr 12, 2012 at 8:32 AM, Tim Rand wrote: > "First, we will release master as 0.12 (and just forget about 0.11). It > is important since master has changes for the latest Xcode that have > never been snipped yet." > > Does that mean the macruby project template will be updated to work with