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 built fl_editor. Build it !

I have build fl_editor.  Using "cd fl_editor-0.4.1; ./configure; 
make".  Here's a list of the .a and .o files created:
-rw-r--r--    1 relson   wheel      934554 Apr 16 09:05 libfleditor.a
-rw-r--r--    1 relson   wheel      218848 Apr 16 09:05 src/Fl_Editor.o
-rw-r--r--    1 relson   wheel      148900 Apr 16 09:05 src/Fl_FancyEditor.o
-rw-r--r--    1 relson   wheel      153372 Apr 16 09:05 
src/Fl_FancyMultiEditor.o
-rw-r--r--    1 relson   wheel      129756 Apr 16 09:05 src/Fl_MultiEditor.o
-rw-r--r--    1 relson   wheel       40052 Apr 16 09:05 src/Fl_ProgressBox.o
-rw-r--r--    1 relson   wheel       50676 Apr 16 09:05 src/Fl_StatusPanel.o
-rw-r--r--    1 relson   wheel      119812 Apr 16 09:05 src/editengine.o
-rw-r--r--    1 relson   wheel       27896 Apr 16 09:05 src/lists.o
-rw-r--r--    1 relson   wheel       36324 Apr 16 09:05 src/wstring.o
-rw-r--r--    1 relson   wheel      126244 Apr 16 09:05 test/multfunc.o
-rw-r--r--    1 relson   wheel      127832 Apr 16 09:05 test/multiple.o
-rw-r--r--    1 relson   wheel       21680 Apr 16 09:05 test/progress.o
-rw-r--r--    1 relson   wheel      111612 Apr 16 09:05 test/simple.o
-rw-r--r--    1 relson   wheel      116388 Apr 16 09:05 test/single.o
-rw-r--r--    1 relson   wheel       23328 Apr 16 09:05 test/status.o

Unfortunately, there is no "edfile.o".  Could the name have been changed to 
FL_Editor.o ?

> >
> > I consider pre-built binaries to be security risks, especially ones that
> > ask for passwords!
> >
>
>Why ??  mysqlgui intentionally does not store password anywhere. There
>is no risk what so ever with our binary.
>
>I truly do not know what are you referring to. Do you think that I
>send an e-mail to myself with your password ??

No, I do not think you would do that.  However, if I cannot read the source 
and build the binary myself, I choose not to run the program.

There is a second problem during the build.  The compiler is complaining 
about incompatible function prototypes (as shown below).  Have you ideas as 
to why?

g++ -O3 -g -pipe -fforce-mem -fforce-addr -I. -I../mysql++-1.7/sqlplusint 
-I/usr/local/include/mysql  -c about.cc
In file included from 
/usr/lib/gcc-lib/i586-mandrake-linux/2.95.3/../../../../include/g++-3/iostream.h:31,
                  from 
/usr/lib/gcc-lib/i586-mandrake-linux/2.95.3/../../../../include/g++-3/iterator:36,
                  from 
/usr/lib/gcc-lib/i586-mandrake-linux/2.95.3/../../../../include/g++-3/std/bastring.h:44,
                  from 
/usr/lib/gcc-lib/i586-mandrake-linux/2.95.3/../../../../include/g++-3/string:6,
                  from about.cc:13:
/usr/lib/gcc-lib/i586-mandrake-linux/2.95.3/../../../../include/g++-3/streambuf.h: 
In method `struct streampos streambuf::pubseekoff(long long int, 
ios::seek_dir, int = 3)':
/usr/lib/gcc-lib/i586-mandrake-linux/2.95.3/../../../../include/g++-3/streambuf.h:362: 
conversion from `__off64_t' to non-scalar type `streampos' requested
/usr/lib/gcc-lib/i586-mandrake-linux/2.95.3/../../../../include/g++-3/streambuf.h: 
In method `struct streampos streambuf::pubseekpos(_G_fpos64_t, int = 3)':
/usr/lib/gcc-lib/i586-mandrake-linux/2.95.3/../../../../include/g++-3/streambuf.h:364: 
`struct streampos' used where a `long long int' was expected
make: *** [about.o] Error 1

--------------------------------------------------------
David Relson                   Osage Software Systems, Inc.
[EMAIL PROTECTED]       Ann Arbor, MI 48103
www.osagesoftware.com          tel:  734.821.8800


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to