-
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
Windows / OF 0.12+ broken... #17
Comments
which C++ version are you using? |
@moebiussurfing there I made some updates. Can you please check if it works? I dont have a win computer at hand |
BTW on the two above screenshots on the first post, the repo was not updated, so forget the previous screenshots. |
@moebiussurfing can I close this issue then? |
Is it the same error? |
I'm not sure if it's the same error before doing the pull. But I think it's similar... the last screenshot shows the errors I get after the update. PS |
Sure. I changed those 'not' that were generating the problem. I'll see how to run it on windows and debug. |
Hey @roymacdonald, Thanks for the addon. I was looking for an alternative to ofxTimeline on Windows OS. The toolset for the addon seems to be 142. I have changed the toolset from 143 to 142, but to no success. |
Hi @alptugan , |
Thanks. On Windows, the setup is;
The following lines are related to the addons; |
Hi. Thanks for that. I just pushed a fix. but I dont know if it compiles on Windows as I dont have access to a machine with it. Please check if it works and let me know. |
It failed again. I edited the logical operators in the Now it compiles and run without issue in the above setup. Thanks @roymacdonald ! |
@alptugan awesome. can you make a pull request please? |
Sure. After I check other examples in the addon, I send PR. |
@moebiussurfing can you check if it now builds with the changes that @alptugan did? |
Hello, here in windows11/VS 2022/OF master branch I am getting this error:
|
@moebiussurfing, @roymacdonald; I had the same issue on Windows using PG. The problem was the folder structure of the built-in examples. If you create bin/data folders into the relevant example folder, the problem should be resolved. I think, it is related to PG's Windows version. I had no issue while importing example projects on Mac OS via PG. |
Ohh that is such a dumb bug in PG. I feel that PG is going backwards...I will add the bin/data folders then. |
thanks @alptugan @moebiussurfing |
sorry,i'm also getting this error with 0.12 and vs2022 libs\ofxMUI\src\Button.cpp(275,24): error C2027: use of undefined type “ofPath” |
hi @liquidzym that is odd as it seems it is not finding those OF classes. can you try putting the following at the top of that file where you get the error
let me know if that works |
In addition to @roymacdonald, if it is a fresh installation of openFrameworks, it would be better to check if the built-in examples work or not. If you cannot compile the built-in examples as well, there might be a problem with the oF setup. |
@roymacdonald ok that's working after i include those ,thank you so much |
Hey,
just notifying that it seems broken ...
probably will require updated libs/ofxMUI... etc (?)
EDIT: repo was not updating here, just was stuck 3 years old
The text was updated successfully, but these errors were encountered: