Re: Can't build mysqlgui-1.7.5

2001-04-17 Thread Sinisa Milivojevic
Hi! Your two problems are easily explained. You do not have edfile.o, because you have not built fl_editor. Second, 2.95.3 has some serious problems with STL libraries, that is why I suggest you downgrade to 2.95.2. Regards, Sinisa __ _ _ ___ == MySQL AB

Re: Can't build mysqlgui-1.7.5

2001-04-17 Thread Sinisa Milivojevic
Adam Stein writes: I have just compiled fl_editor-0.4.1. Here is the list of .o files that get created: ./src/Fl_Editor.o ./src/Fl_FancyEditor.o ./src/Fl_FancyMultiEditor.o ./src/Fl_MultiEditor.o ./src/Fl_ProgressBox.o ./src/Fl_StatusPanel.o ./src/editengine.o ./src/lists.o

Re: Can't build mysqlgui-1.7.5

2001-04-17 Thread Sinisa Milivojevic
David Relson writes: Sinisa, Please provide a patch for Makefile showing how to "kick out edfile.o". FWIW, I have fl_editor-0.4 as well as fl_editor-0.4.1 and neither version creates edfile.o as best I can tell. David You can not use regular fl_editor. You must use the one from

Re: Can't build mysqlgui-1.7.5

2001-04-17 Thread Sinisa Milivojevic
David Relson writes: from http://www.mysql.com/downloads/gui-clients.html, I used the link given in Please note that these are special versions needed to be downloaded from our site: FLTK editor widget 0.4 for MySQLGUI The newest MySQL C++ library Then,

Re: Can't build mysqlgui-1.7.5

2001-04-17 Thread David Relson
from http://www.mysql.com/downloads/gui-clients.html, I used the link given in Please note that these are special versions needed to be downloaded from our site: FLTK editor widget 0.4 for MySQLGUI The newest MySQL C++ library Then, ./configure; make; find . -name

Re: Can't build mysqlgui-1.7.5

2001-04-16 Thread Sinisa Milivojevic
David Relson writes: At 11:42 AM 4/15/01, Sinisa Milivojevic wrote: Sinisa, I have fl_editor-0.4.1, which I downloaded, configured, and built today. There is no edfile.o. I have run command 'find . -name "edfile.*"' to locate it and found nothing. David

Re: Can't build mysqlgui-1.7.5

2001-04-16 Thread David Relson
Good morning, At 07:07 AM 4/16/01, Sinisa Milivojevic wrote: David Relson writes: At 11:42 AM 4/15/01, Sinisa Milivojevic wrote: Sinisa, I have fl_editor-0.4.1, which I downloaded, configured, and built today. There is no edfile.o. I have run command 'find . -name "edfile.*"'

Re: Can't build mysqlgui-1.7.5

2001-04-16 Thread Sinisa Milivojevic
David Relson writes: Good morning, What does `find . -name '*.o' -print' return ?? It prints nothing. It means that you have not built fl_editor. Build it ! I consider pre-built binaries to be security risks, especially ones that ask for passwords! Why ?? mysqlgui

Re: Can't build mysqlgui-1.7.5

2001-04-16 Thread David Relson
Sinisa, I appreciate your taking the time to help. I do seem to have run into unexpected problems. Thanks. David At 08:47 AM 4/16/01, you wrote: David Relson writes: Good morning, What does `find . -name '*.o' -print' return ?? It prints nothing. It means that you have not

Re: Re: Can't build mysqlgui-1.7.5

2001-04-16 Thread Adam Stein
I have just compiled fl_editor-0.4.1. Here is the list of .o files that get created: ./src/Fl_Editor.o ./src/Fl_FancyEditor.o ./src/Fl_FancyMultiEditor.o ./src/Fl_MultiEditor.o ./src/Fl_ProgressBox.o ./src/Fl_StatusPanel.o ./src/editengine.o ./src/lists.o ./src/wstring.o ./test/progress.o

Re: Can't build mysqlgui-1.7.5

2001-04-15 Thread Sinisa Milivojevic
David Relson writes: Greetings, mysqlgui-1.7.5.tar.gz appears to be missing source files. Here's the output when I try to make it. [relson@osage mysqlgui-src-1.7.5]$ make make: *** No rule to make target `edfile.o', needed by `mysqlgui'. Stop. I've checked and there are source

Re: Can't build mysqlgui-1.7.5

2001-04-15 Thread David Relson
At 11:42 AM 4/15/01, Sinisa Milivojevic wrote: David Relson writes: Greetings, mysqlgui-1.7.5.tar.gz appears to be missing source files. Here's the output when I try to make it. [relson@osage mysqlgui-src-1.7.5]$ make make: *** No rule to make target `edfile.o', needed by