Amazing thanks Matt!!
On 2011-07-01, at 3:20 AM, Matt Aimonetti wrote:
> I updated the documentation with a chapter in my book:
> http://ofps.oreilly.com/titles/9781449380373/_objective_c_code_in_macruby_apps.html
>
> - Matt
>
> On Thu, Jun 30, 2011 at 10:33 PM, Robert Lowe wrote:
> Hi all,
>
I updated the documentation with a chapter in my book:
http://ofps.oreilly.com/titles/9781449380373/_objective_c_code_in_macruby_apps.html
- Matt
On Thu, Jun 30, 2011 at 10:33 PM, Robert Lowe wrote:
> Hi all,
>
> I was following the guide :
> http://www.macruby.org/recipes/create-an-objective-c
Hi all,
I was following the guide :
http://www.macruby.org/recipes/create-an-objective-c-bundle.html
In xcode 4, it compiles fine.
However the packaging or something is creating some wrapping directories, it's
not compiling into a single object / dynamic lib...
the binary is at:
test_engine
Hi Martin,
Something else I stumbled over when changing build options:
"Symbols hidden by default" must be no
GCC_SYMBOLS_PRIVATE_EXTERN = NO
Am 29.03.2011 um 09:30 schrieb Martin Hawkins:
> Thomas,
> I don't understand why you think I forgot the .m file - as I said - I
> followed Matt's instr
Thomas,
I don't understand why you think I forgot the .m file - as I said - I
followed Matt's instructions, which include creating the .m file, and
it didn't work!
Martin
___
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.mac
can you please run:
$ file
/Users/tomk32/Downloads/Box2D_v2.1.2/Box2D/Build/Box2D/Debug/libBox2D.bundle
and post the result please.
Thanks,
- Matt
On Mon, Mar 28, 2011 at 11:36 PM, Thomas R. Koll wrote:
> Hi everybody,
>
> I have to bring this up too as I'm stuck in the same problem.
>
> Unli
Hi everybody,
I have to bring this up too as I'm stuck in the same problem.
Unlike Martin I didn't forget the add a .m implementation
for the library I want to use (Box2D in my case)
but then I only get a different error:
~/Downloads/Box2D_v2.1.2/Box2D/Build/Box2D/Debug $ macruby -e 'require
"l
I presume I'm doing something really dopey and apologies if that is
the case.
I've been following Matt Aimonetti's excellent instructions on the
MacRuby site with the above title - I'm attempting to wrap Uli
Kusterer's UKKQueue library.
I've followed the instructions - the bundle builds ok; it bui