cwalls251 / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

./configure fails on Ubuntu Feisty x86 32bit #84

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./configure --enable-optimized

2. (I have the MacOSX10.4-Universal-SDK/Developer/SDKs/MacOSX10.4u.sdk
somewhere, but I don't know what to do with it right now)
3. (I checkout the SVN on Oct 18 2007)

What is the expected output? What do you see instead?

At the end of the ./configure output:

many lines like:
configure: WARNING: sys/time.h: present but cannot be compiled
configure: WARNING: sys/time.h:     check for missing prerequisite headers?
configure: WARNING: sys/time.h: see the Autoconf documentation
configure: WARNING: sys/time.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/time.h: proceeding with the preprocessor's result
configure: WARNING: sys/time.h: in the future, the compiler will take
precedence
configure: WARNING:     ## ----------------------------------- ##
configure: WARNING:     ## Report this to llvmbugs@cs.uiuc.edu ##
configure: WARNING:     ## ----------------------------------- ##

and finally:
checking for size_t... no
checking return type of signal handlers... void
checking whether struct tm is in sys/time.h or time.h... sys/time.h
checking for int64_t... no
configure: error: Type int64_t required but not found

What version of the product are you using? On what operating system?

Ubuntu Feisty on:
Linux x 2.6.20-16-generic #2 SMP Sun Sep 23 19:50:39 UTC 2007 i686 GNU/Linux

Please provide any additional information below.

I tried also:

  $ ./configure --includedir /home/login/IPHONE/new/MacOSX10.4-Universal-SDK/
Developer/SDKs/MacOSX10.4u.sdk --enable-optimized

but I obtained the same error at the end

Original issue reported on code.google.com by fabriss...@gmail.com on 18 Oct 2007 at 2:55

GoogleCodeExporter commented 8 years ago
Everithing worked fine after I removed some garbage left by trying another 
toolchain
(who corrupted my /usr/include/sys/cdefs.h !!!)

Original comment by fabriss...@gmail.com on 18 Oct 2007 at 2:58

GoogleCodeExporter commented 8 years ago

Original comment by Phi...@gmail.com on 21 Oct 2007 at 12:43