Hubert Feyrer writes:
 > On Tue, 27 Mar 2001, Sinisa Milivojevic wrote:
 > > You also need fl_editor package. You will find a link on mysqlgui
 > > page.
 > 
 > OK, that indeed got me further. (Is it only me, or does putting a header
 > file into one package, and the source in another one really sound funky?).
 > 
 > Anyways, I'm down to one error now:
 > 
 > single.o: In function `EditorEngine::LoadSQL(char const *)':
 > /usr/pkgsrc/databases/mysqlgui.work/work.i386/mysqlgui-1.7.4/single.cc:33: undefined
 > reference to `wString::operator=(wString const &)'
 > collect2: ld returned 1 exit status
 > 
 > 
 > Digging in single.cc, the offending line is:
 > 
 >         left = *Lines[Cursor.Row]; 
 > 
 > 'Lines' is a 'wString **Lines' (decladed in <FL/editengine.h>).
 > 
 > I'm not C++-clueful enough to resolve this - can someone please help?
 > 
 > 
 >  - Hubert
 > 
 > -- 
 > Hubert Feyrer <[EMAIL PROTECTED]>
 > 
 > 

HI!

You have an error in building fl_editor. The above method is from
fl_editor. 

You have to add edfile.o to the library or to the mysqlgui  linker
args.


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

Reply via email to