winsup question

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
cain974
Posts: 4
Joined: Mon Nov 07, 2005 5:45 pm

winsup question

Post by cain974 »

Hi,
I try to use the toolchain with a native UNIX without cygwin, when it compiles, it says :
"error you need the winsup sources or a cygwin installation to compile the cygwin version of newlib", so is there another version of newlib or where i could download the winsup sources ?
thanks
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

Are you using toolchain.sh? What OS are you using?
cain974
Posts: 4
Joined: Mon Nov 07, 2005 5:45 pm

Post by cain974 »

Yes, i'm using toolchain, OS debian, i try first with cygwin and it was ok but with debian i didn't manage. I would like to build my project with the python lib but with cygwin i didn't manage so i would try on a native UNIX. If you have any ideas....
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

Can you post the output of toolchain.sh?
cain974
Posts: 4
Joined: Mon Nov 07, 2005 5:45 pm

Post by cain974 »

humm, i did a ./toolchain -n and if i do a ./toolchain now it will take a looooong time. If you really need the output i can do it but.... :).
i didn't do a ./toolchain -p but i think it is up-to-date. You think i have the specific cygwin toolchain ( if it exists ) ?
cain974
Posts: 4
Joined: Mon Nov 07, 2005 5:45 pm

Post by cain974 »

Hi,
So, i finally manage to build it on debian and cygwin, it was my fault :p, i let a #define __CYGWIN__ in my header. Sorry... I don't try yet with Python lib, i hope this will works with debian...
Thanks for your help
Post Reply