I am new to darwinbuild and starting with something that I think should be simple. I need to create a tokend driver, so to start with I am just building the sample - as documented in "Building Toeknd Using darwinbuild". However, the build does not just work. To start with, it is unable to find <security_utilities/adornments.h> or <security_utilities/refcount.h>. There are also several frameworks that appear to be missing: security_cdsa_client security_cdsa_utilities security_utilities security securityTokend I thought I followed the directions to the letter, but I appear to have missed something. Any thoughts, help, or ideas will be greatly appreciated. I am running 10.6.2 with darwin 10A432. The boot drive is only being used for this development, so beyond the steps to build the sample tokend, it is an updated basic Snow Leopard system. Rich Collyer
On Jan 25, 2010, at 10:13 AM, r c wrote:
I am new to darwinbuild and starting with something that I think should be simple. I need to create a tokend driver, so to start with I am just building the sample - as documented in "Building Toeknd Using darwinbuild".
Where is that documentation?
However, the build does not just work. To start with, it is unable to find <security_utilities/adornments.h> or <security_utilities/refcount.h>. There are also several frameworks that appear to be missing:
What commands did you run? Paste the output of the entire process. -Bill
Am 25.01.2010 um 19:58 schrieb William Siegrist:
On Jan 25, 2010, at 10:13 AM, r c wrote:
I am new to darwinbuild and starting with something that I think should be simple. I need to create a tokend driver, so to start with I am just building the sample - as documented in "Building Toeknd Using darwinbuild".
Where is that documentation?
Available by request from dts at apple. Don't ask why third parties need to - find out about it's existence by looking at mailing list archives and - ask dts and wait for a reply for basic bootstrapping information of an opensource project.
Am 25.01.2010 um 19:13 schrieb r c:
I am new to darwinbuild and starting with something that I think should be simple. I need to create a tokend driver, so to start with I am just building the sample - as documented in "Building Toeknd Using darwinbuild".
However, the build does not just work. To start with, it is unable to find <security_utilities/adornments.h> or <security_utilities/refcount.h>. There are also several frameworks that appear to be missing:
security_cdsa_client security_cdsa_utilities security_utilities security securityTokend
I thought I followed the directions to the letter, but I appear to have missed something. Any thoughts, help, or ideas will be greatly appreciated.
I am running 10.6.2 with darwin 10A432. The boot drive is only being used for this development, so beyond the steps to build the sample tokend, it is an updated basic Snow Leopard system.
You're trying to build the project with Xcode. Even if you create an Composite SDK with those frameworks, and manage to compile and link, I'm not aware of an way to get a non-crashing tokend that way on Snow Leopard. My recommendation is: - chmod your darwinbuild Sources directory so you can write to it - uncompresss the .zip'ed tokend sources there - modify them there and use "darwinbuild tokend" for building. Regards, Tom_E
If I read this correctly, the DTS document (which is unsupported) says to use xcode, but that doesn't work, so use the command line tool. ...that does appear to work. Thank you, Rich Collyer ________________________________ From: Thomas Engelmeier <te.mlists@googlemail.com> To: r c <iseecolors@sbcglobal.net> Cc: darwinbuild-dev@lists.macosforge.org Sent: Mon, January 25, 2010 11:22:43 AM Subject: Re: [darwinbuild-dev] tokend build Am 25.01.2010 um 19:13 schrieb r c:
I am new to darwinbuild and starting with something that I think should be simple. I need to create a tokend driver, so to start with I am just building the sample - as documented in "Building Toeknd Using darwinbuild".
However, the build does not just work. To start with, it is unable to find <security_utilities/adornments.h> or <security_utilities/refcount.h>. There are also several frameworks that appear to be missing:
security_cdsa_client security_cdsa_utilities security_utilities security securityTokend
I thought I followed the directions to the letter, but I appear to have missed something. Any thoughts, help, or ideas will be greatly appreciated.
I am running 10.6.2 with darwin 10A432. The boot drive is only being used for this development, so beyond the steps to build the sample tokend, it is an updated basic Snow Leopard system.
You're trying to build the project with Xcode. Even if you create an Composite SDK with those frameworks, and manage to compile and link, I'm not aware of an way to get a non-crashing tokend that way on Snow Leopard. My recommendation is: - chmod your darwinbuild Sources directory so you can write to it - uncompresss the .zip'ed tokend sources there - modify them there and use "darwinbuild tokend" for building. Regards, Tom_E
participants (3)
-
r c
-
Thomas Engelmeier
-
William Siegrist