Issue 20297 - MtaFop.cxx does not compile on wntmsci7
Summary: MtaFop.cxx does not compile on wntmsci7
Status: CLOSED FIXED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: tino.rachui
QA Contact: issues@gsl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-29 08:50 UTC by Frank Schönheit
Modified: 2003-10-20 09:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Frank Schönheit 2003-09-29 08:50:03 UTC
If you get an OpenOffice.org build environment on Windows, then
  fpicker/source/win32/MtaFop.cxx
does not compile. The problem is the local function DeinitializeRequestContext,
which does have an implicit "int" return type, but doesn't return anything. It
seems that the .NET compiler allows this, while the older compiler which is used
for OpenOffice.org builds doesn't.

Effectively, this means that an OpenOffice.org build on Windows cannot be run
unattended.
Comment 1 tino.rachui 2003-09-29 09:11:10 UTC
Hi Frank,

would have had expect it exactly the other way round because I thought
the new compiler is more restrictive. 
Anyway - fixed this.

Kind Regards,
Tino
Comment 2 tino.rachui 2003-09-29 09:11:43 UTC
.
Comment 3 tino.rachui 2003-09-29 09:12:07 UTC
.
Comment 4 tino.rachui 2003-09-29 09:17:00 UTC
Fixed
Comment 5 Martin Hollmichel 2003-10-17 15:24:35 UTC
verified
Comment 6 tino.rachui 2003-10-20 09:59:49 UTC
closed