mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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
This commit is contained in:
parent
1d19938295
commit
1aa2e221d2
@ -19,6 +19,15 @@
|
|||||||
* Boston, MA 02110-1301, USA.
|
* 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 <QObject>
|
#include <QObject>
|
||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
#include <QSplashScreen>
|
#include <QSplashScreen>
|
||||||
|
@ -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 <retroshare/rsiface.h> /* definition of iface */
|
#include <retroshare/rsiface.h> /* definition of iface */
|
||||||
#include <retroshare/rsinit.h> /* definition of iface */
|
#include <retroshare/rsinit.h> /* definition of iface */
|
||||||
|
Loading…
Reference in New Issue
Block a user