Author Topic: Help with porting programs to iDevices  (Read 3835 times)

C0deH4cker

  • Hero Member
  • *****
  • Posts: 2849
  • Reputation: 129
  • I am leaving iNinjas. Contact me via email.
  • Badges:
  • iDevices: iPhone 4S 16gb Black (5.1.1), iPad 2 32gb White (5.0.1), iPod Touch 2G 8gb (4.2.1)
Re: Help with porting programs to iDevices
« Reply #60 on: March 23, 2012, 04:50:23 pm »
its actually libgcc_s.1.dylib

1337

  • Sr. Member
  • ****
  • Posts: 254
  • Reputation: 13
  • Computers: HP - Possible future  alienware!
  • iDevices: iPod 4th Gen
Re: Help with porting programs to iDevices
« Reply #61 on: March 24, 2012, 01:38:30 am »
its actually libgcc_s.1.dylib
Thanks thats the reason why I couldnt find it xD
EDIT: Well It fixed somehow because it was almost done and before it was like 5 seconds so that means I made some progress but I still get that CoreFoundation error:

« Last Edit: March 24, 2012, 02:03:13 am by 1337 »
Learning python 2.5..
PM to make signature/avatar

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: Help with porting programs to iDevices
« Reply #62 on: March 24, 2012, 02:09:43 am »
I think you missed the -F in front of the path.  Try verifying that you have the -F in front of the framework path in the configure step. 

1337

  • Sr. Member
  • ****
  • Posts: 254
  • Reputation: 13
  • Computers: HP - Possible future  alienware!
  • iDevices: iPod 4th Gen
Re: Help with porting programs to iDevices
« Reply #63 on: March 24, 2012, 02:17:05 am »
I think you missed the -F in front of the path.  Try verifying that you have the -F in front of the framework path in the configure step.
Its in the middle:

Learning python 2.5..
PM to make signature/avatar

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: Help with porting programs to iDevices
« Reply #64 on: March 24, 2012, 02:26:30 am »
That all needs to be on the same line.  The -F should not be broken up. 

Don't like seeing ads? Click here to register!

1337

  • Sr. Member
  • ****
  • Posts: 254
  • Reputation: 13
  • Computers: HP - Possible future  alienware!
  • iDevices: iPod 4th Gen
Re: Help with porting programs to iDevices
« Reply #65 on: March 24, 2012, 02:29:51 am »
That all needs to be on the same line.  The -F should not be broken up.
It os but my iPod screen is one digit too small to show it
Learning python 2.5..
PM to make signature/avatar

C0deH4cker

  • Hero Member
  • *****
  • Posts: 2849
  • Reputation: 129
  • I am leaving iNinjas. Contact me via email.
  • Badges:
  • iDevices: iPhone 4S 16gb Black (5.1.1), iPad 2 32gb White (5.0.1), iPod Touch 2G 8gb (4.2.1)
Re: Help with porting programs to iDevices
« Reply #66 on: March 24, 2012, 06:02:11 am »
can you pm me the makefile? Ill take a look at it and then ill post what to try next.

1337

  • Sr. Member
  • ****
  • Posts: 254
  • Reputation: 13
  • Computers: HP - Possible future  alienware!
  • iDevices: iPod 4th Gen
Re: Help with porting programs to iDevices
« Reply #67 on: March 25, 2012, 02:49:54 am »
can you pm me the makefile? Ill take a look at it and then ill post what to try next.
Sure but how can i post it?
Learning python 2.5..
PM to make signature/avatar

h4ck3rpr0n3

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3062
  • Reputation: 130
  • Developer, Genius :P :P
  • Badges:
  • Computers: HP Pavillion g7: Windows 7, BT5 R1, Ubuntu 12.04, Windows 8, Linux Mint
  • iDevices: ipod touch 3g, ipod touch 2g
Re: Help with porting programs to iDevices
« Reply #68 on: March 25, 2012, 08:24:26 am »
Sure but how can i post it?
Put the code on pastebin and then paste the link.
goals:
[] get developer status
[X] get 30+ karma
[X] get to hero member
[X] become part of the staff

languages i know:
JavaScript
CSS
HTML
PHP
C
C++
Cython
Python

1337

  • Sr. Member
  • ****
  • Posts: 254
  • Reputation: 13
  • Computers: HP - Possible future  alienware!
  • iDevices: iPod 4th Gen
Re: Help with porting programs to iDevices
« Reply #69 on: March 27, 2012, 11:41:13 am »
Sorry that im not so active right now, thats because Im really busy with school and its really nice weather outside.
Learning python 2.5..
PM to make signature/avatar

Don't like seeing ads? Click here to register!