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

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 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

Back to the top