Gentoo Archives: gentoo-osx

From: "Dirk Schönberger" <dirk.schoenberger@×××××××××.de>
To: gentoo-osx@l.g.o
Subject: Re: [gentoo-osx] WxWidgets (Aqua libs)
Date: Sat, 25 Mar 2006 12:30:00
Message-Id: 00fe01c65006$406933a0$14b2a8c0@rincewind
In Reply to: Re: [gentoo-osx] WxWidgets (Aqua libs) by "Diego 'Flameeyes' Pettenò"
1 > > I assume that there exist some ways, eclasses or other stuff to handle
2 such
3 > > problems. This does not neceaary mean that I know theses means ;)
4 > Take a look to wxGTK ebuild and wxlib eclass.
5 > I've wrote the latter thinking about making possible to use it to build
6 > wxAqua.
7
8 Sorry, python is not really my language of choice, so I try to keep my
9 questions use case basesd ;)
10
11 - the wxGTK ebuild seems to use gnuconfig (it calls gnuconfig_update). is
12 this needed / useable for Gentoo OSX?
13 - I assume the actual download fof the archies is handled in the eclass?
14 WxWidgets seems to use a single source approach, i.e. all subprojects can be
15 downloaded as one package.
16
17 the configure part part seems to be done by configure_build. I assume that I
18 could add my own parameter
19 configure_build cocoa, which would somewhen later come to something like a
20 "configure --enable-cocoa"?
21
22 I don't quite understand the src_install part.
23 Seems I have to call install_build cocoa and afterwards wxlib_src_install?
24
25 I found some missing ${DESTDIR} in the Apple specific install part in
26 Makefile and Makefile.in.
27 I would like to use wxWidgets-2.6.3-rc2, i.e. the latest version. Is this
28 case already handled, or do I have to add some custom patch?
29
30 Regards
31 Dirk
32
33 --
34 gentoo-osx@g.o mailing list

Replies

Subject Author
Re: [gentoo-osx] WxWidgets (Aqua libs) "Dirk Schönberger" <dirk.schoenberger@×××××××××.de>