You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
during the compilation , next error happend,
==== Building HLSLParser (debug) ====
HLSLTokenizer.cpp
In file included from ../src/HLSLTokenizer.cpp:4:0:
../src/HLSLTokenizer.h:92:61: error: ‘size_t’ has not been declared
HLSLTokenizer(const char* fileName, const char* buffer, size_t length);
^
../src/HLSLTokenizer.cpp:92:1: error: prototype for ‘M4::HLSLTokenizer::HLSLTokenizer(const char_, const char_, size_t)’ does not match any in class ‘M4::HLSLTokenizer’
HLSLTokenizer::HLSLTokenizer(const char* fileName, const char* buffer, size_t length)
^
In file included from ../src/HLSLTokenizer.cpp:4:0:
../src/HLSLTokenizer.h:83:7: error: candidates are: M4::HLSLTokenizer::HLSLTokenizer(const M4::HLSLTokenizer&)
class HLSLTokenizer
^
../src/HLSLTokenizer.h:92:5: error: M4::HLSLTokenizer::HLSLTokenizer(const char_, const char_, int)
HLSLTokenizer(const char* fileName, const char* buffer, size_t length);
^
make[1]: *** [obj/Debug/HLSLTokenizer.o] Erreur 1
The text was updated successfully, but these errors were encountered:
Dear team ,
during the compilation , next error happend,
==== Building HLSLParser (debug) ====
HLSLTokenizer.cpp
In file included from ../src/HLSLTokenizer.cpp:4:0:
../src/HLSLTokenizer.h:92:61: error: ‘size_t’ has not been declared
HLSLTokenizer(const char* fileName, const char* buffer, size_t length);
^
../src/HLSLTokenizer.cpp:92:1: error: prototype for ‘M4::HLSLTokenizer::HLSLTokenizer(const char_, const char_, size_t)’ does not match any in class ‘M4::HLSLTokenizer’
HLSLTokenizer::HLSLTokenizer(const char* fileName, const char* buffer, size_t length)
^
In file included from ../src/HLSLTokenizer.cpp:4:0:
../src/HLSLTokenizer.h:83:7: error: candidates are: M4::HLSLTokenizer::HLSLTokenizer(const M4::HLSLTokenizer&)
class HLSLTokenizer
^
../src/HLSLTokenizer.h:92:5: error: M4::HLSLTokenizer::HLSLTokenizer(const char_, const char_, int)
HLSLTokenizer(const char* fileName, const char* buffer, size_t length);
^
make[1]: *** [obj/Debug/HLSLTokenizer.o] Erreur 1
The text was updated successfully, but these errors were encountered: