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


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