Jump to content

Search the Community

Showing results for tags 'hdk compile error mac'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Lounge/General chat
    • Education
    • Jobs
    • Marketplace
  • Houdini
    • General Houdini Questions
    • Effects
    • Modeling
    • Animation & Rigging
    • Lighting & Rendering + Solaris!
    • Compositing
    • Games
    • Tools (HDA's etc.)
  • Coders Corner
    • HDK : Houdini Development Kit
    • Scripting
    • Shaders
  • Art and Challenges
    • Finished Work
    • Work in Progress
    • VFX Challenge
    • Effects Challenge Archive
  • Systems and Other Applications
    • Other 3d Packages
    • Operating Systems
    • Hardware
    • Pipeline
  • od|force
    • Feedback, Suggestions, Bugs

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Name


Location


Interests

Found 1 result

  1. I've no idea whats going on here. I just follow the instrucions from HDK website to compile the first sample and I got this error, it seems like hcustom can't find the std libraries. After that I tried using File.cpp its just a basic hello world to confirm the problem. Claudios-MacBook-Pro:HDK hickstein$ hcustom -s geoisosurface.C Making geoisosurface.o from geoisosurface.C In file included from geoisosurface.C:28: In file included from /Library/Frameworks/Houdini.framework/Versions/13.0.447/Resources/toolkit/include/GU/GU_Detail.h:25: In file included from /Library/Frameworks/Houdini.framework/Versions/13.0.447/Resources/toolkit/include/GU/GU_ClothSeam.h:22: In file included from /Library/Frameworks/Houdini.framework/Versions/13.0.447/Resources/toolkit/include/UT/UT_IntArray.h:24: In file included from /Library/Frameworks/Houdini.framework/Versions/13.0.447/Resources/toolkit/include/UT/UT_ValArray.h:25: In file included from /Library/Frameworks/Houdini.framework/Versions/13.0.447/Resources/toolkit/include/UT/UT_Algorithm.h:24: /Library/Frameworks/Houdini.framework/Versions/13.0.447/Resources/toolkit/include/SYS/SYS_Types.h:22:10: fatal error: 'limits' file not found #include <limits> ^ 1 error generated. Compile failed Trying hello world with hcustom: Claudios-MacBook-Pro:HDK hickstein$ hcustom -s File.cpp Making File.o from File.cpp File.cpp:2:10: fatal error: 'iostream' file not found #include <iostream> ^ 1 error generated. Compile failed If I use g++ or clang for the hello world sample, its ok. I've Xcode installed version 5 and OS X Mavericks updated and Houdini 13.0.447. Its very frustrating and I didn't find anything about this. Any help? Thx guys!
×
×
  • Create New...