Issue 13444 - Cannot compile svx/source/fmcomp/fmgridif.cxx on Mac OS X 10.1
Summary: Cannot compile svx/source/fmcomp/fmgridif.cxx on Mac OS X 10.1
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.0.3
Hardware: Mac Mac OS X, all
: P3 Trivial (vote)
Target Milestone: OOo 1.0.3
Assignee: pluby
QA Contact: issues@porting
URL:
Keywords: merge_pending
Depends on:
Blocks:
 
Reported: 2003-04-15 06:30 UTC by pluby
Modified: 2004-10-15 04:05 UTC (History)
3 users (show)

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


Attachments
Apply the patch by executing the following commands: cd $SRC_ROOT/svx ; patch -p0 /path/to/patch/file (1.44 KB, patch)
2003-04-15 06:33 UTC, pluby
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description pluby 2003-04-15 06:30:57 UTC
This file, as it currently exists in the OOO_STABLE_1_PORTS branch, will not
compile on the Mac OS X 10.1 platform. The cause of this problem is that there
is a namespace declaration block between 2 method implementations. By moving the
namespace declaration earlier in the file (before all method implementations)
fixes the problem.
Comment 1 pluby 2003-04-15 06:33:50 UTC
Created attachment 5669 [details]
Apply the patch by executing the following commands: cd $SRC_ROOT/svx ; patch -p0 /path/to/patch/file
Comment 2 pluby 2003-04-15 06:34:44 UTC
Set target milestone
Comment 3 fa 2003-04-16 08:27:44 UTC
svx.patch approved and committed to PORTS.

Dan
Comment 4 pluby 2003-12-10 13:33:03 UTC
Verified that this works.
Comment 5 pluby 2003-12-10 13:33:56 UTC
Marking as resolved.
Comment 6 pluby 2003-12-10 13:34:49 UTC
Multi-line
comment
test
Comment 7 Martin Hollmichel 2004-10-15 04:05:17 UTC
close issue.