site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511
sudo make install sudo make installhdrs Thanks in advance, Brad Smith.
Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I am having trouble building this project (ChatServer-37.1) on Mac OS X 10.4.2. I downloaded it and ran: but it failed looking for membershipPriv.h. I eventually found that header in Libinfo-221, but when I tried to build that I got an error looking for /usr/bin/gcc-3.5. I tried to build the gcc-os-3.5-3506 project, but that failed miserably after about 7 hours. I discovered that I could run: on Libinfo-221, and thereby avoid building it, which allowed my build of ChatServer to continue, but it failed again with: apple_authenticate.c:38:30: error: Security/checkpw.h: No such file or directory apple_authenticate.c: In function 'apple_checkpw': apple_authenticate.c:74: error: 'CHECKPW_SUCCESS' undeclared (first use in this function) apple_authenticate.c:74: error: (Each undeclared identifier is reported only once apple_authenticate.c:74: error: for each function it appears in.) apple_authenticate.c:74: warning: implicit declaration of function 'checkpw'` I found that header (checkpw.h) in libsecurity_checkpw-7 and tried to build it, but I found nothing to even get started. There is no makefile, and the xcode project fails with dependency errors on Directory something-or-other. Is there something fundamental I am missing here? This is my first time trying to build a darwin project, but I thought on a Tiger workstation this would be relatively easy. If there is some prerequisite reading I need to do that will help with the build process then any pointers would be appreciated. This email sent to site_archiver@lists.apple.com
participants (1)
-
Transcoreadmin