[Qgis-developer] Compile problem in svn
Martin Dobias
wonder.sk at gmail.com
Thu Feb 22 09:55:00 EST 2007
Hi Marco,
sorry, my bad. Should be fixed now in r6663.
Martin
On 2/22/07, Marco Hugentobler <marco.hugentobler at karto.baug.ethz.ch> wrote:
> Hi,
>
> After svn update, compiling under Linux stops with an error:
>
> /home/humarco/src/qgis/src/providers/grass/qgsgrass.cpp:424: error: 'status'
> was not declared in this scope
>
> and in qgsgrass.cpp, there is:
>
> #ifdef QGISDEBUG
> int status = process->exitStatus ();
> std::cerr << "status = " << status << std::endl;
> #endif
> delete process;
>
>
> // TODO WIN32 (lock.exe does not work properly?)
> #ifndef WIN32
> if ( status > 0 ) return "Mapset is already in use."; ---------> line 424
> #endif
>
> Can we remove status or should we just make an #ifdef QGISDEBUG around #ifdef
> WIN32?
>
> cheers,
> Marco
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.qgis.org
> http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
>
More information about the Qgis-developer
mailing list