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
 /*/\*\/\*\   /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic
/*/ /*/ /*/   \*\_   |*|   |*||*| mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*| Larnaca, Cyprus
  /*/ /*/  /*/\*\_/*/ \*\_/*/ |*|
  /*/^^^\*\^^^
 /*/ \*\Developers Team

-
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




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
 ./src/wstring.o
 ./test/progress.o
 ./test/simple.o
 ./test/single.o
 ./test/status.o
 ./test/multiple.o
 ./test/multfunc.o
 
 There is still no "edfile.o".
 
 Adam
 --
 Adam Stein @ Xerox Corporation   Email: [EMAIL PROTECTED]
 
 Disclaimer: All views expressed 
 here have been proved to be my own.  [http://www.csh.rit.edu/~adam/]
 
 

I have not used 0.4.1, only 0.4. Edit Makefile and kick out edfile.o. 

It was there due to the error in fl_editor building process.


Regards,

Sinisa

    __ _   _  ___ ==  MySQL AB
 /*/\*\/\*\   /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic
/*/ /*/ /*/   \*\_   |*|   |*||*| mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*| Larnaca, Cyprus
  /*/ /*/  /*/\*\_/*/ \*\_/*/ |*|
  /*/^^^\*\^^^
 /*/ \*\Developers Team

-
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




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 our site,
as I have changed some code to make possible getting query results in
the window.


Regards,

Sinisa

    __ _   _  ___ ==  MySQL AB
 /*/\*\/\*\   /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic
/*/ /*/ /*/   \*\_   |*|   |*||*| mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*| Larnaca, Cyprus
  /*/ /*/  /*/\*\_/*/ \*\_/*/ |*|
  /*/^^^\*\^^^
 /*/ \*\Developers Team


-
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




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, ./configure; make; find . -name edfile.o -print
 
 I still don't have edfile.o.  Perhaps the link to sourceforge is providing 
 the wrong tarball for fl_editor?
 
 David
 


I repeat: Download fl_editor from mysqlgui page.


Regards,

Sinisa

    __ _   _  ___ ==  MySQL AB
 /*/\*\/\*\   /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic
/*/ /*/ /*/   \*\_   |*|   |*||*| mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*| Larnaca, Cyprus
  /*/ /*/  /*/\*\_/*/ \*\_/*/ |*|
  /*/^^^\*\^^^
 /*/ \*\Developers Team

-
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




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 edfile.o -print

I still don't have edfile.o.  Perhaps the link to sourceforge is providing 
the wrong tarball for fl_editor?

David


At 09:56 AM 4/17/01, Sinisa Milivojevic wrote:


You can not use regular fl_editor. You must use the one from our site,
as I have changed some code to make possible getting query results in
the window.


Regards,

Sinisa

     __ _   _  ___ ==  MySQL AB
  /*/\*\/\*\   /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic
 /*/ /*/ /*/   \*\_   |*|   |*||*| mailto:[EMAIL PROTECTED]
/*/ /*/ /*/\*\/*/  \*\|*|   |*||*| Larnaca, Cyprus
   /*/ /*/  /*/\*\_/*/ \*\_/*/ |*|
   /*/^^^\*\^^^
  /*/ \*\Developers Team


-
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


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




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
 
 David Relson   Osage Software Systems, Inc.
 [EMAIL PROTECTED]   Ann Arbor, MI 48103
 www.osagesoftware.com  tel:  734.821.8800
 
 

Hi!

It should be there. 

What does `find . -name '*.o' -print'  return  ??

Also, if you are on Linux, you do not have to build it yourself, just
use a binary.


Regards,

Sinisa

    __ _   _  ___ ==  MySQL AB
 /*/\*\/\*\   /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic
/*/ /*/ /*/   \*\_   |*|   |*||*| mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*| Larnaca, Cyprus
  /*/ /*/  /*/\*\_/*/ \*\_/*/ |*|
  /*/^^^\*\^^^
 /*/ \*\Developers Team

-
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




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.*"'
  to locate it and found nothing.
 
  David

Hi!

It should be there.

It isn't.

What does `find . -name '*.o' -print'  return  ??

It prints nothing.

Also, if you are on Linux, you do not have to build it yourself, just
use a binary.

I consider pre-built binaries to be security risks, especially ones that 
ask for passwords!


Here's a list of the tarballs I downloaded yesterday, plus the output of 
running "tar ztvf  | grep edfile" on each one to look for the missing 
edfile.  As you can see, it isn't there.

[relson@osage tgz]$ ls -l
total 2472
-rw-r--r--1 relson   wheel  149180 Apr 15 09:10 fl_editor-0.4.1.tgz
-rw-r--r--1 relson   wheel 1147147 Apr 15 09:09 
fltk-1.0.10-source.tar.gz
-rw-r--r--1 relson   wheel  191410 Apr 15 09:10 flvw-2224.tgz
-rw-r--r--1 relson   wheel  695457 Apr 15 09:10 mysql++-1.7.8.tar.gz
-rw-r--r--1 relson   wheel  316460 Apr 15 08:40 mysqlgui-1.7.5.tar.gz
[relson@osage tgz]$ tar ztvf fltk-1.0.10-source.tar.gz | grep edfile
[relson@osage tgz]$ tar ztvf flvw-2224.tgz | grep edfile
[relson@osage tgz]$ tar ztvf mysql++-1.7.8.tar.gz | grep edfile
[relson@osage tgz]$ tar ztvf mysqlgui-1.7.5.tar.gz | grep edfile

0Looking in fl_editor-0.4.1/visualc/librcl/librcl.dsp, I see a line that 
says "SOURCE=..\..\librcl\src\editor\edfile.cpp".  However visualc is 
windows, not linux, and the edfile.cpp mentionned is not in the tarball.

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




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 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 ??

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


You have not built fl_editor, therefore you do not have edifle.o.


Regards,

Sinisa

    __ _   _  ___ ==  MySQL AB
 /*/\*\/\*\   /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic
/*/ /*/ /*/   \*\_   |*|   |*||*| mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*| Larnaca, Cyprus
  /*/ /*/  /*/\*\_/*/ \*\_/*/ |*|
  /*/^^^\*\^^^
 /*/ \*\Developers Team

-
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




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 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




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
./test/simple.o
./test/single.o
./test/status.o
./test/multiple.o
./test/multfunc.o

There is still no "edfile.o".

Obligatory words to bypas filter: database sql query

 Adam
--
Adam Stein @ Xerox Corporation   Email: [EMAIL PROTECTED]
   
Disclaimer: All views expressed 
here have been proved to be my own.  [http://www.csh.rit.edu/~adam/]


-
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




Can't build mysqlgui-1.7.5

2001-04-15 Thread David Relson

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 files corresponding to each of the
OBJS targets, except for edfile.o


David

-
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




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 files corresponding to each of the
 OBJS targets, except for edfile.o
 
 
 David


Hi!

edfile.o is from fl_editor source distro. When you build fl_editor,
just coy that object file to mysqlgui directory.


Regards,

Sinisa

    __ _   _  ___ ==  MySQL AB
 /*/\*\/\*\   /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic
/*/ /*/ /*/   \*\_   |*|   |*||*| mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*| Larnaca, Cyprus
  /*/ /*/  /*/\*\_/*/ \*\_/*/ |*|
  /*/^^^\*\^^^
 /*/ \*\Developers Team

-
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




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 `mysqlgui'.
  Stop.
 
  I've checked and there are source files corresponding to each of the
  OBJS targets, except for edfile.o
 
 
  David


Hi!

edfile.o is from fl_editor source distro. When you build fl_editor,
just coy that object file to mysqlgui directory.


Regards,

Sinisa


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

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