[rkward/work/frameworks-Mac] rkward: fix build on Mac

R.J.V. Bertin null at kde.org
Wed May 24 11:09:01 UTC 2017


Git commit c4459d4b2232553feb7c386d37019f2c5e921e6a by R.J.V. Bertin.
Committed on 24/05/2017 at 10:13.
Pushed by rjvbb into branch 'work/frameworks-Mac'.

fix build on Mac

M  +1    -1    rkward/main.cpp

https://commits.kde.org/rkward/c4459d4b2232553feb7c386d37019f2c5e921e6a

diff --git a/rkward/main.cpp b/rkward/main.cpp
index f70a7968..fc8e5ad8 100644
--- a/rkward/main.cpp
+++ b/rkward/main.cpp
@@ -245,7 +245,7 @@ int main (int argc, char *argv[]) {
 	if (!oldpath.contains (INSTALL_PATH)) {
 		//ensure that PATH is set to include what we deliver with the bundle
 		qputenv ("PATH", QString ("%1/bin:%1/sbin:%2").arg (INSTALL_PATH).arg (oldpath).toLocal8Bit ());
-		if (RK_Debug_Level > 3) qDebug ("Adjusting system path to %s", qPrintable (qgetenv ("PATH")));
+		if (RK_Debug::RK_Debug_Level > 3) qDebug ("Adjusting system path to %s", qPrintable (qgetenv ("PATH")));
 	}
 	// ensure that RKWard finds its own packages
 	qputenv ("R_LIBS", R_LIBS);



More information about the rkward-tracker mailing list