[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    icecream/client
From:       Stephan Kulow <coolo () kde ! org>
Date:       2006-06-05 9:11:35
Message-ID: 1149498695.634249.30655.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 548303 by coolo:

don't make non-existant cross compilers fatal, but just use
the other environments in ICECC_VERSION


 M  +2 -2      remote.cpp  


--- trunk/icecream/client/remote.cpp #548302:548303
@@ -93,13 +93,13 @@
 
         if ( ::access( version.c_str(), R_OK ) ) {
             log_error() << "$ICECC_VERSION has to point to an existing file to be \
                installed " << version << endl;
-            throw ( 3 );
+            continue;
         }
 
         struct stat st;
         if ( lstat( version.c_str(), &st ) || !S_ISREG( st.st_mode )) {
             log_error() << "$ICECC_VERSION has to point to an existing file to be \
                installed " << version << endl;
-            throw ( 3 );
+            continue;
         }
 
         envs.push_back(make_pair( platform, version ) );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic