From 1aa2e221d2a65f9a72d986e67358a6c524fdff3f Mon Sep 17 00:00:00 2001 From: csoler Date: Wed, 29 Jan 2014 20:07:48 +0000 Subject: [PATCH] put compilation error in place and redirect users to branch 0.5.5. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7071 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/main.cpp | 9 +++++++++ retroshare-nogui/src/retroshare.cc | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/retroshare-gui/src/main.cpp b/retroshare-gui/src/main.cpp index 862b4bb7e..73c2cc39d 100644 --- a/retroshare-gui/src/main.cpp +++ b/retroshare-gui/src/main.cpp @@ -19,6 +19,15 @@ * Boston, MA 02110-1301, USA. ****************************************************************/ +#error "******************************************************************************************************************" +#error "**** Retroshare trunk/ is currently being merged to v0.6 and protocols are not stable. It is unlikely that *****" +#error "**** you want to compile the trunk now. *****" +#error "**** *****" +#error "**** To compile the latest Retroshare 0.5.5, please go to branches/v0.5.5 *****" +#error "**** *****" +#error "**** --- The dev team --- *****" +#error "******************************************************************************************************************" + #include #include #include diff --git a/retroshare-nogui/src/retroshare.cc b/retroshare-nogui/src/retroshare.cc index e2369a95e..5619a57c8 100644 --- a/retroshare-nogui/src/retroshare.cc +++ b/retroshare-nogui/src/retroshare.cc @@ -24,6 +24,14 @@ * */ +#error "******************************************************************************************************************" +#error "**** Retroshare trunk/ is currently being merged to v0.6 and protocols are not stable. It is unlikely that *****" +#error "**** you want to compile the trunk now. *****" +#error "**** *****" +#error "**** To compile the latest Retroshare 0.5.5, please go to branches/v0.5.5 *****" +#error "**** *****" +#error "**** --- The dev team --- *****" +#error "******************************************************************************************************************" #include /* definition of iface */ #include /* definition of iface */