Re: gnome-objc build loses
- From: Robert Soros <bobsoros yahoo com>
- To: gnome-list gnome org
- Subject: Re: gnome-objc build loses
- Date: Sun, 5 Jul 1998 09:09:58 -0700 (PDT)
Ok, well, i had this problem as well, i got my gnome-objc from cvs ,
so .. I ended up changing the '->' operators to '.' (periods, yep),,
then it compiled. I dont recommend you doing this based solely on my
suggestion though, because i really dont know enough about c to even
understand what the hell i did. Maybe somebody else here can verify
the problem. But gnome-objc did compile after i changed this.
Heres the code , before and after..
gtk_signal_connect_interp(GTK_OBJECT(info_item->widget),
signal_name,
uidata->relay_func,
mydata,
uidata->destroy_func,
FALSE);
gtk_signal_connect_interp(GTK_OBJECT(info_item->widget),
signal_name,
uidata.relay_func,
mydata,
uidata.destroy_func,
FALSE);
This may break all sorts of things later on, even though it did
compile. By the way, i haven't gotten gnome-core to compile yet, at
all. It breaks breaks and dies 5 or 6 lines into compile. And
apparently, Mico wont compile for me anymore, dont know why, its very
frustrating, but on the bright side, everything else compiles cleanly.
---Michael Harnois <mharnois@sbtek.net> wrote:
>
> Why does my build of gnome-objc die with
>
> obgnomeAppWin.m: In function `obgnome_do_signal_connection':
> obgnomeAppWin.m:27: invalid type argument of `->'
> obgnomeAppWin.m:36: invalid type argument of `->'
> obgnomeAppWin.m:38: invalid type argument of `->'
>
> --
> Michael D. Harnois, Redeemer Lutheran Church, Washburn, IA
> mharnois@sbt.net aa0bt@aa0bt.ampr.org
> "The price one pays for pursuing any profession, or calling,
> is an intimate knowledge of its ugly side." -- James Baldwin
>
>
> --
> To unsubscribe: mail gnome-list-request@gnome.org with
> "unsubscribe" as the Subject.
>
>
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]