Xft2 build error

2010-05-22 Thread notbot
Hi Trying to build Xine-libbut if failed with a list of dependancies unbuilt, I have worked through the list and found that it seems to be Xft2 that is the problem but now I'm stuck. Shell output below. Any help would be much appreciated :-) Thank you. anot OSX 10.6.3 Building Xft2

Re: Xft2 build error

2010-05-22 Thread Ryan Schmidt
On May 22, 2010, at 05:23, notbot wrote: Trying to build Xine-libbut if failed with a list of dependancies unbuilt, I have worked through the list and found that it seems to be Xft2 that is the problem but now I'm stuck. Shell output below. [snip] Error: Target org.macports.build

Re: Xft2 build error

2010-05-22 Thread notbot
Thanks Ryan, I'll give that a try :-) anot On 22 May 2010, at 13:00, Ryan Schmidt wrote: On May 22, 2010, at 05:23, notbot wrote: Trying to build Xine-libbut if failed with a list of dependancies unbuilt, I have worked through the list and found that it seems to be Xft2 that is the

Re: SDL library header issue

2010-05-22 Thread Ryan Schmidt
On May 21, 2010, at 16:55, Michael_google gmail_Gersten wrote: So what's happening in LittleLong()? It's in /opt/local/include/SDL/SDL_endian.h, and there's a set of ifdef's, optimized assembler inlines, etc. But it starts with #ifndef SDL_BYTEORDER /* Not defined in SDL_config.h? */

Re: R Devices - Quartz/GUI

2010-05-22 Thread Ryan Schmidt
On May 21, 2010, at 23:06, Luís Beça wrote: I've just installed R for the first time and it appears that this port does not provide a quartz graphical device. Could someone add it please? Also, the new R GUI is not installed, which would be nice to have. I'm not sure if the maintainer of

Re: For some reason I always compile some components as 64-bit...

2010-05-22 Thread Ryan Schmidt
On May 21, 2010, at 21:21, Yves S. Garret wrote: DEBUG: Executing proc-post-org.macports.destroot-destroot-0 DEBUG: couldn't read file

Re: For some reason I always compile some components as 64-bit...

2010-05-22 Thread Yves S. Garret
This is the longest path that exists. /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_couchdb/work/destroot/opt/local/Library In there is a Frameworks directory. I noticed something else, in the directory that it's crashing on, there are

install sqliteman

2010-05-22 Thread Yvon Thoraval
Hey all, after a first try i get : zsh-% sudo port install sqliteman [...] --- Extracting sqliteman --- Applying patches to sqliteman --- Configuring sqliteman Error: Target org.macports.configure returned: configure failure: shell command cd

Re: install sqliteman

2010-05-22 Thread Ryan Schmidt
On May 22, 2010, at 11:31, Yvon Thoraval wrote: --- Extracting sqliteman --- Applying patches to sqliteman --- Configuring sqliteman CMake Error at cmake/modules/FindQScintilla.cmake:53 (MESSAGE): Could not find QScintilla library is it a known issue ? I don't see a ticket filed for

Re: SDL library header issue

2010-05-22 Thread Michael_google gmail_Gersten
Manually commenting out that hard-coded BYTEORDER line, so that the system determines it at compile time? That seems to be a workaround. Does that happen? I would have expected we'd need to define SDL_BYTEORDER correctly in the config file. Ya think? Look at this: SDL_endian.h: ... /**

Problem on cyrus-sasl2 +universal

2010-05-22 Thread Michael_google gmail_Gersten
As subversion has a bunch of dependents, including some that I need +universal, I tried to install it as +universal. It fails on Cyrus-sasl2. This attempts to generate a program to produce a header file. --- Building cyrus-sasl2 for architecture ppc --- Building cyrus-sasl2 for architecture

Re: Problem on cyrus-sasl2 +universal

2010-05-22 Thread Joshua Root
On 2010-5-23 05:40 , Michael_google gmail_Gersten wrote: As subversion has a bunch of dependents, including some that I need +universal, I tried to install it as +universal. It fails on Cyrus-sasl2. This attempts to generate a program to produce a header file. --- Building cyrus-sasl2

Xine build error

2010-05-22 Thread notbot
Hi trying build Xine-lib and get the following error, have gone through the dependencies and forced universal... many thanks in advance :-) anot shell output : MacPro:~] anot% sudo port install xine-lib +universal -d --- Computing dependencies for xine-lib --- Building xine-lib Error:

Re: Problem on cyrus-sasl2 +universal

2010-05-22 Thread Michael_google gmail_Gersten
A lot of stuff just doesn't cross compile properly. Why do you need to build universal anyway? Because I'm trying to produce universal .dmg's for some programs; currently, Ufo-AI. I seem to be the only one interested that has a PPC hosted development environment. Some of the devs have 10.5.8

Re: Problem on cyrus-sasl2 +universal

2010-05-22 Thread Joshua Root
On 2010-5-23 07:18 , Michael_google gmail_Gersten wrote: A lot of stuff just doesn't cross compile properly. Why do you need to build universal anyway? Because I'm trying to produce universal .dmg's for some programs; currently, Ufo-AI. I seem to be the only one interested that has a PPC

Re: Xine build error

2010-05-22 Thread Ryan Schmidt
On May 22, 2010, at 15:20, notbot wrote: trying build Xine-lib and get the following error, have gone through the dependencies and forced universal... many thanks in advance :-) anot shell output : MacPro:~] anot% sudo port install xine-lib +universal -d --- Computing

Re: Xine build error

2010-05-22 Thread Ryan Schmidt
On May 22, 2010, at 17:09, phil lavery wrote: Hi Ryan Sorry, here is the full shell out put now :-) Looks like this ticket: http://trac.macports.org/ticket/23102 Maybe we should try updating xine-lib to the latest version. ___ macports-users

Re: Xine build error

2010-05-22 Thread notbot
Hi Ryan Looks like that has been open for some months :-( Thanks anyway anot On 22 May 2010, at 23:36, Ryan Schmidt wrote: On May 22, 2010, at 17:09, phil lavery wrote: Hi Ryan Sorry, here is the full shell out put now :-) Looks like this ticket:

Re: Xine build error

2010-05-22 Thread Ryan Schmidt
Consider searching the xine mailing lists for a matching bug report; if there isn't one, consider reporting the bug to them. http://www.xine-project.org/developer On May 22, 2010, at 17:45, notbot wrote: Hi Ryan Looks like that has been open for some months :-(

Proper use of pkg-config in XCode

2010-05-22 Thread k...@canvasfoundation.org
I can write a little makefile, no problem, that works with: `pkg--config --cflags --libs cairo librsvg-2.0` But, I have been trying to figure out how to properly use pkg-config in XCode's GCC 4.0 Other C++ flags field under Project Settings. `pkg-config\ --cflags\ --libs\ cairo\ librsvg-2.0`

Re: Proper use of pkg-config in XCode

2010-05-22 Thread Brandon Allbery
On May 22, 2010, at 23:12 , k...@canvasfoundation.org wrote: But, I have been trying to figure out how to properly use pkg-config in XCode's GCC 4.0 Other C++ flags field under Project Settings. `pkg-config\ --cflags\ --libs\ cairo\ librsvg-2.0` `pkg-config --cflags --libs cairo librsvg-2.0`