For anyone who needs to compile a custom game...

   4114   2   0
User Avatar
Member
3 posts
Joined: Dec. 2013
Offline
Will be reporting via normal channels, but putting this out so that anyone else who runs into it can avoid having to dig through and figure out why it happens – especially since it is not particularly obvious what is wrong, based on where it fails.

On line 32 of HoudiniEngine/Source/HoudiniEngine/HoudiniEngine.Build.cs change

string HFSPath = “Ccygwin64/home/prisms/builder-new/Nightly14.0/dev/hfs”;

to

String HFSPath = “”;

(this causes the auto-detection to kick in properly, or at least appears to)
User Avatar
Member
402 posts
Joined: March 2013
Offline
Thanks for bringing this up. We'll fix it for the next nightly.

In general though, our recommendation is that if you want to compile the plugin from source that you do it using the source code from our Github page:

https://github.com/sideeffects/HoudiniEngineForUnreal [github.com]

It should not have this problem and if you ever want to contribute anything it makes that process easier.

Update: This has been fixed as of 14.0.296.
User Avatar
Member
3 posts
Joined: Dec. 2013
Offline
damian
Thanks for bringing this up. We'll fix it for the next nightly.

In general though, our recommendation is that if you want to compile the plugin from source that you do it using the source code from our Github page:

https://github.com/sideeffects/HoudiniEngineForUnreal [github.com]

It should not have this problem and if you ever want to contribute anything it makes that process easier.

Update: This has been fixed as of 14.0.296.

Conveniently answering one of my forthcoming questions, regarding whether there was a git repo available, since the phrasing of several things seemed to imply there might be one, but I didn't find any reference to where it would be (I may well have just overlooked it, though).

Will arrange to shuffle things around and point at that in another day or two, with any luck, and check it out.
  • Quick Links