Re: make - lots of compile errors

2010-12-23 Thread Christopher Faylor
On Thu, Dec 23, 2010 at 02:17:05PM -0200, Carlos Pfitzner wrote: >I am compliling squid to run on windows - native -or- under cygwin >./configure >runs fine > >however >make >guives a lot off errors and termintates > >I believve is not possible to be c c++ forget to be updated or similar >cause my

make - lots of compile errors

2010-12-23 Thread Carlos Pfitzner
I am compliling squid to run on windows - native -or- under cygwin ./configure runs fine however make guives a lot off errors and termintates I believve is not possible to be c c++ forget to be updated or similar cause my cygwin version 1.7.1-1 is a new instalation completely downloaded from inte

RE: Compile errors

2007-06-13 Thread Long, Phillip GOSS
Yves-Alain Nicollet wrote: > Hi. > I'm trying to compile xplore under cygwin. > The link-edit phase seems not to work. It looks like I'm missing some libs. > Can you please help? > Thanks. > > Here is part of the error message (the Makefile comes after): > > > gcc xplore.o -o xplore

Re: Compile errors

2007-06-13 Thread Brian Dessent
Yves-Alain Nicollet wrote: > gcc xplore.o -o xplore > xplore.o: In function `Wait': > /cygdrive/d/XHOME/port/xplore/xplore-1.2a/xplore.c:32: undefined reference to > `_app_shell' I'm not going to pour over a huge Makefile (that's your job) but the above is a classic example of what happen

Compile errors

2007-06-13 Thread Yves-Alain Nicollet
Hi. I'm trying to compile xplore under cygwin. The link-edit phase seems not to work. It looks like I'm missing some libs. Can you please help? Thanks. Here is part of the error message (the Makefile comes after): $ make making all in ./xg... make[1]: Entering directory `/cygdrive/d/XHOME/port/xp

Compile errors on Popcorn (http://popcorn-os.sf.net)

2006-11-18 Thread lsproc
I am trying to compile Popcorn (http://popcorn-os.sf.net). When I compile it, I get errors: -> Linking kernel.bin... main.o: In function `main': /home/Philip/popcorn-os/kernel/main.c:74: undefined reference to `alloca' /home/Philip/popcorn-os/kernel/main.c:74: undefined reference to `main' Th

Re: Compile errors, Cygwin issue or gcc?

2005-06-23 Thread Gerrit P. Haase
Rebirth Seph wrote: I believe it is called "toolchain". I installed it but do not know a whole lot more about it. Since it is not a Cygwin package and it seems that you got it from somewhere else, please ask the vendor of this toolchain for support first. Gerrit -- Unsubscribe info: h

Re: Compile errors, Cygwin issue or gcc?

2005-06-22 Thread Gerrit P. Haase
RebirthSeph wrote: Gerrit P. Haase wrote: Rebirth Seph wrote: I'm getting these errors while compiling: $ make psp-gcc -c -Wall -pedantic socket.c In file included from /usr/local/pspdev/psp/lib/gcc/psp/4.0.0/../../../../psp/in clude/sys/socket.h:15, from socket.c:10: /us

Re: Compile errors, Cygwin issue or gcc?

2005-06-21 Thread Gerrit P. Haase
Rebirth Seph wrote: I'm getting these errors while compiling: $ make psp-gcc -c -Wall -pedantic socket.c In file included from /usr/local/pspdev/psp/lib/gcc/psp/4.0.0/../../../../psp/in clude/sys/socket.h:15, from socket.c:10: /usr/local/pspdev/psp/lib/gcc/psp/4.0.0/../../../..

Compile errors, Cygwin issue or gcc?

2005-06-20 Thread Rebirth Seph
I'm getting these errors while compiling: $ make psp-gcc -c -Wall -pedantic socket.c In file included from /usr/local/pspdev/psp/lib/gcc/psp/4.0.0/../../../../psp/in clude/sys/socket.h:15, from socket.c:10: /usr/local/pspdev/psp/lib/gcc/psp/4.0.0/../../../../psp/include/cygwin/soc

Re: CVS cygserver compile errors w/gcc 3.4.3

2004-09-30 Thread Corinna Vinschen
On Sep 30 10:57, Brian Ford wrote: > My own, compiled from CVS: > gcc (GCC) 3.4.3 20040928 (prerelease) > > ../../../../cygwin/winsup/cygserver/sysv_sem.cc:179: error: `__offsetof__' > was not declared in this scope > ../../../../cygwin/winsup/cygserver/sysv_sem.cc: In function `void > seminit()':

CVS cygserver compile errors w/gcc 3.4.3

2004-09-30 Thread Brian Ford
My own, compiled from CVS: gcc (GCC) 3.4.3 20040928 (prerelease) ../../../../cygwin/winsup/cygserver/sysv_sem.cc:179: error: `__offsetof__' was not declared in this scope ../../../../cygwin/winsup/cygserver/sysv_sem.cc: In function `void seminit()': ../../../../cygwin/winsup/cygserver/sysv_sem.cc:

Re: How compile w/o -mno-cygwin ? And compile errors

2004-04-15 Thread Gerrit P. Haase
Stephane wrote: > Hello, > I recently reinstalled my cygwin "installation". I was trying to compile some > project I'm working on and that used to compile fine. > But now as I go through the process of "aclocal; autoconf; autoheader; automake; > ./configure; make", it compiles the whole project w

How compile w/o -mno-cygwin ? And compile errors

2004-04-12 Thread Stephane
Hello, I recently reinstalled my cygwin "installation". I was trying to compile some project I'm working on and that used to compile fine. But now as I go through the process of "aclocal; autoconf; autoheader; automake; ./configure; make", it compiles the whole project with -mno-cygwin whereas bef