Header Paths Issue #4
-
Hi, Thank you for putting this together. Very excited to get going with it. I think I found an issue with compiling a simple example. It looks like the specified plugin path might be getting ignored for part of the build phase.
I had specified d:/git/PluginBuilder in the setup, and it looks like it's properly called out in the invokation of cmake, however the INCLUDE_DIR in the build system checks appears to be hardcoded to d:/TD/PluginBuilder. Compile failed until I duplicated the repo to that path. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, sounds like the settings.ini isn't getting saved or loaded. Can you take a screenshot after editing the settings DAT in the SetSettings.toe? Then if it appears to have saved the file (yellow warning symbol dissappears on the DAT), can you load PluginBuilder in a project navigate to PluginBuilder/Builder and take a screenshot of settings there? Then paste both here? (Technically you don't have edit the settings DAT in the SetSettings.toe you can do it in the Builder as well, I just made it so the installation process was clear) |
Beta Was this translation helpful? Give feedback.
-
Sorry no need to do anything (except pull the latest commit...) When I set the value I forgot to use the cache flag and it wasn't getting overwritten by the command argument. I just removed it and made argument mandatory. |
Beta Was this translation helpful? Give feedback.
Sorry no need to do anything (except pull the latest commit...) When I set the value I forgot to use the cache flag and it wasn't getting overwritten by the command argument. I just removed it and made argument mandatory.