public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Re: Insight 5.2.1 compiled on Cygwin GCC v3.2
@ 2002-11-13  5:48 marco
  2002-11-13  8:41 ` Keith Seitz
  0 siblings, 1 reply; 7+ messages in thread
From: marco @ 2002-11-13  5:48 UTC (permalink / raw)
  To: insight

>> Can Insight 5.2.1 be compiled on Cygwin GCC v3.2 20020818 pre?
>
>I don't recall what I used last, but insight is just a c application. 
>There's no reason why almost any compiler available for years couldn't 
>build it.

Hello. I am also trying to build insight5.2.1 with 
Cygwin1.3.14-1/GCC 3.2 (20020818 pre) and get it failing here... 
Any idea?

Thanks in advance.
Marco

-------------------------------------------------
(cut....)
/usr/include/w32api/winsock2.h:95:2: warning: #warning "fd_set and 
associated macros have been defined in sys/types.      This may cause 
runtime problems with W32 sockets" 
/src/gdb/insight-5.2.1/tcl/win/tclWin32Dll.c: In function `DllMain':
/src/gdb/insight-5.2.1/tcl/win/tclWin32Dll.c:193: warning: unused variable 
`os'
/src/gdb/insight-5.2.1/tcl/win/tclWin32Dll.c: In function 
`TclWinSetInterfaces':
/src/gdb/insight-5.2.1/tcl/win/tclWin32Dll.c:121: static symbol 
`tclWinTCharEncoding' is marked dllexport
make[2]: *** [tclWin32Dll.o] Error 1
make[2]: Leaving directory `/build/insight/tcl/win'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/insight/tcl'
make: *** [all-tcl] Error 2


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

* Re: Insight 5.2.1 compiled on Cygwin GCC v3.2
  2002-11-13  5:48 Insight 5.2.1 compiled on Cygwin GCC v3.2 marco
@ 2002-11-13  8:41 ` Keith Seitz
  0 siblings, 0 replies; 7+ messages in thread
From: Keith Seitz @ 2002-11-13  8:41 UTC (permalink / raw)
  To: insight; +Cc: marco

On Wed, 13 Nov 2002 marco@sitek.it wrote:

> Hello. I am also trying to build insight5.2.1 with 
> Cygwin1.3.14-1/GCC 3.2 (20020818 pre) and get it failing here... 
> Any idea?

Marco,

I would not recommend using 5.2.1 with cygwin. It has issues. See 
http://sources.redhat.com/insight/cygwin.html.

----
<sorta rant>
List,

Second, I am amazed that I keep getting requests for how to fix this 
simple problem. Insight is a debugger, so I presume that people 
downloading it are at least vaguely familiar with programming. Why can 
people not figure out how to fix the simplest of errors?

> /src/gdb/insight-5.2.1/tcl/win/tclWin32Dll.c: In function 
> `TclWinSetInterfaces':
> /src/gdb/insight-5.2.1/tcl/win/tclWin32Dll.c:121: static symbol 
> `tclWinTCharEncoding' is marked dllexport

The error message says it all: In TclWinSetInterfaces, the static symbol 
"tclWinTCharEncoding" is marked dllexport. Get it? The STATIC symbol is 
exported...

If people still don't get it, cgf has committed a patch to fix this. 
Search the mailing list or take a peek at tcl in CVS to find the patch.
</sorta rant>

Keith


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

* Re: Insight 5.2.1 compiled on Cygwin GCC v3.2
  2002-11-13  8:54 marco
@ 2002-11-13  9:03 ` Keith Seitz
  0 siblings, 0 replies; 7+ messages in thread
From: Keith Seitz @ 2002-11-13  9:03 UTC (permalink / raw)
  To: marco; +Cc: insight

> I can compile (and being using for several months with zero problems) 
> insight 5.2.1 with Cygwin/GCC2.95.3.
> This problems raises only when trying to compile  insight 5.2.1with 
> Cygwin/GCC3.2

Yup. Turns out that gcc 2.95 was a little more forgiving of these types of 
problems than 3.2.

Keith


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

* Re: Insight 5.2.1 compiled on Cygwin GCC v3.2
@ 2002-11-13  8:54 marco
  2002-11-13  9:03 ` Keith Seitz
  0 siblings, 1 reply; 7+ messages in thread
From: marco @ 2002-11-13  8:54 UTC (permalink / raw)
  To: Keith Seitz; +Cc: insight

Thanks for your kind reply. BTW, You wrote:

>>Can Insight 5.2.1 be compiled on Cygwin GCC v3.2 20020818 pre?
>I don't recall what I used last, but insight is just a c application. 
>There's no reason why almost any compiler available for years couldn't 
>build it.

I can compile (and being using for several months with zero problems) 
insight 5.2.1 with Cygwin/GCC2.95.3.
This problems raises only when trying to compile  insight 5.2.1with 
Cygwin/GCC3.2

Thought you could be interested in it...

Marco




Keith Seitz <keiths@redhat.com>
11/13/2002 06:44 PM

 
        To:     insight@sources.redhat.com
        cc:     marco@sitek.it
        Subject:        Re: Insight 5.2.1 compiled on Cygwin GCC v3.2


On Wed, 13 Nov 2002 marco@sitek.it wrote:

> Hello. I am also trying to build insight5.2.1 with 
> Cygwin1.3.14-1/GCC 3.2 (20020818 pre) and get it failing here... 
> Any idea?

Marco,

I would not recommend using 5.2.1 with cygwin. It has issues. See 
http://sources.redhat.com/insight/cygwin.html.

----
<sorta rant>
List,

Second, I am amazed that I keep getting requests for how to fix this 
simple problem. Insight is a debugger, so I presume that people 
downloading it are at least vaguely familiar with programming. Why can 
people not figure out how to fix the simplest of errors?

> /src/gdb/insight-5.2.1/tcl/win/tclWin32Dll.c: In function 
> `TclWinSetInterfaces':
> /src/gdb/insight-5.2.1/tcl/win/tclWin32Dll.c:121: static symbol 
> `tclWinTCharEncoding' is marked dllexport

The error message says it all: In TclWinSetInterfaces, the static symbol 
"tclWinTCharEncoding" is marked dllexport. Get it? The STATIC symbol is 
exported...

If people still don't get it, cgf has committed a patch to fix this. 
Search the mailing list or take a peek at tcl in CVS to find the patch.
</sorta rant>

Keith







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

* Re: Insight 5.2.1 compiled on Cygwin GCC v3.2
  2002-11-04  7:56 Alexander Stepanov
  2002-11-04  8:10 ` Duane Ellis
@ 2002-11-05 10:16 ` Keith Seitz
  1 sibling, 0 replies; 7+ messages in thread
From: Keith Seitz @ 2002-11-05 10:16 UTC (permalink / raw)
  To: Alexander Stepanov; +Cc: insight

On Mon, 4 Nov 2002, Alexander Stepanov wrote:

> Can Insight 5.2.1 be compiled on Cygwin GCC v3.2 20020818 pre?

I don't recall what I used last, but insight is just a c application. 
There's no reason why almost any compiler available for years couldn't 
build it.

Keith


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

* Re: Insight 5.2.1 compiled on Cygwin GCC v3.2
  2002-11-04  7:56 Alexander Stepanov
@ 2002-11-04  8:10 ` Duane Ellis
  2002-11-05 10:16 ` Keith Seitz
  1 sibling, 0 replies; 7+ messages in thread
From: Duane Ellis @ 2002-11-04  8:10 UTC (permalink / raw)
  To: astepanov; +Cc: insight


Don't know - I have always just used what ever GCC it
was that came with CYGWIN.... and never messed with it.

Did they recently change to 3.2 or something?

-Duane.

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

* Insight 5.2.1 compiled on Cygwin GCC v3.2
@ 2002-11-04  7:56 Alexander Stepanov
  2002-11-04  8:10 ` Duane Ellis
  2002-11-05 10:16 ` Keith Seitz
  0 siblings, 2 replies; 7+ messages in thread
From: Alexander Stepanov @ 2002-11-04  7:56 UTC (permalink / raw)
  To: insight

Can Insight 5.2.1 be compiled on Cygwin GCC v3.2 20020818 pre?

Best regards,
Alexander Stepanov
SoftMine Corp., Software Developer


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

end of thread, other threads:[~2002-11-13 17:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-13  5:48 Insight 5.2.1 compiled on Cygwin GCC v3.2 marco
2002-11-13  8:41 ` Keith Seitz
  -- strict thread matches above, loose matches on Subject: below --
2002-11-13  8:54 marco
2002-11-13  9:03 ` Keith Seitz
2002-11-04  7:56 Alexander Stepanov
2002-11-04  8:10 ` Duane Ellis
2002-11-05 10:16 ` Keith Seitz

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