public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* Can't build the application
@ 2001-11-27  5:47 HuangQiang
  2001-12-14  7:27 ` HuangQiang
  0 siblings, 1 reply; 6+ messages in thread
From: HuangQiang @ 2001-11-27  5:47 UTC (permalink / raw)
  To: Source Navigator

I tried to build the application using SN, I got the error message output:

gcc -o hello.exe
gcc: No input files
make: ***[hello.exe] Error 1
++++End++++


Detail:
OS: win2000
cygwin
SN 5.0

hello.c:    void main(void){ printf("Hello World!");}
hello project

I tried the gcc -o hello.exe in the cygwin it also told me there is some
input file needed. The correct form should be like:
gcc hello.c -o hello.exe ( why the SN generate such command: gcc -o
hello.exe ?)

Thanks for your help

Best regards!

james

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Can't build the application
  2001-11-27  5:47 Can't build the application HuangQiang
@ 2001-12-14  7:27 ` HuangQiang
  0 siblings, 0 replies; 6+ messages in thread
From: HuangQiang @ 2001-12-14  7:27 UTC (permalink / raw)
  To: Source Navigator

I tried to build the application using SN, I got the error message output:

gcc -o hello.exe
gcc: No input files
make: ***[hello.exe] Error 1
++++End++++


Detail:
OS: win2000
cygwin
SN 5.0

hello.c:    void main(void){ printf("Hello World!");}
hello project

I tried the gcc -o hello.exe in the cygwin it also told me there is some
input file needed. The correct form should be like:
gcc hello.c -o hello.exe ( why the SN generate such command: gcc -o
hello.exe ?)

Thanks for your help

Best regards!

james

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Can't build the application
  2001-12-11 20:24 ` Ian Roxborough
@ 2001-12-24 12:53   ` Ian Roxborough
  0 siblings, 0 replies; 6+ messages in thread
From: Ian Roxborough @ 2001-12-24 12:53 UTC (permalink / raw)
  To: dieter.braisch; +Cc: sourcenav

Hi,

On Mon, 24 Dec 2001 10:35:24 GMT <dieter.braisch@nexgo.de> wrote:
>
> Hallo SN users,
> 
> I find the SN a very good tool for programming and developping with 
> C/C++.
> I have used it firstly under Linux and it works very fine.
> Then I've downloaded the newest cygwin 1.3.6 and SN 5.0 and tried to use 
> it on Win2000. This task wasn't so easy.
> I got the same problem with the global path.
> Gcc, g++ and make .. no problem from cygwin-bash-shell and win-cmd-shell
> But not visible from SN!

This is a problem many people have reported.

> Then, uninstall Cygwin.
> I tried an older cygwin 1.3.2 download, and voila, the problem is fixed.

Ah! thanks for the information on how to work around the problem.
This is the same version of cygwin I've been using.  Which is
maybe why I couldn't reproduce the problem.

> Now, I work with the older cygwin.
> Please tell me, if you can confirm this approach. 
> Or did I a mistake under cygwin 1.3.6?

Where all the people who where having this problem
running cygwin version 1.3.6? (please speakup so
I can narrow down how much I have to do to fix
the problem..)

> I havn't tried cygwin 1.3.3 .. 1.3.5 yet.

Can any one else comment of these versions?
(Maybe this is a cygwin bug?)


Happy holidays,

  Ian,

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Can't build the application
  2001-12-11  3:49 dieter.braisch
  2001-12-11 20:24 ` Ian Roxborough
@ 2001-12-24  2:38 ` dieter.braisch
  1 sibling, 0 replies; 6+ messages in thread
From: dieter.braisch @ 2001-12-24  2:38 UTC (permalink / raw)
  To: sourcenav

Hallo SN users,

I find the SN a very good tool for programming and developping with 
C/C++.
I have used it firstly under Linux and it works very fine.
Then I've downloaded the newest cygwin 1.3.6 and SN 5.0 and tried to use 
it on Win2000. This task wasn't so easy.
I got the same problem with the global path.
Gcc, g++ and make .. no problem from cygwin-bash-shell and win-cmd-shell
But not visible from SN!
Then, uninstall Cygwin.
I tried an older cygwin 1.3.2 download, and voila, the problem is fixed.

Now, I work with the older cygwin.
Please tell me, if you can confirm this approach. 
Or did I a mistake under cygwin 1.3.6?
I havn't tried cygwin 1.3.3 .. 1.3.5 yet.

Merry Christmas and a happy new year 2002 to all of you
Dieter

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Can't build the application
  2001-12-11  3:49 dieter.braisch
@ 2001-12-11 20:24 ` Ian Roxborough
  2001-12-24 12:53   ` Ian Roxborough
  2001-12-24  2:38 ` dieter.braisch
  1 sibling, 1 reply; 6+ messages in thread
From: Ian Roxborough @ 2001-12-11 20:24 UTC (permalink / raw)
  To: dieter.braisch; +Cc: sourcenav


Hi,

On Mon, 24 Dec 2001 10:35:24 GMT <dieter.braisch@nexgo.de> wrote:
>
> Hallo SN users,
> 
> I find the SN a very good tool for programming and developping with 
> C/C++.
> I have used it firstly under Linux and it works very fine.
> Then I've downloaded the newest cygwin 1.3.6 and SN 5.0 and tried to use 
> it on Win2000. This task wasn't so easy.
> I got the same problem with the global path.
> Gcc, g++ and make .. no problem from cygwin-bash-shell and win-cmd-shell
> But not visible from SN!

This is a problem many people have reported.

> Then, uninstall Cygwin.
> I tried an older cygwin 1.3.2 download, and voila, the problem is fixed.

Ah! thanks for the information on how to work around the problem.
This is the same version of cygwin I've been using.  Which is
maybe why I couldn't reproduce the problem.

> Now, I work with the older cygwin.
> Please tell me, if you can confirm this approach. 
> Or did I a mistake under cygwin 1.3.6?

Where all the people who where having this problem
running cygwin version 1.3.6? (please speakup so
I can narrow down how much I have to do to fix
the problem..)

> I havn't tried cygwin 1.3.3 .. 1.3.5 yet.

Can any one else comment of these versions?
(Maybe this is a cygwin bug?)


Happy holidays,

  Ian,

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Can't build the application
@ 2001-12-11  3:49 dieter.braisch
  2001-12-11 20:24 ` Ian Roxborough
  2001-12-24  2:38 ` dieter.braisch
  0 siblings, 2 replies; 6+ messages in thread
From: dieter.braisch @ 2001-12-11  3:49 UTC (permalink / raw)
  To: sourcenav

Hallo SN users,

I find the SN a very good tool for programming and developping with 
C/C++.
I have used it firstly under Linux and it works very fine.
Then I've downloaded the newest cygwin 1.3.6 and SN 5.0 and tried to use 
it on Win2000. This task wasn't so easy.
I got the same problem with the global path.
Gcc, g++ and make .. no problem from cygwin-bash-shell and win-cmd-shell
But not visible from SN!
Then, uninstall Cygwin.
I tried an older cygwin 1.3.2 download, and voila, the problem is fixed.

Now, I work with the older cygwin.
Please tell me, if you can confirm this approach. 
Or did I a mistake under cygwin 1.3.6?
I havn't tried cygwin 1.3.3 .. 1.3.5 yet.

Merry Christmas and a happy new year 2002 to all of you
Dieter

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-12-24 20:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-27  5:47 Can't build the application HuangQiang
2001-12-14  7:27 ` HuangQiang
2001-12-11  3:49 dieter.braisch
2001-12-11 20:24 ` Ian Roxborough
2001-12-24 12:53   ` Ian Roxborough
2001-12-24  2:38 ` dieter.braisch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).