[Mono-osx] Building Tao....

David Burnett vargol@ntlworld.com
Fri, 15 Apr 2005 18:21:20 +0100


Has anyone got any advice for building Tao especially OpenGL
and freeGLUT on OSX.

At the moment I'm having nant problems, I think ?
I'm also concerning nant thinks I'm running on win32 :-)


The error is Property 'current.runtime.config.net' has not been set.
The full build log is below.

Dave


P.S. I think this is the sort of thing that should go on a FAQ.
It looks like we could do with a Mono on OSX FAQ judging by the
number of times macpack, monodevelop on OSX type questions appear
in the other Mono ML's. They are going to run up against Nant
requiring configuration changes, MONO/DYLD/PKG_CONFIG paths,
stuff that OSX developers tend not to run up against because they never 
leave XCode :-)


NAnt 0.85 (Build 0.85.1869.0; rc2; 02/12/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///Users/vargol/Source/tao/Tao.build
Target framework: Mono 2.0 Profile
Target(s) specified: build.opengl

    [tstamp] Friday, 15 April 2005 17:59:19.
    [tstamp] timestamp.date = 2005.04.15.
    [tstamp] timestamp.hour = 17.

set-global-directories:


build.glcore:

      [nant] 
/Users/vargol/Source/tao/Framework/Projects/Tao.OpenGl/Tao.OpenGl.build 
glcore
             Buildfile: 
file:///Users/vargol/Source/tao/Framework/Projects/Tao.OpenGl/Tao.OpenGl.build
             Target framework: Mono 2.0 Profile
             Target(s) specified: glcore


             glcore:


             BUILD SUCCEEDED

             Total time: 0.5 seconds.


build.glpostprocess:

      [nant] 
/Users/vargol/Source/tao/Framework/Projects/Tao.GlPostProcess/Tao.GlPostProcess.build 
build
             Buildfile: 
file:///Users/vargol/Source/tao/Framework/Projects/Tao.GlPostProcess/Tao.GlPostProcess.build
             Target framework: Mono 2.0 Profile
             Target(s) specified: build


             build:

                  [echo] Build Directory is 
/Users/vargol/Source/tao/Build/Windows/net-1.1/Framework

             BUILD SUCCEEDED

             Total time: 0.3 seconds.


build.opengl:

      [nant] 
/Users/vargol/Source/tao/Framework/Projects/Tao.OpenGl/Tao.OpenGl.build 
build
             Buildfile: 
file:///Users/vargol/Source/tao/Framework/Projects/Tao.OpenGl/Tao.OpenGl.build
             Target framework: Mono 2.0 Profile
             Target(s) specified: build


             build:

                  [echo] Build Directory is 
/Users/vargol/Source/tao/Build/Windows/net-1.1/Framework
                  [echo] Not up to date!

             BUILD FAILED

 
/Users/vargol/Source/tao/Framework/Projects/Tao.OpenGl/Tao.OpenGl.build(36,14):
             Property evaluation failed.
             Expression: ${current.runtime.config.net}
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
                 Property 'current.runtime.config.net' has not been set.

             Total time: 0.4 seconds.


BUILD FAILED

Nested build failed.  Refer to build log for exact reason.

Total time: 9 seconds.