• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Windows [SOLVED]GMS 2 YYC - malloc.h file not found

BMatjasic

Member
Hello, I've been having a lot of struggles with recent error, which I get outputed when trying to compile with YYC compiler. I wasn't using yyc so just for a single client testing and now when I got back, I get this strange error… I have visual studio 2017 and 2015 installed, by the instrunctions on yoyo help page and I have tested it with both. Not working...Please help me out, i'm hopeless :(
X://yyc/include/YYStd.h:42:10: fatal error: 'malloc.h' file not found
Error output:
HTML:
Build for architecture - x86
In file included from Z:/ServerShoo_526708_41DA964E/ServerShooterProject/default/Scripts/gml_Script_client_edit.gml.cpp:1:
In file included from X://yyc/include\YYGML.h:5:
X://yyc/include/YYStd.h:42:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
         ^
In file included from Z:/ServerShoo_526708_41DA964E/ServerShooterProject/default/Scripts/gml_Script_client_get_info.gml.cpp:1:
In file included from X://yyc/include\YYGML.h:5:
X://yyc/include/YYStd.h:42:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
         ^
In file included from Z:/ServerShoo_526708_41DA964E/ServerShooterProject/default/Scripts/gml_Script_client_create.gml.cpp:1:
In file included from X://yyc/include\YYGML.h:5:
X://yyc/include/YYStd.h:42:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
         ^
1 error generated.
1 error generated.
1 error generated.
In file included from Z:/ServerShoo_526708_41DA964E/ServerShooterProject/default/Scripts/gml_Script_client_destroy.gml.cpp:1:
In file included from X://yyc/include\YYGML.h:5:
X://yyc/include/YYStd.h:42:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
         ^
In file included from Z:/ServerShoo_526708_41DA964E/ServerShooterProject/default/Scripts/gml_Script_client_json_encode.gml.cpp:1:
In file included from X://yyc/include\YYGML.h:5:
X://yyc/include/YYStd.h:42:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
         ^
In file included from Z:/ServerShoo_526708_41DA964E/ServerShooterProject/default/Scripts/gml_Script_send_to_all.gml.cpp:1:
In file included from X://yyc/include\YYGML.h:5:
X://yyc/include/YYStd.h:42:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
         ^
In file included from Z:/ServerShoo_526708_41DA964E/ServerShooterProject/default/Scripts/gml_Script_send_to_all_udp.gml.cpp:1:
In file included from X://yyc/include\YYGML.h:5:
X://yyc/include/YYStd.h:42:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
         ^
1 error generated.
1 error generated.
1 error generated.
1 error generated.

Picture of installed SDK: https://prnt.sc/l6onq4


EDIT: It also does not work with YoYo dungeon, I've tested now.. Same error.


EDIT 2: SOLVED: formatted PC :p
 
Last edited:
Top