public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* problem  compiling insight
@ 2006-03-15 23:36 Bruno Garibaldi
  2006-03-16 13:06 ` Hermann-Simon Lichte
  0 siblings, 1 reply; 3+ messages in thread
From: Bruno Garibaldi @ 2006-03-15 23:36 UTC (permalink / raw)
  To: insight

When i'll try to run "make" after use "./configure i686-pc-cygwin" I have 
the following message:

gcc -c -g -O2  -Wall -Wconversion  -I"../.././tcl/win/../generic" 
-I"../.././tcl/win" -DHAVE_NO_SEH=1 -DEXCEPTION_DISPOSITION=int   
-DBUILD_tcl "tclWin32Dll.c" -o tclWin32Dll.o
In file included from tclWin32Dll.c:15:
tclWinInt.h:53: error: syntax error before "WIN32_FIND_DATAA"

tclWin32Dll.c:403: warning: '_except_checkstackspace_handler' defined but 
not used
make[3]: *** [tclWin32Dll.o] Erreur 1
make[3]: Leaving directory `/home/garuche/insight-6.4/tcl/win'
make[2]: *** [all] Erreur 2
make[2]: Leaving directory `/home/garuche/insight-6.4/tcl'
make[1]: *** [all-tcl] Erreur 2
make[1]: Leaving directory `/home/garuche/insight-6.4'
make: *** [all] Erreur 2

between the two part of the error I deleted a lot of lines.
Can you help me

OS : mandrake linux 10.1 ->kde 3.2
File download at 
ftp://sourceware.org/pub/insight/releases/insight-6.4.tar.bz2
Thank in advance.
PS: Sorry for my poor English

_________________________________________________________________
MSN Messenger: appels gratuits de PC à PC ! 
http://www.imagine-msn.com/hotmail/default.aspx?locale=fr-fr

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

* Re: problem compiling insight
  2006-03-15 23:36 problem compiling insight Bruno Garibaldi
@ 2006-03-16 13:06 ` Hermann-Simon Lichte
  2006-03-16 15:23   ` Dave Korn
  0 siblings, 1 reply; 3+ messages in thread
From: Hermann-Simon Lichte @ 2006-03-16 13:06 UTC (permalink / raw)
  To: Bruno Garibaldi; +Cc: insight

On 3/16/06, Bruno Garibaldi <garuche_ours@hotmail.com> wrote:
> When i'll try to run "make" after use "./configure i686-pc-cygwin" I have
> the following message:
>
> gcc -c -g -O2  -Wall -Wconversion  -I"../.././tcl/win/../generic"
> -I"../.././tcl/win" -DHAVE_NO_SEH=1 -DEXCEPTION_DISPOSITION=int
> -DBUILD_tcl "tclWin32Dll.c" -o tclWin32Dll.o
> In file included from tclWin32Dll.c:15:
> tclWinInt.h:53: error: syntax error before "WIN32_FIND_DATAA"
>
> tclWin32Dll.c:403: warning: '_except_checkstackspace_handler' defined but
> not used
> make[3]: *** [tclWin32Dll.o] Erreur 1
> make[3]: Leaving directory `/home/garuche/insight-6.4/tcl/win'
> make[2]: *** [all] Erreur 2
> make[2]: Leaving directory `/home/garuche/insight-6.4/tcl'
> make[1]: *** [all-tcl] Erreur 2
> make[1]: Leaving directory `/home/garuche/insight-6.4'
> make: *** [all] Erreur 2
>
> between the two part of the error I deleted a lot of lines.
> Can you help me

http://sourceware.org/ml/insight/2005-q3/msg00021.html

Cheers,
Hermann

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

* RE: problem compiling insight
  2006-03-16 13:06 ` Hermann-Simon Lichte
@ 2006-03-16 15:23   ` Dave Korn
  0 siblings, 0 replies; 3+ messages in thread
From: Dave Korn @ 2006-03-16 15:23 UTC (permalink / raw)
  To: 'Hermann-Simon Lichte', 'Bruno Garibaldi'; +Cc: insight

On 16 March 2006 13:07, Hermann-Simon Lichte wrote:

> On 3/16/06, Bruno Garibaldi <garuche_ours@hotmail.com> wrote:
>> When i'll try to run "make" after use "./configure i686-pc-cygwin" I have
>> the following message: 
>> 
>> gcc -c -g -O2  -Wall -Wconversion  -I"../.././tcl/win/../generic"
>> -I"../.././tcl/win" -DHAVE_NO_SEH=1 -DEXCEPTION_DISPOSITION=int
>> -DBUILD_tcl "tclWin32Dll.c" -o tclWin32Dll.o
>> In file included from tclWin32Dll.c:15:
>> tclWinInt.h:53: error: syntax error before "WIN32_FIND_DATAA"
>> 
>> tclWin32Dll.c:403: warning: '_except_checkstackspace_handler' defined but
>> not used make[3]: *** [tclWin32Dll.o] Erreur 1
>> make[3]: Leaving directory `/home/garuche/insight-6.4/tcl/win'
>> make[2]: *** [all] Erreur 2
>> make[2]: Leaving directory `/home/garuche/insight-6.4/tcl'
>> make[1]: *** [all-tcl] Erreur 2
>> make[1]: Leaving directory `/home/garuche/insight-6.4'
>> make: *** [all] Erreur 2
>> 
>> between the two part of the error I deleted a lot of lines.
>> Can you help me
> 
> http://sourceware.org/ml/insight/2005-q3/msg00021.html
> 
> Cheers,
> Hermann

  There could be more to it, I never saw that "syntax error before..."
message, and I thought that a fix for the "defined but not used" bugs had
already gone in.

  Maybe Bruno needs to update the w32api package that contains the windows
cross-development headers?

  The other possibility is that there's something missing a terminating
semicolon at the end of tclPort.h or tclInt.h, depending on the #defines in
effect when tclWinInt.h is included.

  It builds fine on native cygwin, so the problem has to be to do with it
being a cross-build.

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....

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

end of thread, other threads:[~2006-03-16 15:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-15 23:36 problem compiling insight Bruno Garibaldi
2006-03-16 13:06 ` Hermann-Simon Lichte
2006-03-16 15:23   ` Dave Korn

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