Graphics not defined #135
Closed
Softwareincorp
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @Softwareincorp, don't forget to comment out From the graphics options, you only need to activate #define INTERACTIVE_GRAPHICS as that in itself activates the Windows/Linux backends and Kind regards, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good afternoon.
To work with the block I needed, I uncommented the "river" area, but when I try to compile the program and run it, it gives the error
![image](https://private-user-images.githubusercontent.com/105108977/288747003-db655f43-7824-416b-b67f-484ce62c0bb4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNDM3NzAsIm5iZiI6MTczOTE0MzQ3MCwicGF0aCI6Ii8xMDUxMDg5NzcvMjg4NzQ3MDAzLWRiNjU1ZjQzLTc4MjQtNDE2Yi1iNjdmLTQ4NGNlNjJjMGJiNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQyMzI0MzBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xNjhlMTgxOTBmNmJmZTdmZjY5MzkzNjJhNzBmZWIxYzY1MWRmNWNkNDYyNGM3OWQ4OGVhNzFlMWQ4YjMzNDBlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.P1PvvXc4lgtnFx4kBr1L3P6fzO5kNeyVAkussKvLgi0)
class "LBM" has no member "graphics".
In the file
lbm.hpp
there is an import line#include graphics.hpp"
.I tried to uncomment in this file lines:
//#define INTERACTIVE_GRAPHICS
//#define INTERACTIVE_GRAPHICS_ASCII
//#define GRAPHICS
And in this case the message changed to
_alloca indicates failure by raising a stack overflow exception. Consider using _malloca instead. FluidX3D\src\OpenCL\include\CL\cl.hpp 1146.
What should I do to compile the program without errors?
I uncommented all other necessary modules in the file "defines.hpp"
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions