Date: Tue, 21 Mar 2006 16:52:31 +0200 From: Vasil Dimov <vd@FreeBSD.org> To: pfgshield-freebsd@yahoo.com Cc: freebsd-ports@FreeBSD.org Subject: Re: Suggested port: open source Xara Xtreme Message-ID: <20060321145231.GA52957@qlovarnika.bg.datamax> In-Reply-To: <20060321142058.7260.qmail@web32705.mail.mud.yahoo.com> References: <20060321110427.GA43879@qlovarnika.bg.datamax> <20060321142058.7260.qmail@web32705.mail.mud.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 21, 2006 at 03:20:58PM +0100, pfgshield-freebsd@yahoo.com wrote: > Hi Vasil; > > --- Vasil Dimov <vd@FreeBSD.org> ha scritto: > ... > > > > > > http://www.xaraxtreme.org/ > > > > > Looks great, but look at the following: > > > > Thanks for trying it doesn't look easy or small task. > > Did you notice the requisites say you have to use a gcc > 3.4 ?? It also wants > wxWidgets 2.6.3-RC2 (2.6.3 is not yet released) and a quick look at Freshports > says we don't have it yet. Yes, I am trying to compile with the 6.0 stock compiler (3.4.4). I also modified x11-toolkits/wxgtk26-unicode, x11-toolkits/wxgtk26 and x11-toolkits/wxgtk26-common so that they install 2.6.3-rc2 In spite of the scary errors I continued hacking and hit some serious issue: they use a function malloc_usable_size() which is defined like this on linux, but unavailable for FreeBSD: /* Report the number of usable allocated bytes associated with allocated chunk __ptr. */ extern size_t malloc_usable_size __MALLOC_P ((__malloc_ptr_t __ptr)); Any ideas for alternatives? -- Vasil Dimov gro.DSBeerF@dv Testing can show the presense of bugs, but not their absence. -- Edsger W. Dijkstra
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060321145231.GA52957>