-
Instead of trying to infer the CPU type after querying "sysctl hw.model", it would be much better to query "sysctl hw.cputype" and "sysctl hw.cpusubtype" and thereby definitively know the CPU type. You can compare the values returned by those commands to the constants in /usr/include/mach/machine.h.
2010-01-02 10:19:10 UTC in Automatically Tuned Linear Algebra Soft.
-
Vine Server 3.1 does not compile on Mac OS X 10.6 Snow Leopard. It says:
rfb.h:45: error: redefinition of 'struct CGPoint'
I fixed it with the attached patch. More information is available here:
http://trac.macports.org/ticket/22154#comment:4.
2009-12-30 19:43:53 UTC in Vine Server (OSXvnc)
-
Thanks pogma. That did the trick. Here is the patch we are now using in MacPorts to fix this:
http://trac.macports.org/browser/trunk/dports/audio/mpg123/files/patch-src-module.c?rev=61124.
2009-12-02 17:43:37 UTC in mpg123
-
How embarrassing. :) Thank you. That fixed it.
http://trac.macports.org/changeset/57344.
2009-09-10 03:55:16 UTC in ccrypt
-
Apologies for not showing enough output before. I have now attached the complete log of a build failure with an unpatched ccrypt 1.9. The issue is intermittent but not difficult for me to reproduce.
2009-09-10 02:13:26 UTC in ccrypt
-
quickascii doesn't build on Snow Leopard. There are a lot of warnings
2009-09-03 11:18:13.247 xcodebuild[50606:60f] WARNING: Failed to load
plugin at: /Developer/Library/Xcode/Plug-
ins/XdesignCompilerPlugin.xcplugin, skipping. Could not load bundle.
followed by the fatal error
Jam is deprecated and has been removed; targets that use Jam must be
upgraded to native targets. For...
2009-09-03 16:24:37 UTC in QuickASCII Movie Player
-
Building ccrypt 1.9 on Mac OS X Snow Leopard with 3 parallel build jobs (make -j3) fails:
if /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -DLOCALEDIR=\"/rootmp/share/locale\" -I/rootmp/include -I/System/Library/Frameworks/CoreFoundation.framework/Headers -O2 -arch x86_64 -MT tables.o -MD -MP -MF ".deps/tables.Tpo" -c -o tables.o tables.c; \
then mv -f...
2009-08-29 11:25:20 UTC in ccrypt
-
I can't compile ccrypt 1.8 on Mac OS X (tested 10.4.11 and 10.5.8 both on Intel).
Making check in src
if /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -DLOCALEDIR=\"/mp/share/locale\" -I/mp/include -I/System/Library/Frameworks/CoreFoundation.framework/Headers -O2 -O3 -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
then mv -f ".deps/main.Tpo"...
2009-08-25 11:32:36 UTC in ccrypt
-
The problem remains with 0.9.1. The problem only exists on Mac OS X 10.4. On 10.5 it compiles fine.
Do you know that the iconv function prototype differs by OS and OS version? You need to detect which iconv function prototype is in use on the OS at build time and adapt to it.
2009-08-24 06:13:37 UTC in LibOFX
-
Trying to build tightvnc 1.3.10 on Mac OS X 10.4.11 Intel fails with:
gcc -o Xvnc -O2 -ansi -Dasm=__asm -L../.././/exports/lib dix/libdix.a os/libos.a ../.././/lib/Xau/libXau.a ../.././/lib/Xdmcp/libXdmcp.a ../.././/exports/lib/libfont.a hw/vnc/libvnc.a ../.././/../libvncauth/libvncauth.a cfb/libcfb.a cfb16/libcfb.a cfb24/libcfb.a cfb32/libcfb.a mfb/libmfb.a dix/libxpstubs.a...
2009-08-24 00:24:22 UTC in TightVNC