-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
externalInput component.dylib isn't getting recompiled when calling convert_script_s2b #10
Comments
Looks like it didn't try to recompile - try removing current_os
|
Ok, that solved it. There needs to be some warning that due to the presence of that file it isn't recompiling, in case you manually removed the .dylib to try to force it to recompile. |
I plan to add a test for the presence of the various component.dylib files (or component.so files if on Linux) after the test of the content of current_os. I may also add a command line option to force a rebuild of the tools, as if there had been an "OS change detected.." |
The current code will now do the relevant testing for component.dylib/component.so files, so this should be fixed. |
Hi @ajc158 - it doesn't seem to recompile externalInput successfully for me:
Could you try removing one of your component.dylib files in your tools subdirectory and see if a model will still run?
Note that in the above, I'm setting all the env. variables on the same command line as I call ./convert_script_s2b.
The text was updated successfully, but these errors were encountered: