Problem compiling mysqlgui 1.7.5

2002-11-12 Thread Pierre
Hi,

I try to compile mysqlgui-src-1.7.5 on my GNU/Linux system with gcc-3.2
but with the make I got this :

# gmake
gmake: *** No rule to make target `edfile.o', needed by `mysqlgui'.  
Stop.




It would be great if you could help me with this !

Best regards,

Pierre.

-
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: Problem compiling mysqlgui 1.7.5

2002-11-12 Thread Black, Kelly W [PCS]
See the file INSTALL_BINARY

~KB

-Original Message-
From: Pierre [mailto:pierre;epinetworx.com]
Sent: Tuesday, November 12, 2002 1:45 AM
To: [EMAIL PROTECTED]
Subject: Problem compiling mysqlgui 1.7.5


Hi,

I try to compile mysqlgui-src-1.7.5 on my GNU/Linux system with gcc-3.2
but with the make I got this :

# gmake
gmake: *** No rule to make target `edfile.o', needed by `mysqlgui'.  
Stop.




It would be great if you could help me with this !

Best regards,

Pierre.

-
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

-
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




Problem compiling MySQLGUI source rev 1.7.5

2002-08-21 Thread Michel DROZ

Hello

I have a compilation problem with MySQLGUI.

I have downloaded ans installed

MySQL using the following version

mysql-3.23.52
Msql-Mysql-modules-1.2219
DBI-1.18
Data-Dumper-2.101

MySQL pass all the tests and work OK.

then MYSQLGUI using the following version

fltk-1.0.9
mysql++-1.7.9
fl_editor-0.4
mysqlgui-src-1.7.5

In mysqlgui-src-1.7.5, I have updated the Makefile to use the correct
version of mysql++

When I compile MySQLGUI, I get the following error message  when
compiling the file main.cc :

g++ -O3 -g -pipe -fforce-mem -fforce-addr -I.
-I../mysql++-1.7.9/sqlplusint -I/usr/local/include/mysql  -c main.cc
main.cc: In function `void if_conn()':
main.cc:464: no matching function for call to
`MysqlConnection::clinet_info ()'
main.cc:529: no matching function for call to
`MysqlConnection::clinet_info ()'
make: *** [main.o] Error 1

The others files compile OK.

I have spend several days on this and I have not found the error, Is it
a known bug ? and have you a solution to this problem.

Many thanks for your answer


Michel DROZ

[EMAIL PROTECTED]




-
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




compiling MySQLGUI

2001-09-10 Thread Grau, Stephen

I am trying to compile MySQLGUI for solaris 8. I can't use the precompiled
version as I do not have the same version shared library for libstdc++.
Recompiling that at this point is not an option. The precompiled version is
also several revisions old and not compiled for solaris 8 (this last
argument does not stand on its own, but if I am going for the latest
version, I might as well get it compiled for the same version)..
The first issue I have it that MySQLGUI expects the fl_editor package to
compile static libraries librcl and librcledit. However, the version
distributed from the mysql.com site as well as newer versions on the
maintainers site do not build these libraries. I had to get an older version
(0.3) to get these files built.
Using those static libraries I almost finished, but got a bunch of undefined
symbol errors errors when trying to build the final binary. 
Thanks for your time.
Steve

-
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