CDT & Cygwin [message #101624] |
Wed, 05 May 2004 22:10  |
Eclipse User |
|
|
|
Hi,
sorry for reposting. but i still cannot make it work.
I added e:\cygwin\bin\ to my path. when i go "make" (or any other commands
like g++) on run command, it works. so i am not sure why it is not working
from eclipse. Also, "build project" and "build all" are inactive. how do i
fix this? any help is appreciated! :)
thanks
|
|
|
|
|
|
|
|
Re: CDT & Cygwin [message #103837 is a reply to message #101736] |
Wed, 26 May 2004 14:16  |
Eclipse User |
|
|
|
Thanks, Luis, this works perfectly. Advice -- first get the command
working in a command window, then cut-paste to the shortcut.
Luis Sanchez wrote:
> Try creating a shortcut with the following as it's target (it's all one
> line):
> D:cygwinbinbash.exe --login -c "D:/eclipse/3.0M8/eclipse.exe
> -data `cygpath --windows /d/workspace/`
> -vm `cygpath --windows /d/sun/j2sdk1.4.2_03/jre/bin/javaw.exe`"
> Of course, use your own paths when appropriate and include/exclude
> whatever parameters you need to start eclipse with.
> Doing the above will remove the need to all Cygwin's bin directory to
> your path, but will leave open a command line window. :(
> Make sure that you have installed everything needed for the compiler to
> work. One way to do this is to install EVERTHING when you install cygwin.
> R wrote:
> > Hi,
> > sorry for reposting. but i still cannot make it work.
> > I added e:cygwinbin to my path. when i go "make" (or any other commands
> > like g++) on run command, it works. so i am not sure why it is not working
> > from eclipse. Also, "build project" and "build all" are inactive. how do i
> > fix this? any help is appreciated! :)
> > thanks
> >
> >
|
|
|
Powered by
FUDForum. Page generated in 0.08037 seconds