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


It seems that it complains about the -s parameter (I think I understand). Try to remove it from the mak file.
Note that if you are running with cygwin, you can reuse the build.sh.

PaScaL



Luis Verge González <lvergegon@xxxxxxxxxxx>
Sent by: eclipse-dev-admin@xxxxxxxxxxx

10/20/2004 03:28 PM

Please respond to
eclipse-dev

To
eclipse-dev@xxxxxxxxxxx
cc
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