Gentoo Archives: gentoo-user

From: Daniel Ibn Zayd <daniel.ibnzayd@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: gtk+ [error: conflicting types for 'Cursor' on emerge]
Date: Fri, 27 Apr 2012 14:26:13
Message-Id: 20120427172535753705.2f094b1b@inquisitor.com
In Reply to: [gentoo-user] Re: gtk+ [error: conflicting types for 'Cursor' on emerge] by walt
1 I kind of prefer that the dominant OS if you will be Mac....
2
3 Here's something else. The error message starts here:
4
5 In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12,
6 from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12,
7 from gtkapplication.c:41:
8 /System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:60: error: stray '@' in program
9
10
11 and then there are lines and lines of this:
12
13 /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:97: error: expected identifier or '(' before '+' token
14 /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:98: error: expected identifier or '(' before '-' token
15 /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:99: error: expected identifier or '(' before '-' token
16 /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:100: error: expected identifier or '(' before '-' token
17 /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:102: error: expected identifier or '(' before '+' token
18 /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:105: error: expected identifier or '(' before '+' token
19
20 and then the final error message that I posted before.
21
22
23 Anyone??
24
25
26
27
28
29 On Tue, 24 Apr 2012 14:42:56 -0700, walt wrote:
30 > On 04/24/2012 05:48 AM, Daniel Ibn Zayd wrote:
31 >>> On Mon, 23 Apr 2012 09:46:31 -0700, walt wrote:
32 >>>>
33 >>>> It appears that you are installing gentoo as a virtual machine to
34 >>>> be run from inside of Darwin, is that how it works?
35 >
36 >>
37 >> Yes, more like its own shell/compiler environment. I tried both fink
38 >> and macports to deal with packages on some old Macs; the problem with
39 >> fink (which I had no real problem with otherwise) is that it wasn't
40 >> obvious how to keep packages separate from the System stuff (like the
41 >> System Perl), so I had a nightmare dealing with a different Perl
42 >> version, plus CPAN, plus fink, and they didn't want to get along so
43 >> well; macports did crazy stuff like make itself owner of apps and
44 >> member of groups; again, a serious problem with boundaries. Gentoo
45 >> took a while to get installed, but I'm really happy that everything
46 >> is living in its own space....it comes with its own shell and basic
47 >> apps and Perl and and and....so I don't have to worry that I'm going
48 >> to mess up my basic OSX system.
49 >
50 > Sounds like you understand the problems better than I do. Assuming
51 > you have a newer Intel-based machine, *I* would say install gentoo as
52 > the host OS and run OSX as a VirtualBox guest. I might even be able to
53 > help you do it that way ;)
54 >
55 >