This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: problem compiling 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....


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]