Issue 70684 - svdobj.hxx:326: error: invalid pure specifier
Summary: svdobj.hxx:326: error: invalid pure specifier
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: 680m187
Hardware: Sun Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 2.2
Assignee: sparcmoz
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks: 67001
  Show dependency tree
 
Reported: 2006-10-21 11:46 UTC by sparcmoz
Modified: 2006-11-09 01:34 UTC (History)
1 user (show)

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


Attachments
patch (625 bytes, patch)
2006-10-21 11:49 UTC, sparcmoz
no flags Details | Diff
patch binfilter too (667 bytes, patch)
2006-10-21 13:42 UTC, sparcmoz
no flags Details | Diff
patch sc too (584 bytes, patch)
2006-10-22 23:05 UTC, sparcmoz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description sparcmoz 2006-10-21 11:46:28 UTC
Building m186 on GNU/Linux SPARC
/home/jim/vanilla/svx/source/accessibility/AccessibleControlShape.cxx
../../inc/svdobj.hxx:326: error: invalid pure specifier (only `= 0' is allowed)
before ';' token

I couldn't find any reference to this up to m188, it may be due to my g++ version:
jim@sun:~/vanilla/svx$ /usr/local/4.1/bin/g++ --version
g++ (GCC) 4.1.2 20061015 (prerelease)
Copyright (C) 2006 Free Software Foundation, Inc.

Attached patch allows the build to proceed.
Comment 1 sparcmoz 2006-10-21 11:49:33 UTC
Created attachment 39930 [details]
patch
Comment 2 sparcmoz 2006-10-21 13:42:29 UTC
Created attachment 39931 [details]
patch binfilter too
Comment 3 sparcmoz 2006-10-22 23:05:06 UTC
Created attachment 39966 [details]
patch sc too
Comment 4 sparcmoz 2006-10-23 10:13:59 UTC
Correction - building m187
Comment 5 pavel 2006-11-04 08:34:52 UTC
.
Comment 6 Stephan Bergmann 2006-11-06 09:12:29 UTC
The tree patches are good.

@sparcmoz:  Do you have a CWS where you can include the patches, or do you want
me to bring them into the master?
Comment 7 sparcmoz 2006-11-06 09:22:13 UTC
I will make a cws, thanks.
Comment 8 Stephan Bergmann 2006-11-06 10:21:30 UTC
.
Comment 9 sparcmoz 2006-11-06 12:32:59 UTC
committed to cws_src680_pure01. 
Comment 10 sparcmoz 2006-11-06 12:36:07 UTC
reassign for QA
Comment 11 sparcmoz 2006-11-06 19:18:19 UTC
in cws pure01 
Comment 12 Stephan Bergmann 2006-11-07 08:29:28 UTC
verified
Comment 13 sparcmoz 2006-11-09 01:34:53 UTC
integrated m193