Replies: 2 comments 1 reply
-
Type The workaround for now it define it on cake config. typedef long long __int64_t; In general MacOS is not tested. OBS: Are not implemented yet. |
Beta Was this translation helpful? Give feedback.
-
I was planning to create independent header files for cake. I started here The advantage of independent headers is that cake would always be working, specially The disadvantage is that some not standard headers could be missing. If you are planning to do basic tests you can create the headers with the declarations. The online version For instance http://thradams.com/cake/playground.html?code=I2luY2x1ZGUgPHN0ZGlvLmg%2B&to=-1&options=-E The problem of this method is that is removes macros. The headers files used by the web version are inside the code at https://github.com/thradams/cake/blob/main/src/fs.c So ideally I should have the cake "includes" and use the same files for the web version. |
Beta Was this translation helpful? Give feedback.
-
Hi,
After running a simple transformation example to make sure
cake
runs, I'd like to take it a little bit further and run an example with includes, like this one here:with include from Apple SDK
when I use this path in 'cakeconfig.h':
I get this error:
with include from clang
when I use this path in 'cakeconfig.h':
I get this error:
I admit and I'm a little bit sorry for not having a full understanding of what going on here, but still maybe somebody can help.
thanks
Ben
Beta Was this translation helpful? Give feedback.
All reactions