gensql-devel Mailing List for genSQL - A generic database Frontend
Status: Alpha
Brought to you by:
rottmann
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(7) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2003 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Andreas R. <a.r...@gm...> - 2003-02-06 11:12:52
|
Hi! I have now committed the new genSQL code (based on gnomemm 2.0) into CVS and will likely make a release as soon as the code has reached the same feature set as the old Gtk-- 1.2 one. For CVS instructions see https://sourceforge.net/cvs/?group_id=3027. The module name is genSQL. After having a checkout run ./autogen.sh make in the toplevel source directory. Regards, Andy -- Andreas Rottmann | Dru@ICQ | 118634484@ICQ | a.r...@gm... http://www.8ung.at/rotty | GnuPG Key: http://www.8ung.at/rotty/gpg.asc Fingerprint | DFB4 4EB4 78A4 5EEE 6219 F228 F92F CFC5 01FD 5B62 |
From: Andreas R. <a.r...@gm...> - 2001-08-23 09:37:49
|
"Mehul N. Sanghvi" <me...@ki...> writes: > 'allo, > > yes i know that this is beta stuff .. or rather alpha stuff .. > > here is what i get when i try to compile it. yes i have > gql, libsigc++, doxygen, etc installed. any ideas as to what > could be wrong ? > [snipped errors] uh, that looks ugly. At the moment I strongly dissuade from building genSQL, ebcause I will rewrite it, nearly from scratch, using Python/Gnome for the GUI (writing a GUI in C++ is rather unpleasant :-/). But before I can do that, I will have to create Python wrappers for GDBI (at least) and before that, I will have to tweak uC++ quite a lot, so it is able to create proper bindings... Andy -- Andreas Rottmann | Dru@ICQ | 118634484@ICQ | a.r...@gm... Georg-Rendlweg 28 | A-5111 Bürmoos | Austria | Europe http://yi.org/rotty | GnuPG Key: http://yi.org/rotty/gpg.asc Fingerprint | DFB4 4EB4 78A4 5EEE 6219 F228 F92F CFC5 01FD 5B62 |
From: Mehul N. S. <me...@ki...> - 2001-08-22 04:39:21
|
'allo, yes i know that this is beta stuff .. or rather alpha stuff .. here is what i get when i try to compile it. yes i have gql, libsigc++, doxygen, etc installed. any ideas as to what could be wrong ? cheers, mehul /bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/sigc++/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/local/lib/gql/include -I/usr/local/include -I../include -Wall -O2 -c session.cc rm -f .libs/session.lo c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/sigc++/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/local/lib/gql/include -I/usr/local/include -I../include -Wall -O2 -c session.cc -fPIC -DPIC -o .libs/session.lo session.cc:8: `ActionProcessor' is not a class or namespace session.cc:9: `Action' is not a class or namespace session.cc:9: `void (GQL::DriverManager::)(int)' is not an aggregate type session.cc:23: `ActionProcessor' is not a class or namespace session.cc:24: `Action' is not a class or namespace session.cc:24: `void (GQL::DriverManager::)(int)' is not an aggregate type session.cc:36: `ActionProcessor' is not a class or namespace session.cc:37: `Action' is not a class or namespace session.cc:37: `void (GQL::DriverManager::)(int)' is not an aggregate type session.cc:76: warning: `class gdbi::OpenConnection' has virtual functions but non-virtual destructor session.cc: In method `void gdbi::OpenConnection::execute()': /usr/local/include/gdbi++/session.h:86: `class GQL::DriverManager gdbi::Session::dm_' is private session.cc:54: within this context /usr/local/include/gdbi++/session.h:81: `class SigC::Tunnel * gdbi::Session::signals_' is private session.cc:58: within this context session.cc:59: `ErrorHandler' undeclared (first use this function) session.cc:59: (Each undeclared identifier is reported only once session.cc:59: for each function it appears in.) session.cc:60: template argument 2 is invalid session.cc:61: parse error before `::' /usr/local/include/gdbi++/session.h:84: `class vector<gdbi::Session::ConnectionInfo,allocator<gdbi::Session::ConnectionInfo> > gdbi::Session::connections_' is private session.cc:68: within this context /usr/local/include/gdbi++/session.h:81: `class SigC::Tunnel * gdbi::Session::signals_' is private session.cc:69: within this context /usr/local/include/gdbi++/session.h:84: `class vector<gdbi::Session::ConnectionInfo,allocator<gdbi::Session::ConnectionInfo> > gdbi::Session::connections_' is private session.cc:71: within this context session.cc: At top level: session.cc:78: parse error before `*' session.cc:83: parse error before `if' session.cc:86: ANSI C++ forbids declaration `own_requests_' with no type session.cc:88: parse error before `if' session.cc:91: ANSI C++ forbids declaration `own_signals_' with no type session.cc:92: parse error before `}' session.cc:93: ANSI C++ forbids declaration `requests_' with no type session.cc:93: aggregate value used where an integer was expected session.cc:94: ANSI C++ forbids declaration `signals_' with no type session.cc:94: aggregate value used where an integer was expected session.cc:96: ANSI C++ forbids declaration `lastpos' with no type session.cc:97: parse error before `while' session.cc:100: ANSI C++ forbids declaration `lastpos' with no type session.cc:100: redefinition of `int lastpos' session.cc:96: `int lastpos' previously defined here session.cc:101: parse error before `}' session.cc:102: syntax error before `.' session.cc:104: ANSI C++ forbids declaration `update_drivers' with no type session.cc:105: parse error before `}' /usr/lib/gcc-lib/ppc-redhat-linux/2.95.3/../../../../include/g++-3/stl_vector.h: In method `vector<gdbi::Session::ConnectionInfo,allocator<gdbi::Session::ConnectionInfo> >::~vector()': session.cc:114: instantiated from here /usr/lib/gcc-lib/ppc-redhat-linux/2.95.3/../../../../include/g++-3/stl_vector.h:266: `class vector<gdbi::Session::ConnectionInfo,allocator<gdbi::Session::ConnectionInfo> >' has no member named `destroy' session.cc: At top level: session.cc:119: redefinition of `void gdbi::Session::open_connection(const string &, const string &, const string &)' /usr/local/include/gdbi++/session.h:47: `void gdbi::Session::open_connection(const string &, const string &, const string &)' previously defined here session.cc: In method `void gdbi::Session::open_connection(const string &, const string &, const string &)': session.cc:120: no matching function for call to `SigC::Tunnel::process (gdbi::OpenConnection *)' session.cc: At top level: session.cc:124: no `void gdbi::Session::close_connection(gdbi::Connection *)' member function declared in class `gdbi::Session' /usr/lib/gcc-lib/ppc-redhat-linux/2.95.3/../../../../include/g++-3/stl_vector.h: In method `struct gdbi::Session::ConnectionInfo * vector<gdbi::Session::ConnectionInfo,allocator<gdbi::Session::ConnectionInfo> >::erase(gdbi::Session::ConnectionInfo *)': session.cc:130: instantiated from here /usr/lib/gcc-lib/ppc-redhat-linux/2.95.3/../../../../include/g++-3/stl_vector.h:396: `class vector<gdbi::Session::ConnectionInfo,allocator<gdbi::Session::ConnectionInfo> >' has no member named `destroy' session.cc: At top level: session.cc:136: no `void gdbi::Session::update_drivers()' member function declared in class `gdbi::Session' session.cc: In method `void gdbi::Session::update_drivers()': session.cc:137: ANSI C++ forbids declaration `DriverList' with no type session.cc:137: parse error before `::' session.cc:143: no match for `map<basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> >,GQL::Driver *,less<basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> > >,allocator<GQL::Driver *> > & = const uC::PluginNode &' /usr/lib/gcc-lib/ppc-redhat-linux/2.95.3/../../../../include/g++-3/stl_map.h:128: candidates are: class map<basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> >,GQL::Driver *,less<basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> > >,allocator<GQL::Driver *> > & map<basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> >,GQL::Driver *,less<basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> > >,allocator<GQL::Driver *> >::operator =(const map<basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> >,GQL::Driver *,less<basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> > >,allocator<GQL::Driver *> > &) session.cc:147: `DriverInfo' undeclared (first use this function) session.cc:147: parse error before `=' session.cc:149: `info' undeclared (first use this function) session.cc: At top level: session.cc:153: parse error before `for' session.cc:153: `cur_drivers' was not declared in this scope session.cc:153: parse error before `;' session.cc:153: syntax error before `++' session.cc:157: `drivers_' was not declared in this scope session.cc:157: parse error before `;' session.cc:157: syntax error before `++' session.cc:164: `drivers_' was not declared in this scope session.cc:164: ANSI C++ forbids declaration `driver_available' with no type session.cc:165: parse error before `if' session.cc:176: `j' was not declared in this scope session.cc:176: syntax error before `.' session.cc:177: `j' was not declared in this scope session.cc:177: ANSI C++ forbids declaration `driver_unloaded' with no type session.cc:178: parse error before `}' session.cc:182: `j' was not declared in this scope session.cc:182: ANSI C++ forbids declaration `driver_loaded' with no type session.cc:183: parse error before `}' session.cc:189: `drivers_' was not declared in this scope session.cc:189: parse error before `;' session.cc:189: syntax error before `++' session.cc:192: `cur_drivers' was not declared in this scope session.cc:192: parse error before `;' session.cc:192: syntax error before `++' session.cc:199: syntax error before `.' session.cc:200: `i' was not declared in this scope session.cc:200: ANSI C++ forbids declaration `driver_unavailable' with no type session.cc:201: parse error before `}' session.cc:206: no `void gdbi::Session::remove_path(int)' member function declared in class `gdbi::Session' session.cc: In method `void gdbi::Session::remove_path(int)': session.cc:214: no matching function for call to `GQL::DriverManager::set_path (basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> >)' session.cc:218: implicit declaration of function `int path_removed(...)' session.cc: At top level: session.cc:222: no `void gdbi::Session::insert_path(const string &, int)' member function declared in class `gdbi::Session' session.cc: In method `void gdbi::Session::insert_path(const string &, int)': session.cc:236: no matching function for call to `GQL::DriverManager::set_path (basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> >)' session.cc:240: implicit declaration of function `int path_added(...)' session.cc: At top level: session.cc:243: parse error before `}' make[2]: *** [session.lo] Error 1 make[2]: Leaving directory `/usr/local/sources/BUILD/gensql-0.0.3/libgdbi' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/sources/BUILD/gensql-0.0.3' make: *** [all-recursive-am] Error 2 -- Mehul N. Sanghvi email: me...@ki... Superior software is always free! URL: http://kirsun.ne.mediaone.net/~mehul |
From: Andreas R. <a.r...@gm...> - 2000-05-10 16:54:37
|
mar...@t-... (Marco Hoffmann) writes: > recompiled the gtkmm1.1.8-sources (maybe they used the > /usr/local/lib/libgnome* stuff before), recompiled gensql-0.0.2 and > ***suddenly*** there was a gensql executable in src. :-))) > Good... > I logged in as user marco, started gensql, loaded the mysql-driver > (mysql is up and running here) and entered the same values which work in > xmysqladmin used by marco or root (phptest,localhost,3306,root,) but I > get > > "Connection failed: Access denied for user '@localhost' to database > 'phptest'" > > When I typed '' as password I got > > "Connection failed: Access denied for user 'marco@localhost' (Using > password: YES) > > So even though I didn't mention marco in the textfield, my login uid is > passed through. > > So I logged in as root and it worked at once with > (phptest,localhost,3306,root,). I think I created the mysql-user root > (no password) with a php3-script last year. > I don't quite get that. Please you could you post me the exact entries you made and the results you got; like: Driver: MySQL Name: test # note this is not the user-, but the DB-name! Host: # keeping it empty will connect to default/localhost Port: # keep empty for default value Username: andy Password: secret Using this I got the error: "Connection failed: Access denied for user: 'andy@localhost' (Using password: YES)" > I could click on ...phptest/tables and got the one and only table > "person" shown. Right clicking on person resultet in output in the xterm > >from where I started. > You should get a context menu when right-clicking person, allowing you to drop it and two do-nothing entries (attention: dropping works!) > > > > > > > > Won't be back before tomorrow, going to Hamburg, > > > > > Won't be back till Sunday/Monday, going to Salzburg ;-) > > > Reminds me of Mozart and Hans Hoelzel (Falco). > I'm not quite sure wether Falco was born in Salzburg - I always thought Vienna, but Mozart definetly was. Next thing I plan to do when University gives me a little bit more spare time ist to start developing the table data editor. MfG, Andi -- Andreas Rottmann (Dru@ICQ, 54523380@ICQ) Pfeilgasse 4-6/725, A-1080 Wien, Austria, Europe http://www.penguinpowered.com/~andy/ mailto:a.r...@gm... [one of 78,35% Austrians who didn´t vote for Haider!] |
From: <mar...@t-...> - 2000-05-05 15:46:24
|
> You should probably take a look at this: > > ~$ objdump -T /usr/lib/libgnomeui.so | fgrep gnome_druid > 00054624 g DF .text 00000143 Base gnome_druid_append_page > 00058d30 g DF .text 00000140 Base gnome_druid_page_finish_set_title_color [...] > And this: > > ~$ objdump -T /usr/local/lib/libgnomemm.so | fgrep gnome_druid > 00000000 DF *UND* 00000143 gnome_druid_append_page > 00000000 DF *UND* 00000140 gnome_druid_page_finish_set_title_color [...] > What are your results? The same here. Except of a very few numbers in the first row. But... ~$ objdump -T /usr/local/lib/libgnomeui.so | fgrep gnome_druid ~$ objdump -T /usr/lib/libgnomeui.so | fgrep gnome_druid 00054624 g DF .text 00000143 Base gnome_druid_append_page 00058d30 g DF .text 00000140 Base gnome_druid_page_finish_set_title_color 00054768 g DF .text 00000275 Base gnome_druid_set_page [...] This means that I have another libgnomeui.so in /usr/local/lib, but this one doesn't know about gnome_druid stuff: ~$ ls -l /usr/lib/libgnomeui.so lrwxrwxrwx 1 root root 21 May 4 08:04 /usr/lib/libgnomeui.so -> libgnomeui.so.32.10.4 ~$ ls -l /usr/local/lib/libgnomeui.so lrwxrwxrwx 1 root root 20 May 7 1999 /usr/local/lib/libgnomeui.so -> libgnomeui.so.32.8.1 I don't know why this was there, dpkg -S /usr/local (in which package-contents is this string) said nothing, so I must have put it there myself somewhen. I did a cd /usr/local/lib rm libgnome* recompiled the gtkmm1.1.8-sources (maybe they used the /usr/local/lib/libgnome* stuff before), recompiled gensql-0.0.2 and ***suddenly*** there was a gensql executable in src. :-))) I logged in as user marco, started gensql, loaded the mysql-driver (mysql is up and running here) and entered the same values which work in xmysqladmin used by marco or root (phptest,localhost,3306,root,) but I get "Connection failed: Access denied for user '@localhost' to database 'phptest'" When I typed '' as password I got "Connection failed: Access denied for user 'marco@localhost' (Using password: YES) So even though I didn't mention marco in the textfield, my login uid is passed through. So I logged in as root and it worked at once with (phptest,localhost,3306,root,). I think I created the mysql-user root (no password) with a php3-script last year. I could click on ...phptest/tables and got the one and only table "person" shown. Right clicking on person resultet in output in the xterm from where I started. > > > > > Won't be back before tomorrow, going to Hamburg, > > > Won't be back till Sunday/Monday, going to Salzburg ;-) > Reminds me of Mozart and Hans Hoelzel (Falco). cu, Marco -- Marco Hoffmann - Anwendungsprogrammierer- mh...@ma... |
From: Andreas R. <a.r...@gm...> - 2000-05-05 10:17:51
|
mar...@t-... (Marco Hoffmann) writes: > > , copied gnomemmConf.sh to /usr/lib in between, but I still get those > "druid" errors. :-(( > Maybe I left something out. Will try again later. > You should probably take a look at this: ~$ objdump -T /usr/lib/libgnomeui.so | fgrep gnome_druid 00054624 g DF .text 00000143 Base gnome_druid_append_page 00058d30 g DF .text 00000140 Base gnome_druid_page_finish_set_title_color 00054768 g DF .text 00000275 Base gnome_druid_set_page 00058fb0 g DF .text 000000c3 Base gnome_druid_page_finish_set_text 000562c4 g DF .text 000000e8 Base gnome_druid_page_start_new 00058960 g DF .text 00000158 Base gnome_druid_page_finish_set_bg_color 00053f68 g DF .text 000000be Base gnome_druid_set_buttons_sensitive 00058878 g DF .text 000000e6 Base gnome_druid_page_finish_new_with_vals 00056494 g DF .text 00000154 Base gnome_druid_page_start_set_bg_color 00057690 g DF .text 00000098 Base gnome_druid_page_standard_new 000549e0 g DF .text 00000042 Base gnome_druid_page_get_type 00054238 g DF .text 000003ea Base gnome_druid_insert_page 000555c4 g DF .text 000000d1 Base gnome_druid_page_prepare 00057b50 g DF .text 00000140 Base gnome_druid_page_standard_set_title_color 00056d18 g DF .text 000000ad Base gnome_druid_page_start_set_watermark 00056ae0 g DF .text 000000c3 Base gnome_druid_page_start_set_text 00058ab8 g DF .text 00000138 Base gnome_druid_page_finish_set_textbox_color 00055698 g DF .text 000000da Base gnome_druid_page_back 00054140 g DF .text 000000f8 Base gnome_druid_prepend_page 00057c90 g DF .text 000000bd Base gnome_druid_page_standard_set_title 00059138 g DF .text 000000ad Base gnome_druid_page_finish_set_logo 00056dd0 g DF .text 00000042 Base gnome_druid_page_standard_get_type 000591e8 g DF .text 000000ad Base gnome_druid_page_finish_set_watermark 000569a0 g DF .text 00000140 Base gnome_druid_page_start_set_text_color 000577bc g DF .text 00000259 Base gnome_druid_page_standard_set_bg_color 00058e70 g DF .text 00000140 Base gnome_druid_page_finish_set_text_color 00057a18 g DF .text 00000135 Base gnome_druid_page_standard_set_logo_bg_color 00055930 g DF .text 00000042 Base gnome_druid_page_start_get_type 00055774 g DF .text 000000d1 Base gnome_druid_page_finish 00056ba4 g DF .text 000000c4 Base gnome_druid_page_start_set_title 00056c68 g DF .text 000000ad Base gnome_druid_page_start_set_logo 00053f30 g DF .text 00000038 Base gnome_druid_new 00054028 g DF .text 00000116 Base gnome_druid_set_show_finish 000554e4 g DF .text 000000de Base gnome_druid_page_next 000563ac g DF .text 000000e6 Base gnome_druid_page_start_new_with_vals 00055848 g DF .text 000000da Base gnome_druid_page_cancel 00058790 g DF .text 000000e8 Base gnome_druid_page_finish_new 00057728 g DF .text 00000094 Base gnome_druid_page_standard_new_with_vals 00052260 g DF .text 00000042 Base gnome_druid_get_type 00056720 g DF .text 00000140 Base gnome_druid_page_start_set_logo_bg_color 000565e8 g DF .text 00000138 Base gnome_druid_page_start_set_textbox_color 00059074 g DF .text 000000c4 Base gnome_druid_page_finish_set_title 00058bf0 g DF .text 00000140 Base gnome_druid_page_finish_set_logo_bg_color 00057e00 g DF .text 00000042 Base gnome_druid_page_finish_get_type 00057d50 g DF .text 000000ad Base gnome_druid_page_standard_set_logo 00056860 g DF .text 00000140 Base gnome_druid_page_start_set_title_color And this: ~$ objdump -T /usr/local/lib/libgnomemm.so | fgrep gnome_druid 00000000 DF *UND* 00000143 gnome_druid_append_page 00000000 DF *UND* 00000140 gnome_druid_page_finish_set_title_color 00000000 DF *UND* 00000247 gnome_druid_set_page 00000000 DF *UND* 000000c3 gnome_druid_page_finish_set_text 00000000 DF *UND* 00000158 gnome_druid_page_finish_set_bg_color 00000000 DF *UND* 000000be gnome_druid_set_buttons_sensitive 00000000 DF *UND* 00000154 gnome_druid_page_start_set_bg_color 00000000 DF *UND* 00000042 gnome_druid_page_get_type 00000000 DF *UND* 000003ea gnome_druid_insert_page 00000000 DF *UND* 000000d1 gnome_druid_page_prepare 00000000 DF *UND* 00000140 gnome_druid_page_standard_set_title_color 00000000 DF *UND* 000000ad gnome_druid_page_start_set_watermark 00000000 DF *UND* 000000c3 gnome_druid_page_start_set_text 00000000 DF *UND* 000000da gnome_druid_page_back 00000000 DF *UND* 00000138 gnome_druid_page_finish_set_textbox_color 00000000 DF *UND* 000000f8 gnome_druid_prepend_page 00000000 DF *UND* 000000bd gnome_druid_page_standard_set_title 00000000 DF *UND* 000000ad gnome_druid_page_finish_set_logo 00000000 DF *UND* 00000042 gnome_druid_page_standard_get_type 00000000 DF *UND* 000000ad gnome_druid_page_finish_set_watermark 00000000 DF *UND* 00000140 gnome_druid_page_start_set_text_color 00000000 DF *UND* 00000259 gnome_druid_page_standard_set_bg_color 00000000 DF *UND* 00000140 gnome_druid_page_finish_set_text_color 00000000 DF *UND* 00000135 gnome_druid_page_standard_set_logo_bg_color 00000000 DF *UND* 00000042 gnome_druid_page_start_get_type 00000000 DF *UND* 000000d1 gnome_druid_page_finish 00000000 DF *UND* 000000c4 gnome_druid_page_start_set_title 00000000 DF *UND* 000000ad gnome_druid_page_start_set_logo 00000000 DF *UND* 00000116 gnome_druid_set_show_finish 00000000 DF *UND* 000000de gnome_druid_page_next 00000000 DF *UND* 000000da gnome_druid_page_cancel 00000000 DF *UND* 00000042 gnome_druid_get_type 00000000 DF *UND* 00000140 gnome_druid_page_start_set_logo_bg_color 00000000 DF *UND* 00000138 gnome_druid_page_start_set_textbox_color 00000000 DF *UND* 000000c4 gnome_druid_page_finish_set_title 00000000 DF *UND* 00000140 gnome_druid_page_finish_set_logo_bg_color 00000000 DF *UND* 00000042 gnome_druid_page_finish_get_type 00000000 DF *UND* 000000ad gnome_druid_page_standard_set_logo 00000000 DF *UND* 00000140 gnome_druid_page_start_set_title_color What are your results? > > Won't be back before tomorrow, going to Hamburg, > Won't be back till Sunday/Monday, going to Salzburg ;-) MfG, Andi -- Andreas Rottmann (Dru@ICQ, 54523380@ICQ) Pfeilgasse 4-6/725, A-1080 Wien, Austria, Europe http://www.penguinpowered.com/~andy/ mailto:a.r...@gm... [one of 78,35% Austrians who didn´t vote for Haider!] |
From: <mar...@t-...> - 2000-05-04 07:05:19
|
> > At the end of make this appears: > > > > [...] > > > > bin/sh ../libtool --mode=link c++ -Wall -O2 -o gensql main.o app.o > > table.o frame.o uiinfo.o gnome-util.o gnome-app.o gnome-app-open.o > > gnome-window-frame.o gnome-driverlist.o gnome-driverpathlist.o > > gnome-drivercombo.o gnome-sessionview.o gnome-connectionview.o -rdynamic > > -L/usr/local/lib -L/usr/lib -L/usr/X11R6/lib -lgnomemm -lgtkmm -lgdkmm > > -lsigc -lpthread -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm > > ../libgdbi/libgdbi.la > > c++ -Wall -O2 -o .libs/gensql main.o app.o table.o frame.o uiinfo.o > > gnome-util.o gnome-app.o gnome-app-open.o gnome-window-frame.o > > gnome-driverlist.o gnome-driverpathlist.o gnome-drivercombo.o > > gnome-sessionview.o gnome-connectionview.o -rdynamic -L/usr/local/lib > > -L/usr/lib -L/usr/X11R6/lib -lgnomemm -lgtkmm -lgdkmm -lsigc -lpthread > > -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm > > ../libgdbi/.libs/libgdbi.so -lgql -lsigc -lpthread -lglib -lm > > -Wl,--rpath -Wl,/usr/local/lib > > /usr/local/lib/libgnomemm.so: undefined reference to > > `gnome_druid_append_page' > > /usr/local/lib/libgnomemm.so: undefined reference to > > `gnome_druid_page_finish_set_title_color' > > /usr/local/lib/libgnomemm.so: undefined reference to > > `gnome_druid_set_page' > > /usr/local/lib/libgnomemm.so: undefined reference to > > `gnome_druid_page_finish_set_text' > > /usr/local/lib/libgnomemm.so: undefined reference to > > `gnome_druid_page_finish_set_bg_color' > > /usr/local/lib/libgnomemm.so: undefined reference to > > `gnome_druid_set_buttons_set_text' > > /usr/local/lib/libgnomemm.so: undefined reference to > > `gnome_druid_page_finish_set_bg_color' > > /usr/local/lib/libgnomemm.so: undefined reference to > > `gnome_druid_set_buttons_sensitive' > > /usr/local/lib/libgnomemm.so: undefined reference to > > `gnome_druid_page_start_set_bg_color' > > > > [...] > > > > /usr/local/lib/libgnomemm.so: undefined reference to > > `gnome_druid_page_standard_set_logo' > > /usr/local/lib/libgnomemm.so: undefined reference to > > `gnome_druid_page_start_set_title_color' > > collect2: ld returned 1 exit status > > make[2]: *** [gensql] Error 1 > > make[2]: Leaving directory `/usr/local/src/gensql-0.0.2/src' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/usr/local/src/gensql-0.0.2' > > make: *** [all-recursive-am] Error 2 > > > > Do you have an idea what I "forgot" to install this time? bonobo > > libglade print is the difference above... > > > I have here: > > ~$ dpkg -s libgnome32 | fgrep Version > Version: 1.0.58-1 > > ~$ dpkg -s libgnomeui32 | fgrep Version > Version: 1.0.58-1 > ~$ dpkg -s libgnomeui32 | fgrep Version Mine were old: ~$ dpkg -s libgnomeui32 | fgrep Version Version: 1.0.56-3 ~$ dpkg -s libgnome32 | fgrep Version Version: 1.0.56-3 I did this though: dr-mercy:~# apt-get install libgnomeui32 Reading Package Lists... Done Building Dependency Tree... Done The following extra packages will be installed: gnome-bin libart-dev libart2 libgnome-dev libgnome32 libgnomesupport0 libgnorba-dev libgnorba27 libgnorbagtk0 10 packages upgraded, 0 newly installed, 0 to remove [...] > This is quite recent, tough it worked with previous ones, too... > > ~$ ldd /usr/local/lib/libgnomemm.so | fgrep gnome > libgnomeui.so.32 => /usr/lib/libgnomeui.so.32 (0x40096000) > libgnome.so.32 => /usr/lib/libgnome.so.32 (0x403f3000) > libgnomesupport.so.0 => /usr/lib/libgnomesupport.so.0 (0x4040a000) > > What is your ouput of these commands? After the update above the output of ldd is the same here. I recompiled gtkmm GQL and gensql-sources after cleaning up: find . -name "*.o" -exec rm "{}" ";" find . -name "*.lo" -exec rm "{}" ";" , copied gnomemmConf.sh to /usr/lib in between, but I still get those "druid" errors. :-(( Maybe I left something out. Will try again later. Won't be back before tomorrow, going to Hamburg, cu Marco -- Marco Hoffmann - Anwendungsprogrammierer- mh...@ma... |
From: Andreas R. <a.r...@gm...> - 2000-05-03 15:28:08
|
mar...@t-... (Marco Hoffmann) writes: > > After booting it still says potato, but this is just a string, isn't it? > Indeed ;-) > > Deinstall libgtkmm-dev and libgnomemm-dev. You can live the libs > > installed, they don't hurt. > > I did so. BTW there must be millions of old libs and stuff from previous > versions of everything. Am I meant to collect the garbage by hand? > Certainly not, but I think its complicated to tell whats needed > automagicly, so we might have to wait quite long for a hoover to come. > :-( > Ack! > One old trap which cost me ages I want to mention here: gnome-config > didn't know gnomemm, because... > > I have /usr/local/bin at the beginning of my PATH and in there I had an > old gnome-config... > > The "good" one was /usr/bin/gnome-config, but after I deinstalled > libgnomemm-dev, I get Unknown library 'gnomemm' again. :-((( > I know that one.... You will have to copy /usr/local/lib/gnomemmConf.sh to /usr/lib/gnomemmConf.sh. Then you should be ready to go. ~$ cat /usr/lib/gnomemmConf.sh GNOMEMM_LIBDIR="-L/usr/local/lib -rdynamic -L/usr/lib -L/usr/X11R6/lib -lsigc -lpthread" GNOMEMM_INCLUDEDIR="-I/usr/local/lib/gtkmm/include -I/usr/local/include -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/lib/sigc++/include" GNOMEMM_LIBS="-lgnomemm -lgtkmm -lgdkmm -lsigc -lpthread" ~$ gnome-config [snip] Known values for LIBRARY are: glib (calls glib-config) idl (to be used with orbit-idl) gnome gnomeui gnorba gtk (calls gtk-config) gtkxmhtml (only --libs) zvt (only --libs) If LIBRARY is none of these, /usr/lib/<LIBRARY>Conf.sh is looked in for the necessary information. Those currently installed appear to be: applets, bonobo, gnomemm, libIDL, libart, libglade, libgtop, print, xml > > I CC it to you, since I can't find you on the subscriptions at the > > list... Did you subscribe per WWW or Email (both should work, but...)? > > Email I'd say. I clicked on a mailto-link and the subject "subscribe" > was already filled in(Netscape Messenger). Maybe I should have removed > my signature? Anyway I used the www interface now (I don't remember > giving a password before) and confirmed the receipt. ********* it worked > ********** > Yes, it seems I will have to recheck the Email-Subscription... MfG, Andi -- Andreas Rottmann (Dru@ICQ, 54523380@ICQ) Pfeilgasse 4-6/725, A-1080 Wien, Austria, Europe http://www.penguinpowered.com/~andy/ mailto:a.r...@gm... [one of 78,35% Austrians who didn´t vote for Haider!] |
From: <mar...@t-...> - 2000-05-03 11:48:50
|
> I don't really now why this happens - what versions of > automake/libtool do you have? > > Mine are: > > ii automake 1.4-8 A tool for generating GNU Standards-complian > ii libtool 1.3.4-3 Generic library support script > Oops again: libtool wasn't installed at all (apparently there where no dependencies for it). Now versions match ii automake 1.4-8 A tool for generating GNU Standards-complian ii libtool 1.3.4-3 Generic library support script and the aclocal complaint is gone. > > > > Probably this is because I don't have 1.1.8 yet: > > > Yes, the switch from 1.1.3 to 1.1.8 is rather a big one since the Gtk_ > prefix was replaced by the Gtk namespace - that's what causes the > compile errors. > > > > Then you should have a gensql binary in src/. Note that you need gtkmm > > > 1.1.8 to compile it (gtkmm.sourceforge.net). I will switch to gtkmm > > > 1.2.0 as soon as Gnomemm 1.2.0 is released. > > > > This seems to be my problem. I don't find 1.1.8 at all. Only > > libgtkmm1.0.3 or libgtkmm1.2 for debian. Installing 1.2 ends up in > > deinstalling libgnomemm-dev which then results in not-found-errors. So > > reproducing your developement environment is difficult. > > > You seem to be also running woody ;-) After booting it still says potato, but this is just a string, isn't it? > > Here is what I did: > > Deinstall libgtkmm-dev and libgnomemm-dev. You can live the libs > installed, they don't hurt. I did so. BTW there must be millions of old libs and stuff from previous versions of everything. Am I meant to collect the garbage by hand? Certainly not, but I think its complicated to tell whats needed automagicly, so we might have to wait quite long for a hoover to come. :-( > > Get gtkmm 1.1.8 from it's homepage: http://gtkmm.sourceforge.net I finally found it on http://gtkmm.sourceforge.net/release_notes.html . > > I subscribed to the devel-mailinglist you're offering on the homepage, > > but I didn't get a receipt. This seems to be a service of sourceforge, > > are the lists searchable? If so, we might switch the thread there. > > > Definitly! One old trap which cost me ages I want to mention here: gnome-config didn't know gnomemm, because... I have /usr/local/bin at the beginning of my PATH and in there I had an old gnome-config... The "good" one was /usr/bin/gnome-config, but after I deinstalled libgnomemm-dev, I get Unknown library 'gnomemm' again. :-((( > I CC it to you, since I can't find you on the subscriptions at the > list... Did you subscribe per WWW or Email (both should work, but...)? Email I'd say. I clicked on a mailto-link and the subject "subscribe" was already filled in(Netscape Messenger). Maybe I should have removed my signature? Anyway I used the www interface now (I don't remember giving a password before) and confirmed the receipt. ********* it worked ********** cu Marco -- Marco Hoffmann - Anwendungsprogrammierer- mh...@ma... |
From: Andreas R. <a.r...@gm...> - 2000-05-03 10:03:04
|
mar...@t-... (Marco Hoffmann) writes: > > Download & extract & configure genSQL as above, but use > > > > ./configure --disable-static --enable-debug > > make > > Here I reached at this error: > > [...] > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/lib/Gtk--/include > -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include > -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/lib/sigc++/include > -I/usr/lib/glib/include -I/usr/local/lib/GQL/include > -I/usr/local/include -Wall -g -c gnome-app.cc > In file included from gnome-app.cc:19: > gnome-driverlist.h:13: `Gtk' is not a class or namespace > gnome-driverlist.h:14: `CList' is not a class or namespace > gnome-driverlist.h:14: confused by earlier errors, bailing out > > which is probably connected to this output of aclocal: > > aclocal: configure.in: 17: macro `AM_PROG_LIBTOOL' not found in library > I don't really now why this happens - what versions of automake/libtool do you have? Mine are: ii automake 1.4-8 A tool for generating GNU Standards-complian ii libtool 1.3.4-3 Generic library support script > > Probably this is because I don't have 1.1.8 yet: > Yes, the switch from 1.1.3 to 1.1.8 is rather a big one since the Gtk_ prefix was replaced by the Gtk namespace - that's what causes the compile errors. > > Then you should have a gensql binary in src/. Note that you need gtkmm > > 1.1.8 to compile it (gtkmm.sourceforge.net). I will switch to gtkmm > > 1.2.0 as soon as Gnomemm 1.2.0 is released. > > This seems to be my problem. I don't find 1.1.8 at all. Only > libgtkmm1.0.3 or libgtkmm1.2 for debian. Installing 1.2 ends up in > deinstalling libgnomemm-dev which then results in not-found-errors. So > reproducing your developement environment is difficult. > You seem to be also running woody ;-) Here is what I did: Deinstall libgtkmm-dev and libgnomemm-dev. You can live the libs installed, they don't hurt. Get gtkmm 1.1.8 from it's homepage: http://gtkmm.sourceforge.net Compile & install it. > Maybe you could send me a link to libgtkmm1.1.8.tar.gz or I just wait > until you switched to libgtkmm1.2 . > I hope you don't do that because I don't know how long it takes the gtkmm team to roll out a gnomemm to go gtkmm 1.2.0. > I subscribed to the devel-mailinglist you're offering on the homepage, > but I didn't get a receipt. This seems to be a service of sourceforge, > are the lists searchable? If so, we might switch the thread there. > Definitly! I CC it to you, since I can't find you on the subscriptions at the list... Did you subscribe per WWW or Email (both sould work, but...)? MfG, Andi -- Andreas Rottmann (Dru@ICQ, 54523380@ICQ) Pfeilgasse 4-6/725, A-1080 Wien, Austria, Europe http://www.penguinpowered.com/~andy/ mailto:a.r...@gm... [one of 78,35% Austrians who didn´t vote for Haider!] |