Re: UsingTheRightCompiler

2011-11-14 Thread Matthew Cottrell
Still no luck with the preprocessor problem. Using clang -E still returns an error: :info:build clang -E -IMENUS ARB_GDEmenus.source ARB_GDEmenus :info:build clang: warning: ARB_GDEmenus.source: 'linker' input unused when '-E' is present :info:build clang: warning: argument unused during

Re: UsingTheRightCompiler

2011-11-14 Thread Titus von Boxberg
clang seems to expect a proper file name extension. what is .source, anyway? Regards Titus Am 14.11.2011 um 13:36 schrieb Matthew Cottrell: Still no luck with the preprocessor problem. Using clang -E still returns an error: :info:build clang -E -IMENUS ARB_GDEmenus.source ARB_GDEmenus

Re: [87157] trunk/dports/devel/pficommon

2011-11-14 Thread Hiroshi Umemoto
On Nov 13, 2011, at 2:04 AM, Ryan Schmidt wrote: On Nov 12, 2011, at 09:28, h...@macports.org wrote: Modified Paths: -- trunk/dports/devel/pficommon/Portfile +variant mysql description {Enable mysql} { +depends_lib-appendlib:mysql_config:mysql5 +

Re: UsingTheRightCompiler

2011-11-14 Thread Joshua Root
You might need to use '-x c-header' as well because the input file doesn't have the usual suffix. I'd guess it's parsing '.source' as '.so' which makes it treat it as a linker input. - Josh On 2011-11-14 23:36 , Matthew Cottrell wrote: Still no luck with the preprocessor problem. Using

Re: [87157] trunk/dports/devel/pficommon

2011-11-14 Thread Ryan Schmidt
On Nov 14, 2011, at 07:53, Hiroshi Umemoto wrote: On Nov 13, 2011, at 2:04 AM, Ryan Schmidt wrote: On Nov 12, 2011, at 09:28, h...@macports.org wrote: Modified Paths: -- trunk/dports/devel/pficommon/Portfile +variant mysql description {Enable mysql} { +

Re: buildbot errors

2011-11-14 Thread Ryan Schmidt
On Nov 14, 2011, at 00:01, Petr Vanek wrote: On Nov 14, 2011 (Monday), at 6:48 AM, Joshua Root wrote: On 2011-11-14 16:35 , Petr Vanek wrote: On Nov 14, 2011 (Monday), at 1:18 AM, Ryan Schmidt wrote: The buildbot has a case-sensitive filesystem. The file is Qlipper.app, not

Re: [87240] trunk/dports/perl/p5-text-bibtex/Portfile

2011-11-14 Thread Ryan Schmidt
On Nov 14, 2011, at 16:00, dpo...@macports.org wrote: Revision: 87240 http://trac.macports.org/changeset/87240 Author: dpo...@macports.org Date: 2011-11-14 14:00:56 -0800 (Mon, 14 Nov 2011) Log Message: --- p5-text-bibtex: * update to v0.61 * fix build with clang

Re: [87201] trunk/dports/aqua/qlipper/Portfile

2011-11-14 Thread Ryan Schmidt
On Nov 13, 2011, at 23:56, Joshua Root wrote: On 2011-11-14 16:38 , Ryan Schmidt wrote: I wasn't sure what would happen when you change the case of the port name like that. Will users who had qlipper @1.8.2_0 installed get prompted to upgrade to Qlipper @1.8.2_1? I don't think this is a

Re: UsingTheRightCompiler

2011-11-14 Thread Matthew Cottrell
Yes, '-x c-header' is exactly what was needed. Precompiler problem now solved. I'll be revising the ticket to upgrade ARB to 5.3 shortly with this and a couple of other fixes. On Nov 14, 2011, at 7:48 AM, Joshua Root wrote: You might need to use '-x c-header' as well because the input

qlipper configure phase

2011-11-14 Thread Ryan Schmidt
The qlipper port has this configure phase code: configure.cmd ${qt_qmake_cmd} configure.pre_args INSTALL_PREFIX=${worksrcpath}/tmprelease/ CONFIGURE=\release\ configure { ui_msg ${worksrcpath} system cd ${worksrcpath} ${qt_qmake_cmd} } The ui_msg is clearly debugging