Hi, I try to compile gaspell-.30 on my linux slackware 8 with gcc-3.0.4 there was no problem with the configure, but for the make i got :
# gmake g++ -O3 -march=i686 -g -I/usr/local/include `gnome-config --cflags gnomeui` -D VERSION=\".29\" -c gaspell.cc gaspell.cc:10:20: hash_map: No such file or directory gaspell.cc:13:29: aspell/manager.hh: No such file or directory gaspell.cc:14:27: aspell/check.hh: No such file or directory gaspell.cc:15:28: aspell/config.hh: No such file or directory gaspell.cc:16:29: aspell/suggest.hh: No such file or directory gaspell.cc:17:33: aspell/clone_ptr-t.hh: No such file or directory In file included from gaspell.cc:19: DICTClient.hh:49: 'string' is used as a type, but is not defined as a type. DICTClient.hh:50: 'string' is used as a type, but is not defined as a type. DICTClient.hh:51: parse error before `&' token DICTClient.hh:51: missing ';' before right brace DICTClient.hh:52: missing ';' before right brace DICTClient.hh: In member function `bool DICTClient::isConnected()': DICTClient.hh:46: `connected' undeclared (first use this function) DICTClient.hh:46: (Each undeclared identifier is reported only once for each function it appears in.) DICTClient.hh: At global scope: DICTClient.hh:53: `Definition' was not declared in this scope DICTClient.hh:53: syntax error before `;' token DICTClient.hh:55: parse error before `char' DICTClient.hh:59: ISO C++ forbids declaration of `string' with no type DICTClient.hh:59: `string' declared as a `virtual' field DICTClient.hh:59: parse error before `(' token DICTClient.hh:65: parse error before `)' token DICTClient.hh:68: 'string' is used as a type, but is not defined as a type. DICTClient.hh:69: parse error before `&' token DICTClient.hh:69: missing ';' before right brace DICTClient.hh:70: ISO C++ forbids defining types within return type DICTClient.hh:70: syntax error before `(' token DICTClient.hh:73: parse error before `)' token DICTClient.hh:76: parse error before `)' token DICTClient.hh:79: parse error before `)' token DICTClient.hh:82: parse error before `)' token DICTClient.hh:85: parse error before `)' token DICTClient.hh:88: parse error before `)' token DICTClient.hh:93: 'string' is used as a type, but is not defined as a type. DICTClient.hh:95: `int connected' used prior to declaration DICTClient.hh:98: parse error before `char' DICTClient.hh:102: 'string' is used as a type, but is not defined as a type. DICTClient.hh:103: 'string' is used as a type, but is not defined as a type. DICTClient.hh:104: 'string' is used as a type, but is not defined as a type. DICTClient.hh:107: parse error before `&' token gaspell.cc:21: namespace `aspell' undeclared gaspell.cc:22: namespace `autil' undeclared gaspell.cc:72: syntax error before `;' token gaspell.cc:73: 'Options' is used as a type, but is not defined as a type. gaspell.cc:107: 'string' is used as a type, but is not defined as a type. gaspell.cc:116: 'Manager' is used as a type, but is not defined as a type. gaspell.cc:117: 'CheckState' is used as a type, but is not defined as a type. gaspell.cc:130: 'string' is used as a type, but is not defined as a type. gaspell.cc:153: `string' was not declared in this scope gaspell.cc:153: parse error before `)' token gaspell.cc:154: `string' was not declared in this scope gaspell.cc:154: parse error before `)' token gaspell.cc:156: `string' was not declared in this scope gaspell.cc:156: parse error before `)' token gaspell.cc: In constructor `AspellCheck::AspellCheck()': gaspell.cc:134: `options' undeclared (first use this function) gaspell.cc:134: class `AspellCheck' does not have any field named `sc' gaspell.cc:134: `sc' undeclared (first use this function) gaspell.cc:134: class `AspellCheck' does not have any field named `state' gaspell.cc: In member function `void AspellApp::start()': gaspell.cc:342: call of overloaded `load()' is ambiguous gaspell.cc:155: candidates are: AspellCheck::problem AspellCheck::load() gaspell.cc:156: AspellCheck::problem AspellCheck::load(...) gaspell.cc: In member function `void AspellCheck::draw()': gaspell.cc:372: cannot convert `void (*)(GtkWidget*, void*)' to `void*' in initialization gaspell.cc:378: cannot convert `void (*)(GtkWidget*, void*)' to `void*' in initialization gaspell.cc:385: cannot convert `void (*)(GtkWidget*, void*)' to `void*' in initialization gaspell.cc:446: `string' undeclared (first use this function) gaspell.cc:446: parse error before `=' token gaspell.cc:448: `definition_msg' undeclared (first use this function) gaspell.cc: In member function `int AspellCheck::clear()': gaspell.cc:556: `string' undeclared (first use this function) gaspell.cc:556: parse error before `=' token gaspell.cc:558: `mesg' undeclared (first use this function) gaspell.cc: At global scope: gaspell.cc:585: `fn' was not declared in this scope gaspell.cc:585: `AspellCheck::problem AspellCheck::check_file' is not a static member of `class AspellCheck' gaspell.cc:585: syntax error before `{' token gaspell.cc:590: `fn' was not declared in this scope gaspell.cc:591: parse error before `if' gaspell.cc:598: `fn' was not declared in this scope gaspell.cc:598: `void AspellCheck::proc_file_name' is not a static member of `class AspellCheck' gaspell.cc:598: variable `void AspellCheck::proc_file_name' has initializer but incomplete type gaspell.cc:598: syntax error before `{' token gaspell.cc:600: syntax error before `::' token gaspell.cc:601: ISO C++ forbids declaration of `last_slash' with no type gaspell.cc:601: parse error before `::' token gaspell.cc:602: ISO C++ forbids declaration of `file_name' with no type gaspell.cc:602: `fn' was not declared in this scope gaspell.cc:603: invalid use of member `AspellCheck::main_app' gaspell.cc:604: request for member `c_str' in `(" - gaspell" + (+file_name))', which is of non-aggregate type `const char*' gaspell.cc:604: ISO C++ forbids declaration of `gtk_window_set_title' with no type gaspell.cc:604: `int gtk_window_set_title' redeclared as different kind of symbol /usr/local/include/gtk-1.2/gtk/gtkwindow.h:104: previous declaration of `void gtk_window_set_title(GtkWindow*, const gchar*)' gaspell.cc:604: initializer list being treated as compound expression gaspell.cc:605: parse error before `}' token gaspell.cc:611: `string' was not declared in this scope gaspell.cc:611: parse error before `)' token gaspell.cc: In member function `AspellCheck::problem AspellCheck::load(...)': gaspell.cc:612: `fn' undeclared (first use this function) gaspell.cc:625: `save_cont_aux' undeclared (first use this function) gaspell.cc:635: `string' undeclared (first use this function) gaspell.cc:635: parse error before `;' token gaspell.cc:640: `line' undeclared (first use this function) gaspell.cc:647: `state' undeclared (first use this function) gaspell.cc: In member function `int AspellCheck::save()': gaspell.cc:792: `string' undeclared (first use this function) gaspell.cc:792: parse error before `=' token gaspell.cc:793: `backup_name' undeclared (first use this function) gaspell.cc:797: no match for `GtkTextIterator& != GtkTextIterator&' operator gaspell.cc: In member function `void AspellCheck::save_ok()': gaspell.cc:827: parse error before `=' token gaspell.cc:830: parse error before `=' token gaspell.cc: In member function `void AspellCheck::check()': gaspell.cc:900: `aspell' undeclared (first use this function) gaspell.cc:900: parse error before `::' token gaspell.cc:931: `SuggestionList' undeclared (first use this function) gaspell.cc:931: `sugs' undeclared (first use this function) gaspell.cc:934: parse error before `::' token gaspell.cc:935: `els' undeclared (first use this function) gaspell.cc: In member function `void AspellCheck::lookup()': gaspell.cc:1005: `Definitions' is not a member of type `DICTClient' gaspell.cc:1005: parse error before `=' token gaspell.cc:1006: `defs' undeclared (first use this function) gaspell.cc:1009: `vector' undeclared (first use this function) gaspell.cc:1009: parse error before `>' token gaspell.cc:1010: `wn_defs' undeclared (first use this function) gaspell.cc:1025: parse error before `&' token gaspell.cc:1027: `excep' undeclared (first use this function) gaspell.cc:1029: confused by earlier errors, bailing out gmake: *** [gaspell.o] Error 1 It would be great if you could help me with this ! Best regards, Pierre. _______________________________________________ aspell-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/aspell-user