Обсуждение: OS X compile error
<br /><font face="sans-serif" size="2">Trying to compile code from the CVS and I receive this error:</font><br /><br /><fontface="sans-serif" size="2">ld: Undefined symbols:</font><br /><font face="sans-serif" size="2">ctlComboBox::GetStringSelection()const</font><br /><font face="sans-serif" size="2">make[2]: *** [pgadmin3] Error1</font><br /><font face="sans-serif" size="2">make[1]: *** [all-recursive] Error 1</font><br /><font face="sans-serif"size="2">make: *** [all] Error 2</font><br /><br /><font face="sans-serif" size="2">Any clues?</font><br/><font face="sans-serif" size="2">TIA</font><br /><br /><font face="sans-serif" size="2"> Patrick Hatcher<br/> Macys.Com<br /></font>
Patrick Hatcher wrote: > > Trying to compile code from the CVS and I receive this error: > > ld: Undefined symbols: > ctlComboBox::GetStringSelection() const That method is unused, but was defined in ctlComboBox.h; removed now. Try the new version. Please report if you're successful. Regards, Andreas
Ok great news. I was able to compile!
Bad news:
When I issue the command ./pgadmin3 from the terminal I get the following error message:
Welcome to Darwin!
Patrick-Hatchers-Computer:~ fd02ph0$ /usr/local/pgadmin3/bin/pgadmin3; exit
Bus error
logout
We're getting close!
Thanks again for the help
Patrick Hatcher
Macys.Com
| Andreas Pflug <pgadmin@pse-consulting.de> 11/10/04 01:42 AM |
|
Patrick Hatcher wrote:
>
> Trying to compile code from the CVS and I receive this error:
>
> ld: Undefined symbols:
> ctlComboBox::GetStringSelection() const
That method is unused, but was defined in ctlComboBox.h; removed now.
Try the new version.
Please report if you're successful.
Regards,
Andreas
Patrick Hatcher wrote: > > Ok great news. I was able to compile! > Bad news: > When I issue the command ./pgadmin3 from the terminal I get the > following error message: > > Welcome to Darwin! > Patrick-Hatchers-Computer:~ fd02ph0$ /usr/local/pgadmin3/bin/pgadmin3; exit > Bus error > logout Happy debugging! Without stack traces, I can't tell anything more. Regards, Andreas
On Nov 10, 2004, at 12:44 PM, Patrick Hatcher wrote: > > Ok great news. I was able to compile! > Bad news: > When I issue the command ./pgadmin3 from the terminal I get the > following error message: > > Welcome to Darwin! > Patrick-Hatchers-Computer:~ fd02ph0$ /usr/local/pgadmin3/bin/pgadmin3; > exit > Bus error > logout > Sorry it's taken me so long to reply to this message. Right now we don't support compiling pgAdmin3 from the command-line. However, I've been able to get it to build and compile in XCode. I'll try and post a XCode project today that will work. ahp
Thanks Adam. Just let me know when it's available and what I need to do to compile and then I'll test.
Patrick Hatcher
Macys.Com
| "Adam H.Pendleton" <fmonkey@fmonkey.net> Sent by: pgadmin-support-owner@postgresql.org 11/12/04 09:10 AM |
|
On Nov 10, 2004, at 12:44 PM, Patrick Hatcher wrote:
>
> Ok great news. I was able to compile!
> Bad news:
> When I issue the command ./pgadmin3 from the terminal I get the
> following error message:
>
> Welcome to Darwin!
> Patrick-Hatchers-Computer:~ fd02ph0$ /usr/local/pgadmin3/bin/pgadmin3;
> exit
> Bus error
> logout
>
Sorry it's taken me so long to reply to this message. Right now we
don't support compiling pgAdmin3 from the command-line. However, I've
been able to get it to build and compile in XCode. I'll try and post a
XCode project today that will work.
ahp
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
On Nov 15, 2004, at 1:05 PM, Patrick Hatcher wrote: > > Thanks Adam. Just let me know when it's available and what I need to > do to compile and then I'll test. I'm having some problems with the wxMac build right now. I'm working with the wx guys to get it fixed, but it may be a couple of days. ahp