Ticket #861 (closed bug: fixed)

Opened 13 years ago

Last modified 13 years ago

mingw32-make fails upon tools\build\c2str.pl --all

Reported by: MoC Owned by:
Priority: critical Milestone:
Component: build Version: trunk
Severity: high Keywords:
Cc: Language:
Patch status: Platform: win32

Description

Windows XP Professional SP3

After successfully running Configure.pl mingw32-make fails as follows:

C:\Perl\bin\perl.exe tools\build\c2str.pl src\pmc\undef.c > src\pmc\undef.str
C:\Perl\bin\perl.exe tools\build\c2str.pl --all
[...]
src\string\primitives.c
src\string\primitives.c:25:19: error: #if with no expression
src\string\primitives.c:50:19: error: #if with no expression
src\string\primitives.c:329:19: error: #if with no expression
mingw32-make: *** [src\string\primitives.o] Error 1

Change History

Changed 13 years ago by jkeenan

  • component changed from configure to build

Changed 13 years ago by MoC

I just realised that I passed the wrong include dir of the ICU headers. This resulted in nasty "use of undefined value" warnings and I think is also responsible for the error, as with supplying the correct dir the build works. (At least if someone didn't fix it accidentially.)

Changed 13 years ago by jkeenan

  • status changed from new to closed
  • resolution set to fixed

Closed per updated report by OP. MoC, thanks for getting back to us on this.

kid51

Note: See TracTickets for help on using tickets.