Dukhat wrote:
Per Arnold Blaasmo wrote:
./SSPhysLib/SSVersionObject.h: In member function 'std::string
SSRestoreAction<ACTION>::GetFileName() const':
./SSPhysLib/SSVersionObject.h:360: error: 'm_Action' was not declared in this scope
./SSPhysLib/SSVersionObject.h: In member function 'std::string
SSArchiveAction<ACTION>::GetFileName() const':
./SSPhysLib/SSVersionObject.h:416: error: 'm_Action' was not declared in this scope

I've reached the same point (without the initial modification). Seems like a bug in GCC to me...

The attached fix gets me around the problem. Seems to build. This warning is near the end of the build: ./SSPhys/GetCommand.cpp:708: warning: the use of `tmpnam' is dangerous, better use `mkstemp'

Dirk,

I've verified that the patch allows building on FC5 with GCC 4.1.1; if this is OK on Windows as well can you go ahead and commit it?

Micke, I also got the following error on FC5; didn't you?
./SSPhysLib/SSCommentObject.h:20: error: extra qualification 'SSCommentObject::' on member 'GetComment'

I'm no C++ expert, but the SSCommentObject:: seems redundant to me anyway; removing it allowed the build to complete.

toby
_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user

Reply via email to