Theodore Watson

Results 450 comments of Theodore Watson

Ahh it sounds like your project's addon.make and config.make might need updating. VS Code relies mostly on these for compilation on Linux. - Are there any libraries that you are...

EDIT: Looking at it more, I think you might have a code error which just doesn't manifest on Windows. Try doing: - Terminal->Run Task->Build Debug - Then do Run->Start Debugging...

ahh interesting. I am guessing the crash/error might be a level up - so it might be that a pointer to an object that is calling getCenter might be out...

My guess would be ofApp line 335. If you wanted to share the ofApp::drawMainMenu() function code and highlight what line 335 is I think it could be easy to track...

Hmm - are the rectangles like mainMenuPlayAIButton etc defined in ofApp.h? eg: `ofRectangle mainMenuPlayAIButton;` I would probably put a bunch of couts to track down the issue. eg: ``` void...

Looks like PLATFORM_CORE_EXLUSIONS is not defined in config.shared.mk ![image](https://github.com/user-attachments/assets/c94359c7-9795-4d54-8bde-75daba3d6963)

ha yeah!! Spaces vs Tabs was a whole new nightmare - an editor that shows the difference is key there.

Upgrade script are always handy, but I think we have to be able to support addons that would be fully compliant up until this PR is merged. I know its...

A couple of questions for this PR to get merged: - can we avoid subfolders ( just dealt with issues in emscripten due to this ) - can we avoid...

@danoli3 in terms of the GCC stuff, one of our goals is to reduce our overall project complexity so I think simplifying things down to one GCC or maybe two...