<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:11pt;font-family:Times">
<p>Hello Jasem,</p>
<p>I have just updated my cvs sources to perform some first testing but I get, when compiling, an error.</p>
<p>Here is an excerpt of the compilation</p>
<p></p>
<p><span style="font-family:Courier [Adobe]">...</span></p>
<p><span style="font-family:Courier [Adobe]">if g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT lx200generic.o -MD -MP -MF ".deps/lx200generic.Tpo" \</span></p>
<p><span style="font-family:Courier [Adobe]"> -c -o lx200generic.o `test -f 'lx200generic.cpp' || echo './'`lx200generic.cpp; \</span></p>
<p><span style="font-family:Courier [Adobe]">then mv -f ".deps/lx200generic.Tpo" ".deps/lx200generic.Po"; \</span></p>
<p><span style="font-family:Courier [Adobe]">else rm -f ".deps/lx200generic.Tpo"; exit 1; \</span></p>
<p><span style="font-family:Courier [Adobe]">fi</span></p>
<p><span style="font-family:Courier [Adobe]">lx200generic.cpp:43:7: warning: "TIMEZONE_IS_INT" is not defined</span></p>
<p><span style="font-family:Courier [Adobe]">lx200generic.cpp:44: error: `daylight' was declared `extern' and later `static'</span></p>
<p><span style="font-family:Courier [Adobe]">/usr/include/time.h:287: error: previous declaration of `daylight'</span></p>
<p><span style="font-family:Courier [Adobe]">lx200generic.cpp:54:5: warning: "TIMEZONE_IS_INT" is not defined</span></p>
<p><span style="font-family:Courier [Adobe]">make[3]: *** [lx200generic.o] Error 1</span></p>
<p><span style="font-family:Courier [Adobe]">...</span></p>
<p></p>
<p>What about this TIMEZONE_IS_INT variable?</p>
<p>Maybe I need some specific version of some include somewhere, may you help me?</p>
<p></p>
<p>Thank you</p>
<p>Gaetano</p>
<p></p>
<p></p>
<p>On Friday 18 February 2005 15:45, Jasem Mutlaq wrote:</p>
<p>> CVS commit by mutlaqja:</p>
<p>></p>
<p>> Use IUUpdateMinMax to fix min/max values of properties. The property edit</p>
<p>> box no longer gets updated when the property is busy; Thanks Gaetano!</p>
<p>></p>
<p>> Gaetano, you can go ahead and test the FLI CCD now.</p>
<p>></p>
<p>> CCMAIL: kstars-devel@kde.org</p>
<p>></p>
<p>></p>
<p>> M +2 -2 indidevice.cpp 1.37</p>
<p>> M +1 -1 indi/fli_ccd.c 1.18</p>
<p>> M +7 -1 indi/lx200generic.cpp 1.50</p>
<p>> M +1 -0 indi/v4ldriver.cpp 1.15</p>
<p>> M +2 -1 indi/v4lphilips.cpp 1.14</p>
<p>></p>
<p>></p>
<p>> --- kdeedu/kstars/kstars/indidevice.cpp #1.36:1.37</p>
<p>> @@ -292,9 +292,9 @@ int INDI_D::setTextValue (INDI_P *pp, XM</p>
<p>> if (ap) { max = atof(valuXMLAtt(ap)); lp->setMax(max); }</p>
<p>></p>
<p>> - if (lp->spin_w)</p>
<p>> + /*if (lp->spin_w)</p>
<p>> {</p>
<p>> lp->spin_w->setValue(lp->value);</p>
<p>> lp->spinChanged(lp->value);</p>
<p>> - }</p>
<p>> + }*/</p>
<p>></p>
<p>> }</p>
<p>></p>
<p>> --- kdeedu/kstars/kstars/indi/fli_ccd.c #1.17:1.18</p>
<p>> @@ -829,5 +829,5 @@ int grabImage()</p>
<p>> }</p>
<p>></p>
<p>> - for (i=0; i < FLIImg->width ; i++)</p>
<p>> + for (i=0; i < FLIImg->height ; i++)</p>
<p>> {</p>
<p>> if ( (err = FLIGrabRow(fli_dev, &FLIImg->img[i * FLIImg->width],</p>
<p>> FLIImg->width)))</p>
<p>></p>
<p>> --- kdeedu/kstars/kstars/indi/lx200generic.cpp #1.49:1.50</p>
<p>> @@ -328,4 +328,5 @@ LX200Generic::LX200Generic()</p>
<p>> // Children call parent routines, this is the default</p>
<p>> IDLog("initilizaing from generic LX200 device...\n");</p>
<p>> + IDLog("INDI Version: 2004-02-17\n");</p>
<p>></p>
<p>> //enableSimulation(true);</p>
<p>> @@ -751,5 +752,5 @@ void LX200Generic::ISNewSwitch (const ch</p>
<p>> //IDLog("SolarSw name is %s\n", SolarSw.name);</p>
<p>></p>
<p>> - IDLog("The device name is %s\n", dev);</p>
<p>> + //IDLog("The device name is %s\n", dev);</p>
<p>> // ignore if not ours //</p>
<p>> if (strcmp (thisDevice, dev))</p>
<p>> @@ -1526,4 +1527,6 @@ int LX200Generic::handleCoordSet()</p>
<p>> double dx, dy;</p>
<p>></p>
<p>> + IDLog("In Handle Coord Set()\n");</p>
<p>> +</p>
<p>> switch (currentSet)</p>
<p>> {</p>
<p>> @@ -1534,4 +1537,5 @@ int LX200Generic::handleCoordSet()</p>
<p>> if (eqNum.s == IPS_BUSY)</p>
<p>> {</p>
<p>> + IDLog("Aboring Slew\n");</p>
<p>> abortSlew();</p>
<p>></p>
<p>> @@ -1555,6 +1559,8 @@ int LX200Generic::handleCoordSet()</p>
<p>> // Track</p>
<p>> case LX200_TRACK:</p>
<p>> + IDLog("We're in LX200_TRACK\n");</p>
<p>> if (eqNum.s == IPS_BUSY)</p>
<p>> {</p>
<p>> + IDLog("Aboring Slew\n");</p>
<p>> abortSlew();</p>
<p>></p>
<p>></p>
<p>> --- kdeedu/kstars/kstars/indi/v4ldriver.cpp #1.14:1.15</p>
<p>> @@ -565,4 +565,5 @@ void getBasicData()</p>
<p>> ImageSizeN[1].max = ymax;</p>
<p>></p>
<p>> + IUUpdateMinMax(&ImageSizeNP);</p>
<p>> IDSetNumber(&ImageSizeNP, NULL);</p>
<p>></p>
<p>></p>
<p>> --- kdeedu/kstars/kstars/indi/v4lphilips.cpp #1.13:1.14</p>
<p>> @@ -966,4 +966,5 @@ void getBasicData()</p>
<p>></p>
<p>> IDSetNumber(&ImageSizeNP, NULL);</p>
<p>> + IUUpdateMinMax(&ImageSizeNP);</p>
<p>></p>
<p>> strncpy(camNameT[0].text, getDeviceName(), MAXINDILABEL);</p>
<p>></p>
<p>></p>
<p>> _______________________________________________</p>
<p>> Kstars-devel mailing list</p>
<p>> Kstars-devel@kde.org</p>
<p>> https://mail.kde.org/mailman/listinfo/kstars-devel</p>
<p></p>
</body></html>