Re: Strange error message when linking

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Strange error message when linking
Date: 2010-03-05 00:14:44
Message-ID: 4B904CF4.2030701@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Le 05/03/2010 00:52, Guillaume Lelarge a écrit :
> [...]
> I'm still working on a ctlColourPicker widget, our custom
> wxColourPickerCtrl to work around issues found on Mac OS X by Dave. I
> was obviously wrong when I said that coding this widget would be simple :-/
>
> The patch attached is my current work. I'm pretty ashamed of it, but
> can't find a way to fix my linking issue. Here is the error I got at the
> linking step:
>
> pgAdmin3.o: In function `ctlColourPickerXmlHandler':
> /home/guillaume/freeprojects/git.pgadmin/pgadmin/../pgadmin/include/ctl/xh_ctlcolourpicker.h:25:
> undefined reference to `vtable for ctlColourPickerXmlHandler'
> collect2: ld returned 1 exit status
>
> I have absolutely no idea what this could mean. Search engines didn't
> help me on this. I don't know what to do. If you have any idea, I
> welcome them.
>

Just tried on Windows, where it compiles and links. As it doesn't do
anything right now, I can't say if it works.

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2010-03-05 06:31:51 Re: Strange error message when linking
Previous Message Guillaume Lelarge 2010-03-04 23:52:03 Strange error message when linking