[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r2210: Having MinGW installed isn't sufficient. It also needs to be (trunk)



Author: edmanm
Date: 2007-12-11 16:48:59 -0500 (Tue, 11 Dec 2007)
New Revision: 2210

Modified:
   trunk/
   trunk/VidaliaMacros.cmake
Log:
 r2291@lysithea:  edmanm | 2007-12-11 16:48:55 -0500
 Having MinGW installed isn't sufficient. It also needs to be in your %PATH%.



Property changes on: trunk
___________________________________________________________________
 svk:merge ticket from /local/vidalia/trunk [r2291] on 0108964c-5b0b-4c9e-969f-e2288315d100

Modified: trunk/VidaliaMacros.cmake
===================================================================
--- trunk/VidaliaMacros.cmake	2007-12-09 19:51:21 UTC (rev 2209)
+++ trunk/VidaliaMacros.cmake	2007-12-11 21:48:59 UTC (rev 2210)
@@ -38,7 +38,7 @@
   find_program(MINGW_WINDRES_EXECUTABLE  NAMES windres.exe ${QT_BINARY_DIR})
   if (NOT MINGW_WINDRES_EXECUTABLE)
     message(FATAL_ERR
-      "Vidalia could not find windres. Please make sure MinGW is installed."
+      "Vidalia could not find windres. Please make sure MinGW is installed and its bin directory is in your PATH environment variable."
     )
   endif(NOT MINGW_WINDRES_EXECUTABLE)
 endif(MINGW)