Export to GitHub

flycode - issue #3

usleep() causes trouble when building with 10.4 SDK


Posted on Feb 8, 2009 by Quick Rabbit

What steps will reproduce the problem? 1. build the project using the 10.4 sdk (also I'm using a PPC computer)

What is the expected output? What do you see instead? I get "warning: implicit declaration of function usleep" in both FMResultSet.m and FMDatabase.m

What version of the product are you using? On what operating system? The latest version of the project on 10.5.6 but building the project using the 10.4 sdk

Please provide any additional information below. The solution is to put #import "unistd.h" in both files.

Status: New

Labels:
Type-Defect Priority-Medium