Announcement

Collapse
No announcement yet.

MapChannel : constructor/destructor on OS X

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • MapChannel : constructor/destructor on OS X

    Hi,

    I am trying to build the vray_plugins sample on OS X Lion.

    The makefile seems to have some hard coded path to Snow Leopard.

    Does that means it is not possible to build of OS X Lion ?

    I also notice linker error regarding missing constructor and destructor for MapChannel.

    I have build the same sample plugins on Linux (Ubuntu) without problem.

    Cheers

  • #2
    We just build VRay on OS X Leopard. Which sameple fails? ~MapChannel is in mapchannel.cpp, so probably this file is not included somewhere.
    V-Ray/PhoenixFD for Maya developer

    Comment


    • #3
      Originally posted by nicholas_yue View Post
      The makefile seems to have some hard coded path to Snow Leopard. Does that means it is not possible to build of OS X Lion?
      As Ivaylo noted, the makefile reflects the way V-Ray for Maya itself is built by our build scripts and we need to build for Snow Leopard for compatibility reasons. You are free to build for Lion if you want.

      I also notice linker error regarding missing constructor and destructor for MapChannel.
      Can you post the exact error message?

      Best regards,
      Vlado
      I only act like I know everything, Rogers.

      Comment


      • #4
        Hello,
        the path that says snow_leopard* should not be a problem. It is not tied to OSX Snow Leo in any way, that's just the name of the output directory. You can change that in the makefile or leave as it is.

        Best,
        Emil
        Last edited by emil.kirichev; 23-09-2013, 06:23 AM.
        V-Ray for Maya developer

        Comment

        Working...
        X