Author Topic: Sizeof errors  (Read 223 times)

Alex47

  • Hero Member
  • *****
  • Posts: 1369
  • Reputation: 48
  • (I can't think of something funny to go here)
  • Computers: Asus k55v, custom built self-acclaimed tank of a pc
  • iDevices: iPhone 3G, iPod touch 4g, iPod touch 2g
Sizeof errors
« on: February 07, 2013, 04:21:20 pm »
I don't know I I'm jus being nooby and not downloading something but I keep getting sizeof errors while running ./configure on things, I.E

And

Any ideas?
My Number:00110110 00110110 00110110

A12danrulz

  • Leader
  • Hero Member
  • *****
  • Posts: 4017
  • Reputation: 216
  • Badges:
Re: Sizeof errors
« Reply #1 on: February 07, 2013, 04:33:01 pm »
You need a new copy of netinet/ip.h and netinet/in_systm.h in /usr/include. Just google "in_systm.h" and "ip.h" and they should be available on any number of sites. Take them from apple's header subdomain if you can see it, usually those cause the least problems for me.

Trcx528

  • Haxor
  • Hero Member
  • *****
  • Posts: 4502
  • Reputation: 166
  • Google it!
    • iNinjas
  • Badges:
  • Computers: 13" 2011 Macbook Pro, 120 GB SSD and 16 GB of Ram
  • iDevices: None
Re: Sizeof errors
« Reply #2 on: February 07, 2013, 06:38:43 pm »
you have the headers for the toolchain?
also here's the google search term you'll be wanting

"ip.h" site:opensource.apple.com

Alex47

  • Hero Member
  • *****
  • Posts: 1369
  • Reputation: 48
  • (I can't think of something funny to go here)
  • Computers: Asus k55v, custom built self-acclaimed tank of a pc
  • iDevices: iPhone 3G, iPod touch 4g, iPod touch 2g
Re: Sizeof errors
« Reply #3 on: February 08, 2013, 01:39:18 am »
You need a new copy of netinet/ip.h and netinet/in_systm.h in /usr/include. Just google "in_systm.h" and "ip.h" and they should be available on any number of sites. Take them from apple's header subdomain if you can see it, usually those cause the least problems for me.
That didn't work, it says in_systm.h usability and presence are there but I can't even find the ip.h line

Also trcx thanks for the google thing!
My Number:00110110 00110110 00110110