Fwd: xine-ui compile error

2006-01-01 Thread Vijay Kiran Kamuju
Sorry as could not send to cygwin-apps, i am forwarding here. -- Forwarded message -- From: Vijay Kiran Kamuju <[EMAIL PROTECTED]> Date: Jan 2, 2006 12:54 PM Subject: xine-ui compile error To: cygwin-xfree@cygwin.com, cygwin-apps@cygwin.com I am getiting the following

imlib2-1.2.1 compilation errors with cygwin 1.5.18 and binutils-20050610

2006-01-03 Thread Vijay Kiran Kamuju
hi , i am unable to compile imlib2-1.2.1 with cygwin 1.5.18, binutils-20050610 and gcc-3.4.4-1 first i was unable compile due to missing RTLD_LOCAL in the /usr/include/dlfcn.h could you please add the following line to dlfcn.h #define RTLD_LOCAL 0 after that the compilation failed while compili

Re: cygwin Digest 4 Jan 2006 00:51:32 -0000 Issue 4718

2006-01-04 Thread Vijay Kiran Kamuju
ygwin@cygwin.com > Date: Tue, 03 Jan 2006 18:05:19 -0600 > Subject: Re: imlib2-1.2.1 compilation errors with cygwin 1.5.18 and > binutils-20050610 > -----BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Vijay Kiran Kamuju wrote: > > i am unable to compile imlib2-1.2.1 w

Re: imlib2-1.2.1 compilation errors with cygwin 1.5.18 and binutils-20050610

2006-01-04 Thread Vijay Kiran Kamuju
Hi, I tried that before sending it to the list. Even that failed due to the errors u mentioned. The issues regarding missing leading underscores in symbols when linking the objects later. How to fix that? Well why do the following psuedo-ops fail with cygwin 'as.exe' .type .comm a,b,c .size thank

Re: imlib2-1.2.1 compilation errors with cygwin 1.5.18 and binutils-20050610

2006-01-04 Thread Vijay Kiran Kamuju
> #ifdef __EMX__ > /* Due to strange behaviour of as.exe we use this macros */ > /* For all OS/2 coders - please use PGCC to compile this code */ > #define PR_(foo) ___##foo > #define PT_(foo,func) ___##foo,##func > #define SIZE(sym) \ > .___end_##sym:;

cygwin and getline

2006-01-05 Thread Vijay Kiran Kamuju
Hi, I am using cygwin 1.18. I am trying to compile a simple test program using the function getline which is defined in stdio.h I am getting symbol unreferenced errors while linking. Is the function unimplemented. i think its unimplemented as i even tried to find the string entry for getline funct

Cygwin and getsubopt

2006-01-06 Thread Vijay Kiran Kamuju
Hi, I could see getsubopt declaration in the unistd.h but in unix/linux its defined in stdlib.h i have also noticed that cygwin1.dll does not have that function implemented. as strings cygwin1.dll as of the 20060105 snapshot debug version did not give any results for the string getsubopt. Its well

Re: cygwin and getline

2006-01-06 Thread Vijay Kiran Kamuju
Hi , I am also facing the same problem for getsubopt function Thanks and Regards, Vijay On 1/6/06, Eric Blake <[EMAIL PROTECTED]> wrote: > > I am using cygwin 1.18. > > I am trying to compile a simple test program using the function > > getline which is defined in stdio.h > > cygwin getline does

Re: cygwin Digest 6 Jan 2006 16:37:18 -0000 Issue 4727

2006-01-08 Thread Vijay Kiran Kamuju
On 6 Jan 2006 16:37:18 -, [EMAIL PROTECTED] > cygwin and getline > 117072 by: Vijay Kiran Kamuju <[EMAIL PROTECTED]> > 117085 by: [EMAIL PROTECTED] (Eric Blake) > 117086 by: Vijay Kiran Kamuju <[EMAIL PROTECTED]> > 117094 by:

Re: cygwin Digest 6 Jan 2006 16:37:18 -0000 Issue 4727

2006-01-08 Thread Vijay Kiran Kamuju
> Please, please, PLEASE, http://cygwin.com/acronyms/#PCYMTNQREAIYR. > Or do it manually. But don't repeat what you just did here. Blindly > replying to a digest message, with LOADS of email addresses listed in > raw form, is unacceptable on this list. > Thanks for informing me about this. Well i

Cygwin(1.5.18) gcc (3.4.4) problems when compileing esd test prg

2006-01-09 Thread Vijay Kiran Kamuju
Hi, I am tring to compile this sample program on cygwin 1.5.18 and gcc (gcc 3.4.4) /*file name esd_test.c*/ #include #include #include main() { int fd; char host[256]; gethostname(host,256); fd=esd_open_sound(host); if(fd >= 0) printf("Hai\n"); else printf("Bye\n"); } compile instructions

Re: Cygwin(1.5.18) gcc (3.4.4) problems when compileing esd test prg

2006-01-09 Thread Vijay Kiran Kamuju
> > I am tring to compile this sample program on cygwin 1.5.18 and gcc (gcc > > 3.4.4) > > You're writing a program that tries to call esound libraries. These > libraries are not in the Cygwin distribution. You'll have to build them > yourself or find them elsewhere (Cygwin Ports has packages I

Maintainer-List

2006-01-21 Thread Vijay Kiran Kamuju
Hi, If there is a list of apps and their maintainer it would be of some help. As it would be easy to identify the apps with no maintainers. New interested maintainer may take it up. Thanks and Regards, Vijay -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Cygwin and Blackbox font problem

2006-01-21 Thread Vijay Kiran Kamuju
Hi, In cygwin i compiled blackbox-0.70.1 successfully. when i try to start it shows the fonts as blocks, could anybody help me with this one. There is a bug logged in blackboxwm bugzilla since past 1 year, no response its no is 1105302 Thanks and Regards, Vijay -- Unsubscribe info: http://c

which package has cyggnome-menu-0.dll

2006-01-23 Thread Vijay Kiran Kamuju
Hi, Can anyone tell me which package has cyggnome-menu-0.dll, please? Thanks, Vijay -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.co

Possible bug

2005-02-08 Thread Vijay Kiran Kamuju
try this : $ AUTOHEADER="autoheader`echo "$AUTOCONF" | sed 's/.*autoconf//'`" $ test -x $AUTOHEADER $ echo $? the result in cygwin is 1 but the result in fedora is 0 this is not enabling me to cross compile tvtime -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: Possible bug

2005-02-08 Thread Vijay Kiran Kamuju
TOHEADER"` || { echo `basename $0`: GNU Autoconf installed improperly 1>&2 && exit 2; } in tvtime bootstrap under cygwin im geting the message GNU Autoconf installed improperly but not in fedora bye, Vijay On Tue, 8 Feb 2005 15:41:20 +0530,

Re: Possible bug

2005-02-08 Thread Vijay Kiran Kamuju
oconf 1>&2 && exit 1; } On Tue, 8 Feb 2005 16:01:54 +0530, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: > oops in fedora its 1 > > code in tvtime boot strap thats failing > - > test -x "$AUTOHEADER"

ioctls.h not found

2004-12-08 Thread Vijay Kiran Kamuju
When I am compiling ZSNES in cygwin. asm/ioctls.h: No such file or directory Error. Please Help Me -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: h