Comment on CasaCoreMain in casacore

0 views
Skip to first unread message

codesite...@google.com

unread,
Apr 23, 2008, 5:18:52 AM4/23/08
to casacor...@googlegroups.com
Comment by harro.en.yvonne:

Where do I supply patches?
In order to keep gcc happy (I prefer compiling with -Werror), I had to
apply the following patch:

aips2mgr> svn diff RecordField.tcc
Index: RecordField.tcc
===================================================================
--- RecordField.tcc (revision 20248)
+++ RecordField.tcc (working copy)
@@ -62,9 +62,10 @@

template<class T>
RecordFieldPtr<T>::RecordFieldPtr (const RecordFieldPtr<T>& other)
-: fieldPtr_p (other.fieldPtr_p),
- parent_p (other.parent_p),
- fieldNumber_p (other.fieldNumber_p)
+: NoticeTarget(),
+ fieldPtr_p (other.fieldPtr_p),
+ parent_p (other.parent_p),
+ fieldNumber_p (other.fieldNumber_p)
{
link (other);
}

For more information:
http://code.google.com/p/casacore/wiki/CasaCoreMain

codesite...@google.com

unread,
Apr 24, 2008, 8:20:17 PM4/24/08
to casacor...@googlegroups.com
Comment by Malte.Marquarding:

I suggest creating a ticket and attaching the patch file.

Reply all
Reply to author
Forward
0 new messages