Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipse-dev] Problems with the makefile in the article branding your application

Hello Sam,

First of all thank you, but I haven´t solved the problem yet.

I have changed the lines of make_mingw.mak but it shows me the same error:

- make_mingw.mak:37: *** Unable to find i586-pc-cygwin-gcc.  Stop.

( Maybe OSTYPE in the if sentence)

I have installed cygwin in my XP, but it doesn't contain the gcc compiler.

I have tried using cygwin but when  I run the 'build.bat ' in cygwin , it sends me the next error:

-gcc: no input files
-Building Windows launcher. Defaults: -os win32 -arch x86 -ws win32
-C:\Archivos de programa\mingw\bin\mingw32-make: *** No rule to make target `../e
-clipseOS.h', needed by `eclipse.o'.  Stop.

Note:

- I have installed cygwin

- I have installed mingw

- I don´t want to use Visual C compiler

 

Can I change the 'make_win.mak' file to obtain similar results?

What can I do?

:-)  I would be very gratefull if you can send me a makefile for mingw :-)

Thanks again.

 

 



 

>From: "Robb, Sam" <sam.robb@xxxxxxxxxxx>
>Reply-To: eclipse-dev@xxxxxxxxxxx
>To: <eclipse-dev@xxxxxxxxxxx>
>Subject: RE: [eclipse-dev] Problems with the makefile in the article branding your application
>Date: Wed, 20 Oct 2004 15:42:15 -0400
>
>Luis,
>
>   A couple of thoughts.
>
>   - The original patch was designed to work with Cygwin gcc,
>     working in mingw mode.  It sounds like you have the native
>     Windows mingw tools installed (not the Cygwin tools).
>
>   - In make_mingw.mak, try changing the following lines:
>
>     CC      = $(shell which i586-pc-cygwin-gcc)
>     TDIR    = $(dir $(shell test -L $(CC) && readlink $(CC) || echo $(CC)))
>
>     Change CC to point to where your mingw compiler is located,
>     and TDIR to point to the directory it's in.
>
>   - You may still run into additional problems, because as I said,
>     the original patch was intended to be used with Cygwin tools.
>     This should at least get you pointed in the right direction,
>     though.
>
>-Samrobb
>
>-----Original Message-----
>From: Luis Verge González [mailto:lvergegon@xxxxxxxxxxx]
>Sent: Wednesday, October 20, 2004 3:29 PM
>To: eclipse-dev@xxxxxxxxxxx
>Subject: [eclipse-dev] Problems with the makefile in the article branding your application
>
>
>Hello,
>
>I'm new so I don't know many things about eclipse, I'm doing an application
>and I've done what the article "Branding your application" say but when
>  I'm using the build command I have problems. I have made changes in
>the "build.bat" file in order to compile with the mingw compiler.
>I have used the make_mingw instead of using the make_win.mak
>but when I do it, I have this error:
>
>- No se esperaba -s en este momento.
>- process_begin: CreateProcess((null), which i586-pc-cygwin-gcc, ...) failed.
>- make_mingw.mak:37: *** Unable to find i586-pc-cygwin-gcc.  Stop.
>
>I think I have to change something in mingw32-make.mak, but I don't know how to solve the problem.
>What I can do?
>
>Thanks.
>
>   _____
>
>Coches nuevos, coches de ocasión, coches de Km 0 Si piensas en  <http://g.msn.com/8HMBESES/2746??PS=47575> cambiar de coche, MSN Motor. _______________________________________________ eclipse-dev mailing list eclipse-dev@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit http://dev.eclipse.org/mailman/listinfo/eclipse-dev
>


Encuentra una aventura, un romance o al amor de tu vida. Date de alta gratis.

Back to the top