Hello! There is probably something trivial I have missed, but I am having trouble building some projects with darwinbuild. I have set up the build directory according to the instructions in the README. When I do darwinbuild SmartCardServices everything seems to work at first, until I get this error message: xcodebuild: Error: the directory /SourceCache/SmartCardServices/SmartCardServices-32672 does not contain an Xcode project. This seems strange to me since the .tar.gz contains what looks like an Xcode project:
tar tzvf Sources/SmartCardServices-32672.tar.gz | grep xcode drwxr-xr-x root/kevin 0 2007-10-03 01:08:53 SmartCardServices-32672/SmartCardServices.xcodeproj/ -rw-r--r-- root/kevin 145193 2007-10-03 01:08:53 SmartCardServices-32672/SmartCardServices.xcodeproj/project.pbxproj
Perhaps someone on this list can see what might be wrong here? Regards, Mattias
It looks that Darwinbuild is more or less broken for the time beeing.... I had more luck with XCode (and spotlight to find the missing headers ) Cheers, Bart Mattias Brändström wrote:
Hello!
There is probably something trivial I have missed, but I am having trouble building some projects with darwinbuild. I have set up the build directory according to the instructions in the README. When I do darwinbuild SmartCardServices everything seems to work at first, until I get this error message:
xcodebuild: Error: the directory /SourceCache/SmartCardServices/SmartCardServices-32672 does not contain an Xcode project.
This seems strange to me since the .tar.gz contains what looks like an Xcode project:
tar tzvf Sources/SmartCardServices-32672.tar.gz | grep xcode drwxr-xr-x root/kevin 0 2007-10-03 01:08:53 SmartCardServices-32672/SmartCardServices.xcodeproj/ -rw-r--r-- root/kevin 145193 2007-10-03 01:08:53 SmartCardServices-32672/SmartCardServices.xcodeproj/project.pbxproj
Perhaps someone on this list can see what might be wrong here?
Regards, Mattias _______________________________________________ darwinbuild-dev mailing list darwinbuild-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/darwinbuild-dev
You're hitting <http://darwinbuild.macosforge.org/trac/ticket/1>. Its a known problem and I'm still trying to fix it. The best workaround is to build on a UFS disk image. The basic problem is Xcode 3.0 has trouble inside of a chroot on certain filesystems, either because they support volfs, perhaps because they are case sensitive. Also make sure you've installed from svn trunk as that has the Xcode 3 support. -Bill On Jun 24, 2008, at 2:54 AM, Mattias Brändström wrote:
Hello!
There is probably something trivial I have missed, but I am having trouble building some projects with darwinbuild. I have set up the build directory according to the instructions in the README. When I do darwinbuild SmartCardServices everything seems to work at first, until I get this error message:
xcodebuild: Error: the directory /SourceCache/SmartCardServices/ SmartCardServices-32672 does not contain an Xcode project.
This seems strange to me since the .tar.gz contains what looks like an Xcode project:
tar tzvf Sources/SmartCardServices-32672.tar.gz | grep xcode drwxr-xr-x root/kevin 0 2007-10-03 01:08:53 SmartCardServices-32672/SmartCardServices.xcodeproj/ -rw-r--r-- root/kevin 145193 2007-10-03 01:08:53 SmartCardServices-32672/SmartCardServices.xcodeproj/project.pbxproj
Perhaps someone on this list can see what might be wrong here?
Regards, Mattias _______________________________________________ darwinbuild-dev mailing list darwinbuild-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/darwinbuild-dev
---- William Siegrist Mac OS Forge http://macosforge.org/
participants (3)
-
Bart Thissen
-
Mattias Brändström
-
William Siegrist