Author Topic: little help please  (Read 1448 times)

h4ck3rpr0n3

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3069
  • 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
little help please
« on: August 15, 2011, 01:11:01 am »
well i'm porting python 2.5 but adding support for tkinter (awesome right?) i have tk/tcl thanks to c0de (thanks!), anyways i got the file from python.org unarchived it and then after seeing a post to get it to support openSSL (different story haha) i figured it'd work with tkinter so i ran :
(in root and the file's directory)
./configure --with-tkinter
(it configured fine)
make install

and it gives me this (it doesn't have the other stuff because i accidentally excited before i got it haha)



anyone know how to fix those errors or what they are even? thanks!
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

BooCocky

  • Leader
  • Hero Member
  • *****
  • Posts: 875
  • Reputation: 82
  • All your base are belong to ininjas
  • Badges:
  • Computers: Dell Inspirion
  • iDevices: ipod shuffle
Re: little help please
« Reply #1 on: August 15, 2011, 06:59:53 am »
Try 2.6? Ive had better luck with that.

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: little help please
« Reply #2 on: August 15, 2011, 10:30:18 am »
Use saurik's config line.

h4ck3rpr0n3

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3069
  • 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: little help please
« Reply #3 on: August 15, 2011, 11:50:20 am »
alright thanks guys, i'll keep you posted. sorry it took awhile but at&t decided to be jerks and shut off my internet an hour before my dads paycheck went in haha
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

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: little help please
« Reply #4 on: August 15, 2011, 03:19:37 pm »
./configure '--build=x86_64-unknown-linux-gnu' '--host=arm-apple-darwin9' '--enable-static=no' '--enable-shared=yes' '--prefix=/usr' '--localstatedir=/var/cache/python' '--enable-shared' '--with-system-ffi' '--with-signal-module' '--disable-toolbox-glue' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=arm-apple-darwin9'

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

h4ck3rpr0n3

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3069
  • 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: little help please
« Reply #5 on: August 15, 2011, 03:58:34 pm »
o k thanks, will try right away!
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

h4ck3rpr0n3

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3069
  • 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: little help please
« Reply #6 on: August 15, 2011, 05:06:53 pm »
umm... did i do it wrong?  i went into the directory again, C&P the code you gave me it ran, it said something but i ran "make install" just to see and nothing. i was closer before haha.



should i just try boo's suggestion? or did i screw something up?
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

h4ck3rpr0n3

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3069
  • 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: little help please
« Reply #7 on: August 15, 2011, 05:07:27 pm »
oh! and thanks for the help guys i appreciate it, it's just my first time porting something haha.
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

h4ck3rpr0n3

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3069
  • 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: little help please
« Reply #8 on: August 15, 2011, 08:02:32 pm »
alright i'm giving python 2.6 a try, hopefully it'll work i'll let you know though k?
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

h4ck3rpr0n3

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3069
  • 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: little help please
« Reply #9 on: August 15, 2011, 08:37:33 pm »
sorry for the multiple posts in a row haha. python 2.6 only gave me one error and i think i know how to fix it, i'll post a ss so you can see. i'm gonna try to get it finished and working by tonight (9:37 p.m. right now)


« Last Edit: August 15, 2011, 08:44:44 pm by h4ck3rpr0n3 »
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

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