[Ffll-devel] New to FFLL
Brought to you by:
michaelz
From: Randeep S. <ra...@it...> - 2002-12-10 10:36:29
|
Hi, I downloaded FFLL, Dev C++ and ran the project. I get 3 missing header files: bits/c++config.h bits/c++io.h bits/gthr.h ... and lots of error messages! Please let me know. Thanks, Randeep ---------------------------------------------------------------- Compiler: Default compiler Building Makefile: "C:\Dev-Cpp\Fuzzy\Src\GCC\Makefile.win" Executing make clean rm -f ../RuleArray.o ../COGDefuzzSetObj.o ../COGDefuzzVarObj.o ../DefuzzSetObj.o ../DefuzzVarObj.o ../FFLLAPI.o ../FFLLBase.o ../FuzzyModelBase.o ../FuzzyOutSet.o ../FuzzyOutVariable.o ../FuzzyOutVariableBase.o ../FuzzySetBase.o ../FuzzyVariableBase.o ../MemberFuncBase.o ../MemberFuncSCurve.o ../MemberFuncSingle.o ../MemberFuncTrap.o ../MemberFuncTri.o ../MOMDefuzzSetObj.o ../MOMDefuzzVarObj.o ffll_gcc.ag++.exe -c ../RuleArray.cpp -o ../RuleArray.o -I"C:/DEV-CPP/include" -I"C:/DEV-CPP/include/c++" -I"C:/DEV-CPP/include" -I"c:/Dev-Cpp/include/c++/bits" -I"c:/Dev-Cpp/fuzzy/src" In file included from ../FFLLBase.h:78, from ../RuleArray.h:18, from ../RuleArray.cpp:14: C:/DEV-CPP/include/c++/string:45:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/string:46, from ../FFLLBase.h:78, from ../RuleArray.h:18, from ../RuleArray.cpp:14: C:/DEV-CPP/include/c++/bits/stringfwd.h:44:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../RuleArray.h:18, from ../RuleArray.cpp:14: C:/DEV-CPP/include/c++/bits/fpos.h:44:24: bits/c++io.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/fpos.h:45, from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../RuleArray.h:18, from ../RuleArray.cpp:14:C:/DEV-CPP/include/c++/cwchar:49:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/fpos.h:45, from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../RuleArray.h:18, from ../RuleArray.cpp:14: C:/DEV-CPP/include/c++/cwchar:65: conflicting types for `typedef struct mbstate_t mbstate_t'C:/DEV-CPP/include/wchar.h:282: previous declaration as `typedef int mbstate_t' In file included from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../RuleArray.h:18, from ../RuleArray.cpp:14: C:/DEV-CPP/include/c++/bits/fpos.h:60: 'streamoff' is used as a type, but is not defined as a type. C:/DEV-CPP/include/c++/bits/fpos.h:74: parse error before `__off' C:/DEV-CPP/include/c++/bits/fpos.h:75: missing ';' before right brace C:/DEV-CPP/include/c++/bits/fpos.h:77: semicolon missing after declaration of ` std::fpos<_StateT>'C:/DEV-CPP/include/c++/bits/fpos.h: In constructor `std::fpos<_StateT>::fpos()': C:/DEV-CPP/include/c++/bits/fpos.h:72: class `std::fpos<_StateT>' does not have any field named `_M_off' C:/DEV-CPP/include/c++/bits/fpos.h: At global scope: C:/DEV-CPP/include/c++/bits/fpos.h:77: parse error before `(' token C:/DEV-CPP/include/c++/bits/fpos.h:77: ISO C++ forbids defining types within return typeC:/DEV-CPP/include/c++/bits/fpos.h:77: syntax error before `(' token C:/DEV-CPP/include/c++/bits/fpos.h:79: syntax error before `&' token C:/DEV-CPP/include/c++/bits/fpos.h:82: syntax error before `&' token C:/DEV-CPP/include/c++/bits/fpos.h:86: syntax error before `operator' C:/DEV-CPP/include/c++/bits/fpos.h:89: syntax error before `+=' tokenC:/DEV-CPP/include/c++/bits/fpos.h:94: syntax error before `operator' C:/DEV-CPP/include/c++/bits/fpos.h:97: syntax error before `-=' token C:/DEV-CPP/include/c++/bits/fpos.h:102: parse error before `&' token C:/DEV-CPP/include/c++/bits/fpos.h:103: non-member function `bool operator==(...)' cannot have `const' method qualifier C:/DEV-CPP/include/c++/bits/fpos.h:103: `bool operator==(...)' must have an argument of class or enumerated type C:/DEV-CPP/include/c++/bits/fpos.h:103: `bool operator==(...)' must take exactly two arguments C:/DEV-CPP/include/c++/bits/fpos.h: In function `bool operator==(...)': C:/DEV-CPP/include/c++/bits/fpos.h:103: `_M_off' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/fpos.h:103: (Each undeclared identifier is reported only once for each function it appears in.) C:/DEV-CPP/include/c++/bits/fpos.h:103: `__pos' undeclared (first use this function)C:/DEV-CPP/include/c++/bits/fpos.h: At global scope: C:/DEV-CPP/include/c++/bits/fpos.h:106: parse error before `&' token C:/DEV-CPP/include/c++/bits/fpos.h:107: non-member function `bool operator!=(...)' cannot have `const' method qualifier C:/DEV-CPP/include/c++/bits/fpos.h:107: `bool operator!=(...)' must have an argument of class or enumerated type C:/DEV-CPP/include/c++/bits/fpos.h:107: `bool operator!=(...)' must take exactly two arguments C:/DEV-CPP/include/c++/bits/fpos.h:110: parse error before `)' token C:/DEV-CPP/include/c++/bits/fpos.h:113: `streamoff' was not declared in this scope C:/DEV-CPP/include/c++/bits/fpos.h:113: parse error before `)' token C:/DEV-CPP/include/c++/bits/fpos.h: In function `void _M_position(...)': C:/DEV-CPP/include/c++/bits/fpos.h:113: `__off' undeclared (first use this function)C:/DEV-CPP/include/c++/bits/fpos.h: At global scope: C:/DEV-CPP/include/c++/bits/fpos.h:114: parse error before `}' token C:/DEV-CPP/include/c++/bits/fpos.h:117: syntax error before `;' token In file included from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../RuleArray.h:18, from ../RuleArray.cpp:14: C:/DEV-CPP/include/c++/bits/char_traits.h:59: parse error before `;' token C:/DEV-CPP/include/c++/bits/char_traits.h:60: parse error before `;' token C:/DEV-CPP/include/c++/bits/char_traits.h:113: parse error before `;' tokenC:/DEV-CPP/include/c++/bits/char_traits.h:114: parse error before `;' tokenIn file included from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../RuleArray.h:18, from ../RuleArray.cpp:14: C:/DEV-CPP/include/c++/bits/stl_algobase.h:64:28: bits/c++config.h: No such file or directoryIn file included from C:/DEV-CPP/include/c++/bits/stl_algobase.h:67, from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../RuleArray.h:18, from ../RuleArray.cpp:14: C:/DEV-CPP/include/c++/cstdlib:49:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_algobase.h:70, from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../RuleArray.h:18, from ../RuleArray.cpp:14: C:/DEV-CPP/include/c++/iosfwd:44:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_algobase.h:72, from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../RuleArray.h:18, from ../RuleArray.cpp:14: C:/DEV-CPP/include/c++/bits/type_traits.h:54:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_iterator_base_funcs.h:68, from C:/DEV-CPP/include/c++/bits/stl_algobase.h:74, from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../RuleArray.h:18, from ../RuleArray.cpp:14:C:/DEV-CPP/include/c++/bits/concept_check.h:40:28: bits/c++config.h: No such file or directoryIn file included from C:/DEV-CPP/include/c++/bits/stl_alloc.h:86, from C:/DEV-CPP/include/c++/memory:55, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../RuleArray.h:18, from ../RuleArray.cpp:14: C:/DEV-CPP/include/c++/bits/stl_threads.h:52:23: bits/gthr.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_alloc.h:86, from C:/DEV-CPP/include/c++/memory:55, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../RuleArray.h:18, from ../RuleArray.cpp:14: C:/DEV-CPP/include/c++/bits/stl_threads.h:69: '__gthread_mutex_t' is used as a type, but is not defined as a type. C:/DEV-CPP/include/c++/bits/stl_threads.h:79:2: #error __GTHREAD_MUTEX_INIT or __GTHREAD_MUTEX_INIT_FUNCTION should be defined by gthr.h abstraction layer, report problem to lib...@gc....C:/DEV-CPP/include/c++/bits/stl_threads.h: In member function `void std::_Refcount_Base::_M_incr()': C:/DEV-CPP/include/c++/bits/stl_threads.h:86: `_M_ref_count_lock' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/stl_threads.h:86: `__gthread_mutex_lock' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/stl_threads.h:88: `__gthread_mutex_unlock' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/stl_threads.h: At global scope: C:/DEV-CPP/include/c++/bits/stl_threads.h:158: '__gthread_mutex_t' is used as a type, but is not defined as a type. C:/DEV-CPP/include/c++/bits/stl_threads.h: In member function `void std::_STL_mutex_lock::_M_acquire_lock()': C:/DEV-CPP/include/c++/bits/stl_threads.h:192: `_M_lock' undeclared (first use this function)In file included from C:/DEV-CPP/include/c++/memory:55, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../RuleArray.h:18, from ../RuleArray.cpp:14: C:/DEV-CPP/include/c++/bits/stl_alloc.h: At global scope: C:/DEV-CPP/include/c++/bits/stl_alloc.h:575: syntax error before `;' tokenC:/DEV-CPP/include/c++/bits/stl_alloc.h:575: confused by earlier errors, bailing outg++.exe -c ../COGDefuzzSetObj.cpp -o ../COGDefuzzSetObj.o -I"C:/DEV-CPP/include" -I"C:/DEV-CPP/include/c++" -I"C:/DEV-CPP/include" -I"c:/Dev-Cpp/include/c++/bits" -I"c:/Dev-Cpp/fuzzy/src" In file included from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzSetObj.h:15, from ../COGDefuzzSetObj.cpp:13: C:/DEV-CPP/include/c++/string:45:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/string:46, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzSetObj.h:15, from ../COGDefuzzSetObj.cpp:13: C:/DEV-CPP/include/c++/bits/stringfwd.h:44:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzSetObj.h:15, from ../COGDefuzzSetObj.cpp:13: C:/DEV-CPP/include/c++/bits/fpos.h:44:24: bits/c++io.h: No such file or directoryIn file included from C:/DEV-CPP/include/c++/bits/fpos.h:45, from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzSetObj.h:15, from ../COGDefuzzSetObj.cpp:13: C:/DEV-CPP/include/c++/cwchar:49:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/fpos.h:45, from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzSetObj.h:15, from ../COGDefuzzSetObj.cpp:13: C:/DEV-CPP/include/c++/cwchar:65: conflicting types for `typedef struct mbstate_t mbstate_t' C:/DEV-CPP/include/wchar.h:282: previous declaration as `typedef int mbstate_t' In file included from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzSetObj.h:15, from ../COGDefuzzSetObj.cpp:13: C:/DEV-CPP/include/c++/bits/fpos.h:60: 'streamoff' is used as a type, but is not defined as a type. C:/DEV-CPP/include/c++/bits/fpos.h:74: parse error before `__off' C:/DEV-CPP/include/c++/bits/fpos.h:75: missing ';' before right brace C:/DEV-CPP/include/c++/bits/fpos.h:77: semicolon missing after declaration of ` std::fpos<_StateT>' C:/DEV-CPP/include/c++/bits/fpos.h: In constructor `std::fpos<_StateT>::fpos()': C:/DEV-CPP/include/c++/bits/fpos.h:72: class `std::fpos<_StateT>' does not have any field named `_M_off' C:/DEV-CPP/include/c++/bits/fpos.h: At global scope: C:/DEV-CPP/include/c++/bits/fpos.h:77: parse error before `(' token C:/DEV-CPP/include/c++/bits/fpos.h:77: ISO C++ forbids defining types within return type C:/DEV-CPP/include/c++/bits/fpos.h:77: syntax error before `(' token C:/DEV-CPP/include/c++/bits/fpos.h:79: syntax error before `&' token C:/DEV-CPP/include/c++/bits/fpos.h:82: syntax error before `&' token C:/DEV-CPP/include/c++/bits/fpos.h:86: syntax error before `operator' C:/DEV-CPP/include/c++/bits/fpos.h:89: syntax error before `+=' token C:/DEV-CPP/include/c++/bits/fpos.h:94: syntax error before `operator' C:/DEV-CPP/include/c++/bits/fpos.h:97: syntax error before `-=' token C:/DEV-CPP/include/c++/bits/fpos.h:102: parse error before `&' token C:/DEV-CPP/include/c++/bits/fpos.h:103: non-member function `bool operator==(...)' cannot have `const' method qualifier C:/DEV-CPP/include/c++/bits/fpos.h:103: `bool operator==(...)' must have an argument of class or enumerated type C:/DEV-CPP/include/c++/bits/fpos.h:103: `bool operator==(...)' must take exactly two arguments C:/DEV-CPP/include/c++/bits/fpos.h: In function `bool operator==(...)': C:/DEV-CPP/include/c++/bits/fpos.h:103: `_M_off' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/fpos.h:103: (Each undeclared identifier is reported only once for each function it appears in.) C:/DEV-CPP/include/c++/bits/fpos.h:103: `__pos' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/fpos.h: At global scope: C:/DEV-CPP/include/c++/bits/fpos.h:106: parse error before `&' token C:/DEV-CPP/include/c++/bits/fpos.h:107: non-member function `bool operator!=(...)' cannot have `const' method qualifier C:/DEV-CPP/include/c++/bits/fpos.h:107: `bool operator!=(...)' must have an argument of class or enumerated type C:/DEV-CPP/include/c++/bits/fpos.h:107: `bool operator!=(...)' must take exactly two arguments C:/DEV-CPP/include/c++/bits/fpos.h:110: parse error before `)' token C:/DEV-CPP/include/c++/bits/fpos.h:113: `streamoff' was not declared in this scope C:/DEV-CPP/include/c++/bits/fpos.h:113: parse error before `)' token C:/DEV-CPP/include/c++/bits/fpos.h: In function `void _M_position(...)': C:/DEV-CPP/include/c++/bits/fpos.h:113: `__off' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/fpos.h: At global scope: C:/DEV-CPP/include/c++/bits/fpos.h:114: parse error before `}' token C:/DEV-CPP/include/c++/bits/fpos.h:117: syntax error before `;' token In file included from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzSetObj.h:15, from ../COGDefuzzSetObj.cpp:13: C:/DEV-CPP/include/c++/bits/char_traits.h:59: parse error before `;' token C:/DEV-CPP/include/c++/bits/char_traits.h:60: parse error before `;' token C:/DEV-CPP/include/c++/bits/char_traits.h:113: parse error before `;' token C:/DEV-CPP/include/c++/bits/char_traits.h:114: parse error before `;' tokenIn file included from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzSetObj.h:15, from ../COGDefuzzSetObj.cpp:13: C:/DEV-CPP/include/c++/bits/stl_algobase.h:64:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_algobase.h:67, from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzSetObj.h:15, from ../COGDefuzzSetObj.cpp:13: C:/DEV-CPP/include/c++/cstdlib:49:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_algobase.h:70, from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzSetObj.h:15, from ../COGDefuzzSetObj.cpp:13: C:/DEV-CPP/include/c++/iosfwd:44:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_algobase.h:72, from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzSetObj.h:15, from ../COGDefuzzSetObj.cpp:13: C:/DEV-CPP/include/c++/bits/type_traits.h:54:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_iterator_base_funcs.h:68, from C:/DEV-CPP/include/c++/bits/stl_algobase.h:74, from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzSetObj.h:15, from ../COGDefuzzSetObj.cpp:13: C:/DEV-CPP/include/c++/bits/concept_check.h:40:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_alloc.h:86, from C:/DEV-CPP/include/c++/memory:55, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzSetObj.h:15, from ../COGDefuzzSetObj.cpp:13: C:/DEV-CPP/include/c++/bits/stl_threads.h:52:23: bits/gthr.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_alloc.h:86, from C:/DEV-CPP/include/c++/memory:55, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzSetObj.h:15, from ../COGDefuzzSetObj.cpp:13:C:/DEV-CPP/include/c++/bits/stl_threads.h:69: '__gthread_mutex_t' is used as a type, but is not defined as a type. C:/DEV-CPP/include/c++/bits/stl_threads.h:79:2: #error __GTHREAD_MUTEX_INIT or __GTHREAD_MUTEX_INIT_FUNCTION should be defined by gthr.h abstraction layer, report problem to lib...@gc.... C:/DEV-CPP/include/c++/bits/stl_threads.h: In member function `void std::_Refcount_Base::_M_incr()': C:/DEV-CPP/include/c++/bits/stl_threads.h:86: `_M_ref_count_lock' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/stl_threads.h:86: `__gthread_mutex_lock' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/stl_threads.h:88: `__gthread_mutex_unlock' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/stl_threads.h: At global scope: C:/DEV-CPP/include/c++/bits/stl_threads.h:158: '__gthread_mutex_t' is used as a type, but is not defined as a type.C:/DEV-CPP/include/c++/bits/stl_threads.h: In member function `void std::_STL_mutex_lock::_M_acquire_lock()': C:/DEV-CPP/include/c++/bits/stl_threads.h:192: `_M_lock' undeclared (first use this function) In file included from C:/DEV-CPP/include/c++/memory:55, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzSetObj.h:15, from ../COGDefuzzSetObj.cpp:13: C:/DEV-CPP/include/c++/bits/stl_alloc.h: At global scope: C:/DEV-CPP/include/c++/bits/stl_alloc.h:575: syntax error before `;' token C:/DEV-CPP/include/c++/bits/stl_alloc.h:575: confused by earlier errors, bailing outg++.exe -c ../COGDefuzzVarObj.cpp -o ../COGDefuzzVarObj.o -I"C:/DEV-CPP/include" -I"C:/DEV-CPP/include/c++" -I"C:/DEV-CPP/include" -I"c:/Dev-Cpp/include/c++/bits" -I"c:/Dev-Cpp/fuzzy/src" In file included from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzVarObj.h:16, from ../COGDefuzzVarObj.cpp:14: C:/DEV-CPP/include/c++/string:45:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/string:46, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzVarObj.h:16, from ../COGDefuzzVarObj.cpp:14: C:/DEV-CPP/include/c++/bits/stringfwd.h:44:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzVarObj.h:16, from ../COGDefuzzVarObj.cpp:14: C:/DEV-CPP/include/c++/bits/fpos.h:44:24: bits/c++io.h: No such file or directoryIn file included from C:/DEV-CPP/include/c++/bits/fpos.h:45, from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzVarObj.h:16, from ../COGDefuzzVarObj.cpp:14: C:/DEV-CPP/include/c++/cwchar:49:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/fpos.h:45, from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzVarObj.h:16, from ../COGDefuzzVarObj.cpp:14: C:/DEV-CPP/include/c++/cwchar:65: conflicting types for `typedef struct mbstate_t mbstate_t'C:/DEV-CPP/include/wchar.h:282: previous declaration as `typedef int mbstate_t' In file included from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzVarObj.h:16, from ../COGDefuzzVarObj.cpp:14: C:/DEV-CPP/include/c++/bits/fpos.h:60: 'streamoff' is used as a type, but is not defined as a type. C:/DEV-CPP/include/c++/bits/fpos.h:74: parse error before `__off' C:/DEV-CPP/include/c++/bits/fpos.h:75: missing ';' before right brace C:/DEV-CPP/include/c++/bits/fpos.h:77: semicolon missing after declaration of ` std::fpos<_StateT>' C:/DEV-CPP/include/c++/bits/fpos.h: In constructor `std::fpos<_StateT>::fpos()': C:/DEV-CPP/include/c++/bits/fpos.h:72: class `std::fpos<_StateT>' does not have any field named `_M_off' C:/DEV-CPP/include/c++/bits/fpos.h: At global scope:C:/DEV-CPP/include/c++/bits/fpos.h:77: parse error before `(' token C:/DEV-CPP/include/c++/bits/fpos.h:77: ISO C++ forbids defining types within return type C:/DEV-CPP/include/c++/bits/fpos.h:77: syntax error before `(' token C:/DEV-CPP/include/c++/bits/fpos.h:79: syntax error before `&' tokenC:/DEV-CPP/include/c++/bits/fpos.h:82: syntax error before `&' token C:/DEV-CPP/include/c++/bits/fpos.h:86: syntax error before `operator' C:/DEV-CPP/include/c++/bits/fpos.h:89: syntax error before `+=' token C:/DEV-CPP/include/c++/bits/fpos.h:94: syntax error before `operator' C:/DEV-CPP/include/c++/bits/fpos.h:97: syntax error before `-=' token C:/DEV-CPP/include/c++/bits/fpos.h:102: parse error before `&' token C:/DEV-CPP/include/c++/bits/fpos.h:103: non-member function `bool operator==(...)' cannot have `const' method qualifier C:/DEV-CPP/include/c++/bits/fpos.h:103: `bool operator==(...)' must have an argument of class or enumerated type C:/DEV-CPP/include/c++/bits/fpos.h:103: `bool operator==(...)' must take exactly two arguments C:/DEV-CPP/include/c++/bits/fpos.h: In function `bool operator==(...)': C:/DEV-CPP/include/c++/bits/fpos.h:103: `_M_off' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/fpos.h:103: (Each undeclared identifier is reported only once for each function it appears in.) C:/DEV-CPP/include/c++/bits/fpos.h:103: `__pos' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/fpos.h: At global scope: C:/DEV-CPP/include/c++/bits/fpos.h:106: parse error before `&' tokenC:/DEV-CPP/include/c++/bits/fpos.h:107: non-member function `bool operator!=(...)' cannot have `const' method qualifier C:/DEV-CPP/include/c++/bits/fpos.h:107: `bool operator!=(...)' must have an argument of class or enumerated type C:/DEV-CPP/include/c++/bits/fpos.h:107: `bool operator!=(...)' must take exactly two arguments C:/DEV-CPP/include/c++/bits/fpos.h:110: parse error before `)' tokenC:/DEV-CPP/include/c++/bits/fpos.h:113: `streamoff' was not declared in this scope C:/DEV-CPP/include/c++/bits/fpos.h:113: parse error before `)' token C:/DEV-CPP/include/c++/bits/fpos.h: In function `void _M_position(...)': C:/DEV-CPP/include/c++/bits/fpos.h:113: `__off' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/fpos.h: At global scope: C:/DEV-CPP/include/c++/bits/fpos.h:114: parse error before `}' tokenC:/DEV-CPP/include/c++/bits/fpos.h:117: syntax error before `;' token In file included from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzVarObj.h:16, from ../COGDefuzzVarObj.cpp:14: C:/DEV-CPP/include/c++/bits/char_traits.h:59: parse error before `;' token C:/DEV-CPP/include/c++/bits/char_traits.h:60: parse error before `;' tokenC:/DEV-CPP/include/c++/bits/char_traits.h:113: parse error before `;' token C:/DEV-CPP/include/c++/bits/char_traits.h:114: parse error before `;' tokenIn file included from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzVarObj.h:16, from ../COGDefuzzVarObj.cpp:14: C:/DEV-CPP/include/c++/bits/stl_algobase.h:64:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_algobase.h:67, from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzVarObj.h:16, from ../COGDefuzzVarObj.cpp:14: C:/DEV-CPP/include/c++/cstdlib:49:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_algobase.h:70, from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzVarObj.h:16, from ../COGDefuzzVarObj.cpp:14: C:/DEV-CPP/include/c++/iosfwd:44:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_algobase.h:72, from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzVarObj.h:16, from ../COGDefuzzVarObj.cpp:14: C:/DEV-CPP/include/c++/bits/type_traits.h:54:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_iterator_base_funcs.h:68, from C:/DEV-CPP/include/c++/bits/stl_algobase.h:74, from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzVarObj.h:16, from ../COGDefuzzVarObj.cpp:14: C:/DEV-CPP/include/c++/bits/concept_check.h:40:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_alloc.h:86, from C:/DEV-CPP/include/c++/memory:55, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzVarObj.h:16, from ../COGDefuzzVarObj.cpp:14: C:/DEV-CPP/include/c++/bits/stl_threads.h:52:23: bits/gthr.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_alloc.h:86, from C:/DEV-CPP/include/c++/memory:55, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzVarObj.h:16, from ../COGDefuzzVarObj.cpp:14:C:/DEV-CPP/include/c++/bits/stl_threads.h:69: '__gthread_mutex_t' is used as a type, but is not defined as a type. C:/DEV-CPP/include/c++/bits/stl_threads.h:79:2: #error __GTHREAD_MUTEX_INIT or __GTHREAD_MUTEX_INIT_FUNCTION should be defined by gthr.h abstraction layer, report problem to lib...@gc.... C:/DEV-CPP/include/c++/bits/stl_threads.h: In member function `void std::_Refcount_Base::_M_incr()': C:/DEV-CPP/include/c++/bits/stl_threads.h:86: `_M_ref_count_lock' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/stl_threads.h:86: `__gthread_mutex_lock' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/stl_threads.h:88: `__gthread_mutex_unlock' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/stl_threads.h: At global scope: C:/DEV-CPP/include/c++/bits/stl_threads.h:158: '__gthread_mutex_t' is used as a type, but is not defined as a type.C:/DEV-CPP/include/c++/bits/stl_threads.h: In member function `void std::_STL_mutex_lock::_M_acquire_lock()': C:/DEV-CPP/include/c++/bits/stl_threads.h:192: `_M_lock' undeclared (first use this function)In file included from C:/DEV-CPP/include/c++/memory:55, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../COGDefuzzVarObj.h:16, from ../COGDefuzzVarObj.cpp:14: C:/DEV-CPP/include/c++/bits/stl_alloc.h: At global scope: C:/DEV-CPP/include/c++/bits/stl_alloc.h:575: syntax error before `;' token C:/DEV-CPP/include/c++/bits/stl_alloc.h:575: confused by earlier errors, bailing outg++.exe -c ../DefuzzSetObj.cpp -o ../DefuzzSetObj.o -I"C:/DEV-CPP/include" -I"C:/DEV-CPP/include/c++" -I"C:/DEV-CPP/include" -I"c:/Dev-Cpp/include/c++/bits" -I"c:/Dev-Cpp/fuzzy/src" In file included from ../FFLLBase.h:78, from ../DefuzzSetObj.h:16, from ../DefuzzSetObj.cpp:15: C:/DEV-CPP/include/c++/string:45:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/string:46, from ../FFLLBase.h:78, from ../DefuzzSetObj.h:16, from ../DefuzzSetObj.cpp:15: C:/DEV-CPP/include/c++/bits/stringfwd.h:44:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzSetObj.h:16, from ../DefuzzSetObj.cpp:15: C:/DEV-CPP/include/c++/bits/fpos.h:44:24: bits/c++io.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/fpos.h:45, from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzSetObj.h:16, from ../DefuzzSetObj.cpp:15: C:/DEV-CPP/include/c++/cwchar:49:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/fpos.h:45, from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzSetObj.h:16, from ../DefuzzSetObj.cpp:15: C:/DEV-CPP/include/c++/cwchar:65: conflicting types for `typedef struct mbstate_t mbstate_t' C:/DEV-CPP/include/wchar.h:282: previous declaration as `typedef int mbstate_t' In file included from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzSetObj.h:16, from ../DefuzzSetObj.cpp:15: C:/DEV-CPP/include/c++/bits/fpos.h:60: 'streamoff' is used as a type, but is not defined as a type. C:/DEV-CPP/include/c++/bits/fpos.h:74: parse error before `__off' C:/DEV-CPP/include/c++/bits/fpos.h:75: missing ';' before right brace C:/DEV-CPP/include/c++/bits/fpos.h:77: semicolon missing after declaration of ` std::fpos<_StateT>' C:/DEV-CPP/include/c++/bits/fpos.h: In constructor `std::fpos<_StateT>::fpos()': C:/DEV-CPP/include/c++/bits/fpos.h:72: class `std::fpos<_StateT>' does not have any field named `_M_off' C:/DEV-CPP/include/c++/bits/fpos.h: At global scope: C:/DEV-CPP/include/c++/bits/fpos.h:77: parse error before `(' tokenC:/DEV-CPP/include/c++/bits/fpos.h:77: ISO C++ forbids defining types within return type C:/DEV-CPP/include/c++/bits/fpos.h:77: syntax error before `(' token C:/DEV-CPP/include/c++/bits/fpos.h:79: syntax error before `&' token C:/DEV-CPP/include/c++/bits/fpos.h:82: syntax error before `&' token C:/DEV-CPP/include/c++/bits/fpos.h:86: syntax error before `operator' C:/DEV-CPP/include/c++/bits/fpos.h:89: syntax error before `+=' token C:/DEV-CPP/include/c++/bits/fpos.h:94: syntax error before `operator' C:/DEV-CPP/include/c++/bits/fpos.h:97: syntax error before `-=' token C:/DEV-CPP/include/c++/bits/fpos.h:102: parse error before `&' token C:/DEV-CPP/include/c++/bits/fpos.h:103: non-member function `bool operator==(...)' cannot have `const' method qualifier C:/DEV-CPP/include/c++/bits/fpos.h:103: `bool operator==(...)' must have an argument of class or enumerated type C:/DEV-CPP/include/c++/bits/fpos.h:103: `bool operator==(...)' must take exactly two arguments C:/DEV-CPP/include/c++/bits/fpos.h: In function `bool operator==(...)': C:/DEV-CPP/include/c++/bits/fpos.h:103: `_M_off' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/fpos.h:103: (Each undeclared identifier is reported only once for each function it appears in.) C:/DEV-CPP/include/c++/bits/fpos.h:103: `__pos' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/fpos.h: At global scope: C:/DEV-CPP/include/c++/bits/fpos.h:106: parse error before `&' token C:/DEV-CPP/include/c++/bits/fpos.h:107: non-member function `bool operator!=(...)' cannot have `const' method qualifier C:/DEV-CPP/include/c++/bits/fpos.h:107: `bool operator!=(...)' must have an argument of class or enumerated typeC:/DEV-CPP/include/c++/bits/fpos.h:107: `bool operator!=(...)' must take exactly two arguments C:/DEV-CPP/include/c++/bits/fpos.h:110: parse error before `)' token C:/DEV-CPP/include/c++/bits/fpos.h:113: `streamoff' was not declared in this scope C:/DEV-CPP/include/c++/bits/fpos.h:113: parse error before `)' token C:/DEV-CPP/include/c++/bits/fpos.h: In function `void _M_position(...)': C:/DEV-CPP/include/c++/bits/fpos.h:113: `__off' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/fpos.h: At global scope: C:/DEV-CPP/include/c++/bits/fpos.h:114: parse error before `}' token C:/DEV-CPP/include/c++/bits/fpos.h:117: syntax error before `;' token In file included from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzSetObj.h:16, from ../DefuzzSetObj.cpp:15:C:/DEV-CPP/include/c++/bits/char_traits.h:59: parse error before `;' token C:/DEV-CPP/include/c++/bits/char_traits.h:60: parse error before `;' token C:/DEV-CPP/include/c++/bits/char_traits.h:113: parse error before `;' token C:/DEV-CPP/include/c++/bits/char_traits.h:114: parse error before `;' tokenIn file included from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzSetObj.h:16, from ../DefuzzSetObj.cpp:15: C:/DEV-CPP/include/c++/bits/stl_algobase.h:64:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_algobase.h:67, from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzSetObj.h:16, from ../DefuzzSetObj.cpp:15: C:/DEV-CPP/include/c++/cstdlib:49:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_algobase.h:70, from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzSetObj.h:16, from ../DefuzzSetObj.cpp:15: C:/DEV-CPP/include/c++/iosfwd:44:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_algobase.h:72, from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzSetObj.h:16, from ../DefuzzSetObj.cpp:15: C:/DEV-CPP/include/c++/bits/type_traits.h:54:28: bits/c++config.h: No such file or directoryIn file included from C:/DEV-CPP/include/c++/bits/stl_iterator_base_funcs.h:68, from C:/DEV-CPP/include/c++/bits/stl_algobase.h:74, from C:/DEV-CPP/include/c++/memory:54, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzSetObj.h:16, from ../DefuzzSetObj.cpp:15: C:/DEV-CPP/include/c++/bits/concept_check.h:40:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_alloc.h:86, from C:/DEV-CPP/include/c++/memory:55, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzSetObj.h:16, from ../DefuzzSetObj.cpp:15: C:/DEV-CPP/include/c++/bits/stl_threads.h:52:23: bits/gthr.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/stl_alloc.h:86, from C:/DEV-CPP/include/c++/memory:55, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzSetObj.h:16, from ../DefuzzSetObj.cpp:15: C:/DEV-CPP/include/c++/bits/stl_threads.h:69: '__gthread_mutex_t' is used as a type, but is not defined as a type. C:/DEV-CPP/include/c++/bits/stl_threads.h:79:2: #error __GTHREAD_MUTEX_INIT or __GTHREAD_MUTEX_INIT_FUNCTION should be defined by gthr.h abstraction layer, report problem to lib...@gc.... C:/DEV-CPP/include/c++/bits/stl_threads.h: In member function `void std::_Refcount_Base::_M_incr()': C:/DEV-CPP/include/c++/bits/stl_threads.h:86: `_M_ref_count_lock' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/stl_threads.h:86: `__gthread_mutex_lock' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/stl_threads.h:88: `__gthread_mutex_unlock' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/stl_threads.h: At global scope: C:/DEV-CPP/include/c++/bits/stl_threads.h:158: '__gthread_mutex_t' is used as a type, but is not defined as a type. C:/DEV-CPP/include/c++/bits/stl_threads.h: In member function `void std::_STL_mutex_lock::_M_acquire_lock()': C:/DEV-CPP/include/c++/bits/stl_threads.h:192: `_M_lock' undeclared (first use this function) In file included from C:/DEV-CPP/include/c++/memory:55, from C:/DEV-CPP/include/c++/string:48, from ../FFLLBase.h:78, from ../DefuzzSetObj.h:16, from ../DefuzzSetObj.cpp:15: C:/DEV-CPP/include/c++/bits/stl_alloc.h: At global scope: C:/DEV-CPP/include/c++/bits/stl_alloc.h:575: syntax error before `;' token C:/DEV-CPP/include/c++/bits/stl_alloc.h:575: confused by earlier errors, bailing out g++.exe -c ../DefuzzVarObj.cpp -o ../DefuzzVarObj.o -I"C:/DEV-CPP/include" -I"C:/DEV-CPP/include/c++" -I"C:/DEV-CPP/include" -I"c:/Dev-Cpp/include/c++/bits" -I"c:/Dev-Cpp/fuzzy/src" In file included from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../DefuzzVarObj.cpp:15: C:/DEV-CPP/include/c++/string:45:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/string:46, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../DefuzzVarObj.cpp:15: C:/DEV-CPP/include/c++/bits/stringfwd.h:44:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../DefuzzVarObj.cpp:15: C:/DEV-CPP/include/c++/bits/fpos.h:44:24: bits/c++io.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/fpos.h:45, from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../DefuzzVarObj.cpp:15: C:/DEV-CPP/include/c++/cwchar:49:28: bits/c++config.h: No such file or directory In file included from C:/DEV-CPP/include/c++/bits/fpos.h:45, from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../DefuzzVarObj.cpp:15: C:/DEV-CPP/include/c++/cwchar:65: conflicting types for `typedef struct mbstate_t mbstate_t' C:/DEV-CPP/include/wchar.h:282: previous declaration as `typedef int mbstate_t' In file included from C:/DEV-CPP/include/c++/bits/char_traits.h:46, from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../DefuzzVarObj.cpp:15: C:/DEV-CPP/include/c++/bits/fpos.h:60: 'streamoff' is used as a type, but is not defined as a type. C:/DEV-CPP/include/c++/bits/fpos.h:74: parse error before `__off' C:/DEV-CPP/include/c++/bits/fpos.h:75: missing ';' before right brace C:/DEV-CPP/include/c++/bits/fpos.h:77: semicolon missing after declaration of ` std::fpos<_StateT>' C:/DEV-CPP/include/c++/bits/fpos.h: In constructor `std::fpos<_StateT>::fpos()': C:/DEV-CPP/include/c++/bits/fpos.h:72: class `std::fpos<_StateT>' does not have any field named `_M_off' C:/DEV-CPP/include/c++/bits/fpos.h: At global scope: C:/DEV-CPP/include/c++/bits/fpos.h:77: parse error before `(' tokenC:/DEV-CPP/include/c++/bits/fpos.h:77: ISO C++ forbids defining types within return type C:/DEV-CPP/include/c++/bits/fpos.h:77: syntax error before `(' token C:/DEV-CPP/include/c++/bits/fpos.h:79: syntax error before `&' token C:/DEV-CPP/include/c++/bits/fpos.h:82: syntax error before `&' token C:/DEV-CPP/include/c++/bits/fpos.h:86: syntax error before `operator' C:/DEV-CPP/include/c++/bits/fpos.h:89: syntax error before `+=' token C:/DEV-CPP/include/c++/bits/fpos.h:94: syntax error before `operator' C:/DEV-CPP/include/c++/bits/fpos.h:97: syntax error before `-=' token C:/DEV-CPP/include/c++/bits/fpos.h:102: parse error before `&' token C:/DEV-CPP/include/c++/bits/fpos.h:103: non-member function `bool operator==(...)' cannot have `const' method qualifier C:/DEV-CPP/include/c++/bits/fpos.h:103: `bool operator==(...)' must have an argument of class or enumerated type C:/DEV-CPP/include/c++/bits/fpos.h:103: `bool operator==(...)' must take exactly two arguments C:/DEV-CPP/include/c++/bits/fpos.h: In function `bool operator==(...)': C:/DEV-CPP/include/c++/bits/fpos.h:103: `_M_off' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/fpos.h:103: (Each undeclared identifier is reported only once for each function it appears in.) C:/DEV-CPP/include/c++/bits/fpos.h:103: `__pos' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/fpos.h: At global scope: C:/DEV-CPP/include/c++/bits/fpos.h:106: parse error before `&' token C:/DEV-CPP/include/c++/bits/fpos.h:107: non-member function `bool operator!=(...)' cannot have `const' method qualifier C:/DEV-CPP/include/c++/bits/fpos.h:107: `bool operator!=(...)' must have an argument of class or enumerated typeC:/DEV-CPP/include/c++/bits/fpos.h:107: `bool operator!=(...)' must take exactly two arguments C:/DEV-CPP/include/c++/bits/fpos.h:110: parse error before `)' token C:/DEV-CPP/include/c++/bits/fpos.h:113: `streamoff' was not declared in this scope C:/DEV-CPP/include/c++/bits/fpos.h:113: parse error before `)' token C:/DEV-CPP/include/c++/bits/fpos.h: In function `void _M_position(...)': C:/DEV-CPP/include/c++/bits/fpos.h:113: `__off' undeclared (first use this function) C:/DEV-CPP/include/c++/bits/fpos.h: At global scope: C:/DEV-CPP/include/c++/bits/fpos.h:114: parse error before `}' token C:/DEV-CPP/include/c++/bits/fpos.h:117: syntax error before `;' token In file included from C:/DEV-CPP/include/c++/string:47, from ../FFLLBase.h:78, from ../DefuzzVarObj.h:15, from ../DefuzzVarObj.cpp:15:C:/DEV-CPP/include/c++/bits/char_traits.h:59: parse error before `;' token C:/DEV-CPP/include/c++/bits/char_traits.h:60: parse error before `;' token C:/DEV-CPP/include/c++/bits/char_traits.h:113: parse error before `;' token C:/DEV-CPP/include/c++/bits/char_traits.h:114: parse error before `;' token this function) |