Acinonyx
About Acinonyx
|
Version: 3.0-0
Result: ERROR Check time: 2021-09-08 04:22 * using log directory '' * using R Under development (unstable) (2021-09-06 r80865) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: ASCII * using option '--as-cran' * checking for file 'Acinonyx/DESCRIPTION' ... OK * this is package 'Acinonyx' version '3.0-0' * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... NOTE Found the following apparent object files/libraries: Win32/lib32/libfreetype.a Win32/lib64/libfreetype.a Object files/libraries should not be included in a source package. * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking serialization versions ... OK * checking whether package 'Acinonyx' can be installed ... ERROR Installation failed. See '00install.out' for details. * DONE Status: 1 ERROR, 1 NOTE See '/00check.log' for details. Installation log: 00install.out
Build log for Windows (R 2.11.x)* checking for file 'Acinonyx/DESCRIPTION' ... OK * preparing 'Acinonyx': * checking DESCRIPTION meta-information ... OK * cleaning src make: Nothing to be done for `clean'. * removing junk files * checking for LF line-endings in source and make files * checking for empty or unneeded directories * building binary distribution WARNING: some HTML links may not be found * installing *source* package 'Acinonyx' ... ** libs making DLL ... /cygdrive/c/Rtools/bin/make -C .. Acinonyx.dll && cp ../Acinonyx.dll . uname: not found make[1]: Entering directory `/cygdrive/c/tmp/Rbuild24447277/Acinonyx' PKG_CXXFLAGS='-fpermissive' PKG_LIBS='-lopengl32 -lglu32 -lrgraphapp -lgdi32' PKG_CPPFLAGS=' -IAcinonyx -IAcinonyx/RIF -IWin32' c:/PROGRA~1/r/R-211~1.0/bin/R CMD SHLIB -o Acinonyx.dll Acinonyx/AContainer.cpp Acinonyx/AObject.cpp Acinonyx/RIF/RCalls.cpp Acinonyx/RIF/REngine.cpp Acinonyx/RIF/RGrDevice.cpp Acinonyx/ATools.c Win32/AWin32Window.cpp uname: not found make[2]: Entering directory `/cygdrive/c/tmp/Rbuild24447277/Acinonyx' g++ -I"c:/PROGRA~1/r/R-211~1.0/include" -IAcinonyx -IAcinonyx/RIF -IWin32 -fpermissive -O2 -Wall -c Acinonyx/AContainer.cpp -o Acinonyx/AContainer.o In file included from Acinonyx/AContainer.cpp:10: Acinonyx/AContainer.h:28: warning: ignoring #pragma mark Acinonyx/AContainer.h:36: warning: ignoring #pragma mark In file included from Acinonyx/AVisual.h:14, from Acinonyx/AContainer.h:14, from Acinonyx/AContainer.cpp:10: Acinonyx/ARenderer.h: In member function 'void ARenderer::polygon(const APoint*, int, bool)': Acinonyx/ARenderer.h:285: warning: invalid conversion from 'void (*)(GLenum)' to 'void (*)()' Acinonyx/ARenderer.h:285: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, void (*)())' Acinonyx/ARenderer.h:286: warning: invalid conversion from 'GLvoid (*)()' to 'void (*)()' Acinonyx/ARenderer.h:286: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, void (*)())' Acinonyx/ARenderer.h:287: warning: invalid conversion from 'GLvoid (*)()' to 'void (*)()' Acinonyx/ARenderer.h:287: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, void (*)())' Acinonyx/ARenderer.h:294: warning: invalid conversion from 'GLvoid (*)()' to 'void (*)()' Acinonyx/ARenderer.h:294: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, void (*)())' Acinonyx/ARenderer.h:303: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/AContainer.h:14, from Acinonyx/AContainer.cpp:10: Acinonyx/AVisual.h: In constructor 'AVisual::AVisual(AContainer*, ARect, unsigned int)': Acinonyx/AVisual.h:49: warning: 'AVisual::_flags' will be initialized after Acinonyx/AVisual.h:48: warning: 'ASize AVisual::_min_size' Acinonyx/AVisual.h:53: warning: when initialized here g++ -I"c:/PROGRA~1/r/R-211~1.0/include" -IAcinonyx -IAcinonyx/RIF -IWin32 -fpermissive -O2 -Wall -c Acinonyx/AObject.cpp -o Acinonyx/AObject.o g++ -I"c:/PROGRA~1/r/R-211~1.0/include" -IAcinonyx -IAcinonyx/RIF -IWin32 -fpermissive -O2 -Wall -c Acinonyx/RIF/RCalls.cpp -o Acinonyx/RIF/RCalls.o In file included from Acinonyx/AQuery.h:14, from Acinonyx/AVisualPrimitive.h:15, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/AContainer.h:28: warning: ignoring #pragma mark Acinonyx/AContainer.h:36: warning: ignoring #pragma mark In file included from Acinonyx/APlot.h:23, from Acinonyx/ABasicPrimitives.h:14, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/RIF/RValueHolder.h:44:7: warning: no newline at end of file In file included from Acinonyx/AScatterPlot.h:14, from Acinonyx/RIF/RCalls.cpp:15: Acinonyx/AAxis.h:165:7: warning: extra tokens at end of #endif directive Acinonyx/AAxis.h:165:8: warning: no newline at end of file In file included from Acinonyx/RIF/RCalls.cpp:12: Acinonyx/RIF/REngine.h: In member function 'RObject* REngine::eval(RObject*, int*)': Acinonyx/RIF/REngine.h:90: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/AVisualPrimitive.h:13, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/ARenderer.h: In member function 'void ARenderer::polygon(const APoint*, int, bool)': Acinonyx/ARenderer.h:285: warning: invalid conversion from 'void (*)(GLenum)' to 'void (*)()' Acinonyx/ARenderer.h:285: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, void (*)())' Acinonyx/ARenderer.h:286: warning: invalid conversion from 'GLvoid (*)()' to 'void (*)()' Acinonyx/ARenderer.h:286: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, void (*)())' Acinonyx/ARenderer.h:287: warning: invalid conversion from 'GLvoid (*)()' to 'void (*)()' Acinonyx/ARenderer.h:287: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, void (*)())' Acinonyx/ARenderer.h:294: warning: invalid conversion from 'GLvoid (*)()' to 'void (*)()' Acinonyx/ARenderer.h:294: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, void (*)())' Acinonyx/ARenderer.h:303: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/AVector.h:15, from Acinonyx/ANotfier.h:13, from Acinonyx/AMarker.h:13, from Acinonyx/AVisualPrimitive.h:14, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/AValue.h: In destructor 'virtual AValue::~AValue()': Acinonyx/AValue.h:37: warning: enumeration value 'AVnull' not handled in switch Acinonyx/AValue.h:37: warning: enumeration value 'AVchar' not handled in switch Acinonyx/AValue.h:37: warning: enumeration value 'AVint' not handled in switch Acinonyx/AValue.h:37: warning: enumeration value 'AVbool' not handled in switch Acinonyx/AValue.h:37: warning: enumeration value 'AVfloat' not handled in switch Acinonyx/AValue.h:37: warning: enumeration value 'AVdouble' not handled in switch Acinonyx/AValue.h:37: warning: enumeration value 'AVlong' not handled in switch Acinonyx/AValue.h:37: warning: enumeration value 'AVptr' not handled in switch Acinonyx/AValue.h: In member function 'int AValue::asInt()': Acinonyx/AValue.h:46: warning: enumeration value 'AVnull' not handled in switch Acinonyx/AValue.h:46: warning: enumeration value 'AVchar' not handled in switch Acinonyx/AValue.h:46: warning: enumeration value 'AVbool' not handled in switch Acinonyx/AValue.h:46: warning: enumeration value 'AVlong' not handled in switch Acinonyx/AValue.h:46: warning: enumeration value 'AVptr' not handled in switch Acinonyx/AValue.h:46: warning: enumeration value 'AVobj' not handled in switch Acinonyx/AValue.h: In member function 'float AValue::asFloat()': Acinonyx/AValue.h:56: warning: enumeration value 'AVnull' not handled in switch Acinonyx/AValue.h:56: warning: enumeration value 'AVchar' not handled in switch Acinonyx/AValue.h:56: warning: enumeration value 'AVbool' not handled in switch Acinonyx/AValue.h:56: warning: enumeration value 'AVlong' not handled in switch Acinonyx/AValue.h:56: warning: enumeration value 'AVstr' not handled in switch Acinonyx/AValue.h:56: warning: enumeration value 'AVptr' not handled in switch Acinonyx/AValue.h:56: warning: enumeration value 'AVobj' not handled in switch In file included from Acinonyx/ANotfier.h:13, from Acinonyx/AMarker.h:13, from Acinonyx/AVisualPrimitive.h:14, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/AVector.h: In constructor 'APlainIntVector::APlainIntVector(const int*, vsize_t, bool)': Acinonyx/AVector.h:263: warning: 'APlainIntVector::f_data' will be initialized after Acinonyx/AVector.h:262: warning: 'double* APlainIntVector::d_data' Acinonyx/AVector.h:265: warning: when initialized here Acinonyx/AVector.h: In member function 'virtual const double* APlainIntVector::asDoubles()': Acinonyx/AVector.h:281: warning: comparison between signed and unsigned integer expressions Acinonyx/AVector.h: In member function 'virtual const float* APlainIntVector::asFloats()': Acinonyx/AVector.h:289: warning: comparison between signed and unsigned integer expressions Acinonyx/AVector.h: In member function 'virtual ADataRange APlainIntVector::range()': Acinonyx/AVector.h:298: warning: comparison between signed and unsigned integer expressions Acinonyx/AVector.h: In member function 'virtual void APlainIntVector::transformToFloats(AFloat*, float, float)': Acinonyx/AVector.h:306: warning: comparison between signed and unsigned integer expressions Acinonyx/AVector.h: In member function 'virtual void APlainIntVector::transformToDoubles(double*, double, double)': Acinonyx/AVector.h:311: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/AMarker.h:15, from Acinonyx/AVisualPrimitive.h:14, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/AColorMap.h: In member function 'virtual AColor AIndexColorMap::color(cmindex_t)': Acinonyx/AColorMap.h:58: warning: comparison between signed and unsigned integer expressions Acinonyx/AColorMap.h: In member function 'void ADefaultColorMap::setHCLcolors(vsize_t, vsize_t, AFloat, AFloat)': Acinonyx/AColorMap.h:104: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/AMarker.h:16, from Acinonyx/AVisualPrimitive.h:14, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/ATable.h: In constructor 'AUnivarTable::AUnivarTable(vsize_t, bool)': Acinonyx/ATable.h:21: warning: 'AUnivarTable::_names' will be initialized after Acinonyx/ATable.h:19: warning: 'vsize_t AUnivarTable::_other' Acinonyx/ATable.h:23: warning: when initialized here In file included from Acinonyx/AVisualPrimitive.h:14, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/AMarker.h: In constructor 'AMarker::AMarker(vsize_t)': Acinonyx/AMarker.h:92: warning: base 'APlainIntVector' will be initialized after Acinonyx/AMarker.h:92: warning: base 'ANotifierInterface' Acinonyx/AMarker.h:92: warning: when initialized here Acinonyx/AMarker.h:51: warning: 'AMarker::value_table' will be initialized after Acinonyx/AMarker.h:50: warning: 'mark_t AMarker::max_value' Acinonyx/AMarker.h:92: warning: when initialized here Acinonyx/AMarker.h: In member function 'void AMarker::setValue(vsize_t, mark_t)': Acinonyx/AMarker.h:277: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/AQuery.h:13, from Acinonyx/AVisualPrimitive.h:15, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/AVisual.h: In constructor 'AVisual::AVisual(AContainer*, ARect, unsigned int)': Acinonyx/AVisual.h:49: warning: 'AVisual::_flags' will be initialized after Acinonyx/AVisual.h:48: warning: 'ASize AVisual::_min_size' Acinonyx/AVisual.h:53: warning: when initialized here In file included from Acinonyx/APlot.h:16, from Acinonyx/ABasicPrimitives.h:14, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/AScale.h: In constructor 'AScale::AScale(AVector*, ARange, ADataRange)': Acinonyx/AScale.h:28: warning: 'AScale::n' will be initialized after Acinonyx/AScale.h:25: warning: 'AFloat* AScale::_locations' Acinonyx/AScale.h:49: warning: when initialized here Acinonyx/AScale.h:31: warning: 'AScale::shareRange' will be initialized after Acinonyx/AScale.h:31: warning: 'bool AScale::shareDataRange' Acinonyx/AScale.h:49: warning: when initialized here Acinonyx/AScale.h:31: warning: 'AScale::shareDataRange' will be initialized after Acinonyx/AScale.h:30: warning: 'AScale* AScale::_prev' Acinonyx/AScale.h:49: warning: when initialized here Acinonyx/AScale.h: In constructor 'AScale::AScale(AVector*, ARange, vsize_t)': Acinonyx/AScale.h:28: warning: 'AScale::n' will be initialized after Acinonyx/AScale.h:25: warning: 'AFloat* AScale::_locations' Acinonyx/AScale.h:59: warning: when initialized here Acinonyx/AScale.h:31: warning: 'AScale::shareRange' will be initialized after Acinonyx/AScale.h:31: warning: 'bool AScale::shareDataRange' Acinonyx/AScale.h:59: warning: when initialized here Acinonyx/AScale.h:31: warning: 'AScale::shareDataRange' will be initialized after Acinonyx/AScale.h:30: warning: 'AScale* AScale::_prev' Acinonyx/AScale.h:59: warning: when initialized here Acinonyx/AScale.h: In member function 'AFloat* AScale::locations()': Acinonyx/AScale.h:135: warning: comparison between signed and unsigned integer expressions Acinonyx/AScale.h: In member function 'vsize_t AScale::discreteValue(AFloat)': Acinonyx/AScale.h:163: warning: comparison between signed and unsigned integer expressions Acinonyx/AScale.h: In member function 'vsize_t AScale::discreteIndex(AFloat)': Acinonyx/AScale.h:172: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/APlot.h:20, from Acinonyx/ABasicPrimitives.h:14, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/ADataVector.h: In member function 'virtual ADataRange AFloatVector::range()': Acinonyx/ADataVector.h:86: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual const double* AFloatVector::asDoubles()': Acinonyx/ADataVector.h:98: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual const int* AFloatVector::asInts()': Acinonyx/ADataVector.h:106: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual void AFloatVector::transformToFloats(AFloat*, float, float)': Acinonyx/ADataVector.h:112: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual void AFloatVector::transformToDoubles(double*, double, double)': Acinonyx/ADataVector.h:117: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual ADataRange ADoubleVector::range()': Acinonyx/ADataVector.h:147: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual void ADoubleVector::transformToFloats(AFloat*, float, float)': Acinonyx/ADataVector.h:176: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual void ADoubleVector::transformToDoubles(double*, double, double)': Acinonyx/ADataVector.h:181: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In constructor 'AIntVector::AIntVector(AMarker*, const int*, vsize_t, bool)': Acinonyx/ADataVector.h:205: warning: 'AIntVector::f_data' will be initialized after Acinonyx/ADataVector.h:204: warning: 'double* AIntVector::d_data' Acinonyx/ADataVector.h:207: warning: when initialized here Acinonyx/ADataVector.h: In constructor 'AIntVector::AIntVector(const int*, vsize_t, bool)': Acinonyx/ADataVector.h:205: warning: 'AIntVector::f_data' will be initialized after Acinonyx/ADataVector.h:204: warning: 'double* AIntVector::d_data' Acinonyx/ADataVector.h:210: warning: when initialized here Acinonyx/ADataVector.h: In constructor 'AIntVector::AIntVector(const int*, vsize_t)': Acinonyx/ADataVector.h:205: warning: 'AIntVector::f_data' will be initialized after Acinonyx/ADataVector.h:204: warning: 'double* AIntVector::d_data' Acinonyx/ADataVector.h:213: warning: when initialized here Acinonyx/ADataVector.h: In member function 'virtual const double* AIntVector::asDoubles()': Acinonyx/ADataVector.h:229: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual const float* AIntVector::asFloats()': Acinonyx/ADataVector.h:237: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual ADataRange AIntVector::range()': Acinonyx/ADataVector.h:246: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual void AIntVector::transformToFloats(AFloat*, float, float)': Acinonyx/ADataVector.h:254: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual void AIntVector::transformToDoubles(double*, double, double)': Acinonyx/ADataVector.h:259: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'AUnivarTable* AFactorVector::table()': Acinonyx/ADataVector.h:311: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/ABasicPrimitives.h:14, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/APlot.h: In constructor 'APlot::APlot(AContainer*, ARect, int)': Acinonyx/APlot.h:44: warning: 'APlot::pps' will be initialized after Acinonyx/APlot.h:40: warning: 'AScale** APlot::_scales' Acinonyx/APlot.h:58: warning: when initialized here Acinonyx/APlot.h:354: warning: 'APlot::inSelection' will be initialized after Acinonyx/APlot.h:48: warning: 'bool APlot::inQuery' Acinonyx/APlot.h:58: warning: when initialized here Acinonyx/APlot.h:354: warning: 'APlot::inZoom' will be initialized after Acinonyx/APlot.h:51: warning: 'AFloat APlot::mLeft' Acinonyx/APlot.h:58: warning: when initialized here Acinonyx/APlot.h: In constructor 'APlot::APlot(AContainer*, ARect, int, AScale*, AScale*)': Acinonyx/APlot.h:44: warning: 'APlot::pps' will be initialized after Acinonyx/APlot.h:43: warning: 'AMutableObjectVector* APlot::vps' Acinonyx/APlot.h:65: warning: when initialized here Acinonyx/APlot.h:354: warning: 'APlot::inZoom' will be initialized after Acinonyx/APlot.h:48: warning: 'bool APlot::inQuery' Acinonyx/APlot.h:65: warning: when initialized here Acinonyx/APlot.h: In member function 'AScale* APlot::scale(vsize_t)': Acinonyx/APlot.h:90: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/AScatterPlot.h:14, from Acinonyx/RIF/RCalls.cpp:15: Acinonyx/AAxis.h: In constructor 'ANamedAxis::ANamedAxis()': Acinonyx/AAxis.h:52: warning: 'ANamedAxis::_names' will be initialized after Acinonyx/AAxis.h:51: warning: 'char** ANamedAxis::_name' Acinonyx/AAxis.h:55: warning: when initialized here In file included from Acinonyx/RIF/RCalls.cpp:16: Acinonyx/AParallelCoordPlot.h: In member function 'virtual void AParallelCoordPlot::update()': Acinonyx/AParallelCoordPlot.h:100: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/ABarChart.h:13, from Acinonyx/RIF/RCalls.cpp:17: Acinonyx/AStatVisual.h: In constructor 'AStatVisual::AStatVisual(APlot*, AMarker*, vsize_t*, vsize_t, group_t, bool, bool, AUnivarTable*)': Acinonyx/AStatVisual.h:34: warning: 'AStatVisual::mark' will be initialized after Acinonyx/AStatVisual.h:30: warning: 'vsize_t AStatVisual::n' Acinonyx/AStatVisual.h:44: warning: when initialized here Acinonyx/AStatVisual.h:40: warning: 'AStatVisual::flags' will be initialized after Acinonyx/AStatVisual.h:39: warning: 'AUnivarTable* AStatVisual::value_table' Acinonyx/AStatVisual.h:44: warning: when initialized here Acinonyx/AStatVisual.h: In member function 'virtual bool APolyLineStatVisual::containsPoint(APoint)': Acinonyx/AStatVisual.h:407: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/RIF/RCalls.cpp:17: Acinonyx/ABarChart.h: In constructor 'ABarChart::ABarChart(AContainer*, ARect, int, AFactorVector*)': Acinonyx/ABarChart.h:27: warning: 'ABarChart::movingBar' will be initialized after Acinonyx/ABarChart.h:25: warning: 'bool ABarChart::spines' Acinonyx/ABarChart.h:31: warning: when initialized here In file included from Acinonyx/RIF/RCalls.cpp:18: Acinonyx/AHistogram.h: In constructor 'ABinning::ABinning(ADataVector*, vsize_t, double, double, bool)': Acinonyx/AHistogram.h:25: warning: 'ABinning::_binw' will be initialized after Acinonyx/AHistogram.h:24: warning: 'vsize_t ABinning::_maxCt' Acinonyx/AHistogram.h:29: warning: when initialized here In file included from Acinonyx/RIF/RCalls.cpp:19: Acinonyx/ATimeSeriesPlot.h: In member function 'void ATimeSeriesPlot::createPrimitives()': Acinonyx/ATimeSeriesPlot.h:117: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/ARVector.h: In constructor 'ARFactorVector::ARFactorVector(AMarker*, SEXPREC*)': Acinonyx/ARVector.h:88: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/RIF/RCalls.cpp:23: Acinonyx/AMarkerValuesPlot.h: In constructor 'AMarkerValuesPlot::AMarkerValuesPlot(AContainer*, ARect, int, AMarker*)': Acinonyx/AMarkerValuesPlot.h:27: warning: 'AMarkerValuesPlot::movingBar' will be initialized after Acinonyx/AMarkerValuesPlot.h:25: warning: 'bool AMarkerValuesPlot::spines' Acinonyx/AMarkerValuesPlot.h:31: warning: when initialized here Acinonyx/RIF/RCalls.cpp: In function 'SEXPREC* A_MarkerSelect(SEXPREC*, SEXPREC*)': Acinonyx/RIF/RCalls.cpp:354: warning: comparison between signed and unsigned integer expressions Acinonyx/RIF/RCalls.cpp: In function 'SEXPREC* A_MarkerSetVisible(SEXPREC*, SEXPREC*)': Acinonyx/RIF/RCalls.cpp:396: warning: comparison between signed and unsigned integer expressions Acinonyx/RIF/REngine.h: At global scope: Acinonyx/RIF/REngine.h:17: warning: 'rarch' defined but not used Acinonyx/RIF/RCalls.cpp:161: warning: 'inside_Rapp' defined but not used g++ -I"c:/PROGRA~1/r/R-211~1.0/include" -IAcinonyx -IAcinonyx/RIF -IWin32 -fpermissive -O2 -Wall -c Acinonyx/RIF/REngine.cpp -o Acinonyx/RIF/REngine.o In file included from Acinonyx/RIF/REngine.cpp:10: Acinonyx/RIF/REngine.h: In member function 'RObject* REngine::eval(RObject*, int*)': Acinonyx/RIF/REngine.h:90: warning: comparison between signed and unsigned integer expressions Acinonyx/RIF/REngine.h: At global scope: Acinonyx/RIF/REngine.h:17: warning: 'rarch' defined but not used g++ -I"c:/PROGRA~1/r/R-211~1.0/include" -IAcinonyx -IAcinonyx/RIF -IWin32 -fpermissive -O2 -Wall -c Acinonyx/RIF/RGrDevice.cpp -o Acinonyx/RIF/RGrDevice.o Acinonyx/RIF/RGrDevice.cpp:177: warning: ignoring #pragma mark RGD Acinonyx/RIF/RGrDevice.cpp:196: warning: ignoring #pragma mark Device Acinonyx/RIF/RGrDevice.cpp:435: warning: ignoring #pragma mark Acinonyx/RIF/RGrDevice.cpp:436: warning: ignoring #pragma mark R In file included from Acinonyx/AVisual.h:14, from Acinonyx/RIF/RGrDevice.cpp:21: Acinonyx/ARenderer.h: In member function 'void ARenderer::polygon(const APoint*, int, bool)': Acinonyx/ARenderer.h:285: warning: invalid conversion from 'void (*)(GLenum)' to 'void (*)()' Acinonyx/ARenderer.h:285: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, void (*)())' Acinonyx/ARenderer.h:286: warning: invalid conversion from 'GLvoid (*)()' to 'void (*)()' Acinonyx/ARenderer.h:286: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, void (*)())' Acinonyx/ARenderer.h:287: warning: invalid conversion from 'GLvoid (*)()' to 'void (*)()' Acinonyx/ARenderer.h:287: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, void (*)())' Acinonyx/ARenderer.h:294: warning: invalid conversion from 'GLvoid (*)()' to 'void (*)()' Acinonyx/ARenderer.h:294: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, void (*)())' Acinonyx/ARenderer.h:303: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/RIF/RGrDevice.cpp:21: Acinonyx/AVisual.h: In constructor 'AVisual::AVisual(AContainer*, ARect, unsigned int)': Acinonyx/AVisual.h:49: warning: 'AVisual::_flags' will be initialized after Acinonyx/AVisual.h:48: warning: 'ASize AVisual::_min_size' Acinonyx/AVisual.h:53: warning: when initialized here Acinonyx/RIF/RGrDevice.cpp: In function 'void RAcinonyxDevice_Polyline(int, double*, double*, R_GE_gcontext*, DevDesc*)': Acinonyx/RIF/RGrDevice.cpp:375: warning: comparison between signed and unsigned integer expressions Acinonyx/RIF/RGrDevice.cpp:377: warning: comparison between signed and unsigned integer expressions Acinonyx/RIF/RGrDevice.cpp: In function 'void RAcinonyxDevice_Polygon(int, double*, double*, R_GE_gcontext*, DevDesc*)': Acinonyx/RIF/RGrDevice.cpp:388: warning: comparison between signed and unsigned integer expressions Acinonyx/RIF/RGrDevice.cpp:393: warning: comparison between signed and unsigned integer expressions gcc -I"c:/PROGRA~1/r/R-211~1.0/include" -IAcinonyx -IAcinonyx/RIF -IWin32 -O3 -Wall -std=gnu99 -c Acinonyx/ATools.c -o Acinonyx/ATools.o g++ -I"c:/PROGRA~1/r/R-211~1.0/include" -IAcinonyx -IAcinonyx/RIF -IWin32 -fpermissive -O2 -Wall -c Win32/AWin32Window.cpp -o Win32/AWin32Window.o In file included from c:/PROGRA~1/r/R-211~1.0/include/R.h:50, from Acinonyx/RIF/RObject.h:24, from Win32/AWin32Window.h:21, from Win32/AWin32Window.cpp:10: c:/PROGRA~1/r/R-211~1.0/include/R_ext/RS.h:43:1: warning: "ERROR" redefined In file included from c:\rtools\mingw\bin\../lib/gcc/mingw32/4.2.1-sjlj/../../../../include/windows.h:52, from Win32/AWin32Window.h:14, from Win32/AWin32Window.cpp:10: c:\rtools\mingw\bin\../lib/gcc/mingw32/4.2.1-sjlj/../../../../include/wingdi.h:313:1: warning: this is the location of the previous definition In file included from Acinonyx/AVisual.h:14, from Win32/AWin32Window.h:19, from Win32/AWin32Window.cpp:10: Acinonyx/ARenderer.h: In member function 'void ARenderer::polygon(const APoint*, int, bool)': Acinonyx/ARenderer.h:285: warning: invalid conversion from 'void (*)(GLenum)' to 'void (*)()' Acinonyx/ARenderer.h:285: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, void (*)())' Acinonyx/ARenderer.h:286: warning: invalid conversion from 'GLvoid (*)()' to 'void (*)()' Acinonyx/ARenderer.h:286: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, void (*)())' Acinonyx/ARenderer.h:287: warning: invalid conversion from 'GLvoid (*)()' to 'void (*)()' Acinonyx/ARenderer.h:287: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, void (*)())' Acinonyx/ARenderer.h:294: warning: invalid conversion from 'GLvoid (*)()' to 'void (*)()' Acinonyx/ARenderer.h:294: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, void (*)())' Acinonyx/ARenderer.h:303: warning: comparison between signed and unsigned integer expressions In file included from Win32/AWin32Window.h:19, from Win32/AWin32Window.cpp:10: Acinonyx/AVisual.h: In constructor 'AVisual::AVisual(AContainer*, ARect, unsigned int)': Acinonyx/AVisual.h:49: warning: 'AVisual::_flags' will be initialized after Acinonyx/AVisual.h:48: warning: 'ASize AVisual::_min_size' Acinonyx/AVisual.h:53: warning: when initialized here Win32/AWin32Window.cpp: In function 'void HelpMouseClick(gui_obj*, int, point)': Win32/AWin32Window.cpp:59: warning: unused variable 'win' Win32/AWin32Window.cpp: In function 'DWORD AWin32Heartbeat(void*)': Win32/AWin32Window.cpp:175: warning: control reaches end of non-void function g++ -shared -s -static-libgcc -o Acinonyx.dll tmp.def Acinonyx/AContainer.o Acinonyx/AObject.o Acinonyx/RIF/RCalls.o Acinonyx/RIF/REngine.o Acinonyx/RIF/RGrDevice.o Acinonyx/ATools.o Win32/AWin32Window.o -lopengl32 -lglu32 -lrgraphapp -lgdi32 -Lc:/PROGRA~1/r/R-211~1.0/bin -lR make[2]: Leaving directory `/cygdrive/c/tmp/Rbuild24447277/Acinonyx' make[1]: Leaving directory `/cygdrive/c/tmp/Rbuild24447277/Acinonyx' installing to c:/tmp/Rinst24472338/Acinonyx/libs ... done ** R ** preparing package for lazy loading ** help *** installing help indices ** building package indices ... ** MD5 sums ** testing if installed package can be loaded packaged installation of 'Acinonyx' as Acinonyx_3.0-0.zip * DONE (Acinonyx) Build log for Windows 64-bit (R 2.11.x)* checking for file 'Acinonyx/DESCRIPTION' ... OK * preparing 'Acinonyx': * checking DESCRIPTION meta-information ... OK * cleaning src make: Nothing to be done for `clean'. * removing junk files * checking for LF line-endings in source and make files * checking for empty or unneeded directories * building binary distribution WARNING: some HTML links may not be found * installing *source* package 'Acinonyx' ... ** libs making DLL ... /cygdrive/c/Rtools/bin/make -C .. Acinonyx.dll && cp ../Acinonyx.dll . uname: not found make[1]: Entering directory `/cygdrive/c/tmp/Rbuild216842208/Acinonyx' PKG_CXXFLAGS='-fpermissive' PKG_LIBS='-lopengl32 -lglu32 -lrgraphapp -lgdi32' PKG_CPPFLAGS=' -IAcinonyx -IAcinonyx/RIF -IWin32' c:/PROGRA~1/r/R-211~1.0-X/bin/R CMD SHLIB -o Acinonyx.dll Acinonyx/AContainer.cpp Acinonyx/AObject.cpp Acinonyx/RIF/RCalls.cpp Acinonyx/RIF/REngine.cpp Acinonyx/RIF/RGrDevice.cpp Acinonyx/ATools.c Win32/AWin32Window.cpp uname: not found make[2]: Entering directory `/cygdrive/c/tmp/Rbuild216842208/Acinonyx' x86_64-w64-mingw32-g++ -I"c:/PROGRA~1/r/R-211~1.0-X/include" -IAcinonyx -IAcinonyx/RIF -IWin32 -fpermissive -O2 -Wall -gdwarf-2 -c Acinonyx/AContainer.cpp -o Acinonyx/AContainer.o In file included from Acinonyx/AContainer.cpp:10:0: Acinonyx/AContainer.h:28:0: warning: ignoring #pragma mark In file included from Acinonyx/AContainer.cpp:10:0: Acinonyx/AContainer.h:36:0: warning: ignoring #pragma mark In file included from Acinonyx/AVisual.h:14:0, from Acinonyx/AContainer.h:14, from Acinonyx/AContainer.cpp:10: Acinonyx/ARenderer.h: In member function 'void ARenderer::polygon(const APoint*, int, bool)': Acinonyx/ARenderer.h:285:48: warning: invalid conversion from 'void (*)(GLenum)' to 'void (*)()' Acinonyx/ARenderer.h:285:48: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, void (*)())' Acinonyx/ARenderer.h:303:26: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/AContainer.h:14:0, from Acinonyx/AContainer.cpp:10: Acinonyx/AVisual.h: In constructor 'AVisual::AVisual(AContainer*, ARect, unsigned int)': Acinonyx/AVisual.h:49:15: warning: 'AVisual::_flags' will be initialized after Acinonyx/AVisual.h:48:8: warning: 'ASize AVisual::_min_size' Acinonyx/AVisual.h:53:2: warning: when initialized here x86_64-w64-mingw32-g++ -I"c:/PROGRA~1/r/R-211~1.0-X/include" -IAcinonyx -IAcinonyx/RIF -IWin32 -fpermissive -O2 -Wall -gdwarf-2 -c Acinonyx/AObject.cpp -o Acinonyx/AObject.o x86_64-w64-mingw32-g++ -I"c:/PROGRA~1/r/R-211~1.0-X/include" -IAcinonyx -IAcinonyx/RIF -IWin32 -fpermissive -O2 -Wall -gdwarf-2 -c Acinonyx/RIF/RCalls.cpp -o Acinonyx/RIF/RCalls.o In file included from c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/objbase.h:144:0, from c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/ole2.h:16, from c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/windows.h:96, from c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/GL/gl.h:13, from Acinonyx/ARenderer.h:37, from Acinonyx/AVisualPrimitive.h:13, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/objidl.h:598:52: error: macro "Realloc" requires 3 arguments, but only 2 given In file included from Acinonyx/AQuery.h:14:0, from Acinonyx/AVisualPrimitive.h:15, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/AContainer.h:28:0: warning: ignoring #pragma mark In file included from Acinonyx/AQuery.h:14:0, from Acinonyx/AVisualPrimitive.h:15, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/AContainer.h:36:0: warning: ignoring #pragma mark In file included from Acinonyx/AScatterPlot.h:14:0, from Acinonyx/RIF/RCalls.cpp:15: Acinonyx/AAxis.h:165:7: warning: extra tokens at end of #endif directive In file included from c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/c++/4.5.1/ext/hash_map:60:0, from Acinonyx/ABarChart.h:15, from Acinonyx/RIF/RCalls.cpp:17: c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/c++/4.5.1/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. In file included from c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/objbase.h:144:0, from c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/ole2.h:16, from c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/windows.h:96, from c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/GL/gl.h:13, from Acinonyx/ARenderer.h:37, from Acinonyx/AVisualPrimitive.h:13, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/objidl.h:598:56: error: invalid in-class initialization of static data member of non-integral type 'void*' c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/objidl.h:599:25: error: expected identifier before '(' token c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/objidl.h:599:25: error: 'parameter' declared as function returning a function c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/objidl.h:599:25: error: expected ')' before ',' token In file included from c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/msxml.h:209:0, from c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/urlmon.h:218, from c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/objbase.h:325, from c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/ole2.h:16, from c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/windows.h:96, from c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/GL/gl.h:13, from Acinonyx/ARenderer.h:37, from Acinonyx/AVisualPrimitive.h:13, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/oaidl.h:1890:28: error: expected identifier before '(' token c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/oaidl.h:1890:28: error: 'parameter' declared as function returning a function c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/oaidl.h:1890:28: error: expected ')' before ',' token In file included from Acinonyx/AVisualPrimitive.h:13:0, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/ARenderer.h: In member function 'void ARenderer::polygon(const APoint*, int, bool)': Acinonyx/ARenderer.h:285:48: warning: invalid conversion from 'void (*)(GLenum)' to 'void (*)()' Acinonyx/ARenderer.h:285:48: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, void (*)())' Acinonyx/ARenderer.h:303:26: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/AVector.h:15:0, from Acinonyx/ANotfier.h:13, from Acinonyx/AMarker.h:13, from Acinonyx/AVisualPrimitive.h:14, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/AValue.h: In destructor 'virtual AValue::~AValue()': Acinonyx/AValue.h:37:10: warning: enumeration value 'AVnull' not handled in switch Acinonyx/AValue.h:37:10: warning: enumeration value 'AVchar' not handled in switch Acinonyx/AValue.h:37:10: warning: enumeration value 'AVint' not handled in switch Acinonyx/AValue.h:37:10: warning: enumeration value 'AVbool' not handled in switch Acinonyx/AValue.h:37:10: warning: enumeration value 'AVfloat' not handled in switch Acinonyx/AValue.h:37:10: warning: enumeration value 'AVdouble' not handled in switch Acinonyx/AValue.h:37:10: warning: enumeration value 'AVlong' not handled in switch Acinonyx/AValue.h:37:10: warning: enumeration value 'AVptr' not handled in switch Acinonyx/AValue.h: In member function 'int AValue::asInt()': Acinonyx/AValue.h:46:10: warning: enumeration value 'AVnull' not handled in switch Acinonyx/AValue.h:46:10: warning: enumeration value 'AVchar' not handled in switch Acinonyx/AValue.h:46:10: warning: enumeration value 'AVbool' not handled in switch Acinonyx/AValue.h:46:10: warning: enumeration value 'AVlong' not handled in switch Acinonyx/AValue.h:46:10: warning: enumeration value 'AVptr' not handled in switch Acinonyx/AValue.h:46:10: warning: enumeration value 'AVobj' not handled in switch Acinonyx/AValue.h: In member function 'float AValue::asFloat()': Acinonyx/AValue.h:56:10: warning: enumeration value 'AVnull' not handled in switch Acinonyx/AValue.h:56:10: warning: enumeration value 'AVchar' not handled in switch Acinonyx/AValue.h:56:10: warning: enumeration value 'AVbool' not handled in switch Acinonyx/AValue.h:56:10: warning: enumeration value 'AVlong' not handled in switch Acinonyx/AValue.h:56:10: warning: enumeration value 'AVstr' not handled in switch Acinonyx/AValue.h:56:10: warning: enumeration value 'AVptr' not handled in switch Acinonyx/AValue.h:56:10: warning: enumeration value 'AVobj' not handled in switch In file included from Acinonyx/ANotfier.h:13:0, from Acinonyx/AMarker.h:13, from Acinonyx/AVisualPrimitive.h:14, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/AVector.h: In constructor 'APlainIntVector::APlainIntVector(const int*, vsize_t, bool)': Acinonyx/AVector.h:263:9: warning: 'APlainIntVector::f_data' will be initialized after Acinonyx/AVector.h:262:10: warning: 'double* APlainIntVector::d_data' Acinonyx/AVector.h:265:2: warning: when initialized here Acinonyx/AVector.h: In member function 'virtual const double* APlainIntVector::asDoubles()': Acinonyx/AVector.h:281:20: warning: comparison between signed and unsigned integer expressions Acinonyx/AVector.h: In member function 'virtual const float* APlainIntVector::asFloats()': Acinonyx/AVector.h:289:20: warning: comparison between signed and unsigned integer expressions Acinonyx/AVector.h: In member function 'virtual ADataRange APlainIntVector::range()': Acinonyx/AVector.h:298:31: warning: comparison between signed and unsigned integer expressions Acinonyx/AVector.h: In member function 'virtual void APlainIntVector::transformToFloats(AFloat*, float, float)': Acinonyx/AVector.h:306:30: warning: comparison between signed and unsigned integer expressions Acinonyx/AVector.h: In member function 'virtual void APlainIntVector::transformToDoubles(double*, double, double)': Acinonyx/AVector.h:311:30: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/AMarker.h:15:0, from Acinonyx/AVisualPrimitive.h:14, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/AColorMap.h: In member function 'virtual AColor AIndexColorMap::color(cmindex_t)': Acinonyx/AColorMap.h:58:16: warning: comparison between signed and unsigned integer expressions Acinonyx/AColorMap.h: In member function 'void ADefaultColorMap::setHCLcolors(vsize_t, vsize_t, AFloat, AFloat)': Acinonyx/AColorMap.h:104:23: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/AMarker.h:16:0, from Acinonyx/AVisualPrimitive.h:14, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/ATable.h: In constructor 'AUnivarTable::AUnivarTable(vsize_t, bool)': Acinonyx/ATable.h:21:9: warning: 'AUnivarTable::_names' will be initialized after Acinonyx/ATable.h:19:10: warning: 'vsize_t AUnivarTable::_other' Acinonyx/ATable.h:23:2: warning: when initialized here In file included from Acinonyx/AVisualPrimitive.h:14:0, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/AMarker.h: In constructor 'AMarker::AMarker(vsize_t)': Acinonyx/AMarker.h:92:121: warning: base 'APlainIntVector' will be initialized after Acinonyx/AMarker.h:92:121: warning: base 'ANotifierInterface' Acinonyx/AMarker.h:92:2: warning: when initialized here Acinonyx/AMarker.h:51:16: warning: 'AMarker::value_table' will be initialized after Acinonyx/AMarker.h:50:9: warning: 'mark_t AMarker::max_value' Acinonyx/AMarker.h:92:2: warning: when initialized here Acinonyx/AMarker.h: In member function 'void AMarker::setValue(vsize_t, mark_t)': Acinonyx/AMarker.h:277:24: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/AQuery.h:13:0, from Acinonyx/AVisualPrimitive.h:15, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/AVisual.h: In constructor 'AVisual::AVisual(AContainer*, ARect, unsigned int)': Acinonyx/AVisual.h:49:15: warning: 'AVisual::_flags' will be initialized after Acinonyx/AVisual.h:48:8: warning: 'ASize AVisual::_min_size' Acinonyx/AVisual.h:53:2: warning: when initialized here In file included from Acinonyx/APlot.h:16:0, from Acinonyx/ABasicPrimitives.h:14, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/AScale.h: In constructor 'AScale::AScale(AVector*, ARange, ADataRange)': Acinonyx/AScale.h:28:10: warning: 'AScale::n' will be initialized after Acinonyx/AScale.h:25:10: warning: 'AFloat* AScale::_locations' Acinonyx/AScale.h:49:2: warning: when initialized here Acinonyx/AScale.h:31:23: warning: 'AScale::shareRange' will be initialized after Acinonyx/AScale.h:31:7: warning: 'bool AScale::shareDataRange' Acinonyx/AScale.h:49:2: warning: when initialized here Acinonyx/AScale.h:31:7: warning: 'AScale::shareDataRange' will be initialized after Acinonyx/AScale.h:30:10: warning: 'AScale* AScale::_prev' Acinonyx/AScale.h:49:2: warning: when initialized here In file included from Acinonyx/APlot.h:16:0, from Acinonyx/ABasicPrimitives.h:14, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/AScale.h: In constructor 'AScale::AScale(AVector*, ARange, vsize_t)': Acinonyx/AScale.h:28:10: warning: 'AScale::n' will be initialized after Acinonyx/AScale.h:25:10: warning: 'AFloat* AScale::_locations' Acinonyx/AScale.h:59:2: warning: when initialized here Acinonyx/AScale.h:31:23: warning: 'AScale::shareRange' will be initialized after Acinonyx/AScale.h:31:7: warning: 'bool AScale::shareDataRange' Acinonyx/AScale.h:59:2: warning: when initialized here Acinonyx/AScale.h:31:7: warning: 'AScale::shareDataRange' will be initialized after Acinonyx/AScale.h:30:10: warning: 'AScale* AScale::_prev' Acinonyx/AScale.h:59:2: warning: when initialized here Acinonyx/AScale.h: In member function 'AFloat* AScale::locations()': Acinonyx/AScale.h:135:28: warning: comparison between signed and unsigned integer expressions Acinonyx/AScale.h: In member function 'vsize_t AScale::discreteValue(AFloat)': Acinonyx/AScale.h:163:21: warning: comparison between signed and unsigned integer expressions Acinonyx/AScale.h: In member function 'vsize_t AScale::discreteIndex(AFloat)': Acinonyx/AScale.h:172:21: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/APlot.h:20:0, from Acinonyx/ABasicPrimitives.h:14, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/ADataVector.h: In member function 'virtual ADataRange AFloatVector::range()': Acinonyx/ADataVector.h:86:31: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual const double* AFloatVector::asDoubles()': Acinonyx/ADataVector.h:98:20: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual const int* AFloatVector::asInts()': Acinonyx/ADataVector.h:106:20: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual void AFloatVector::transformToFloats(AFloat*, float, float)': Acinonyx/ADataVector.h:112:30: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual void AFloatVector::transformToDoubles(double*, double, double)': Acinonyx/ADataVector.h:117:30: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual ADataRange ADoubleVector::range()': Acinonyx/ADataVector.h:147:31: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual void ADoubleVector::transformToFloats(AFloat*, float, float)': Acinonyx/ADataVector.h:176:30: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual void ADoubleVector::transformToDoubles(double*, double, double)': Acinonyx/ADataVector.h:181:30: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In constructor 'AIntVector::AIntVector(AMarker*, const int*, vsize_t, bool)': Acinonyx/ADataVector.h:205:9: warning: 'AIntVector::f_data' will be initialized after Acinonyx/ADataVector.h:204:10: warning: 'double* AIntVector::d_data' Acinonyx/ADataVector.h:207:2: warning: when initialized here Acinonyx/ADataVector.h: In constructor 'AIntVector::AIntVector(const int*, vsize_t, bool)': Acinonyx/ADataVector.h:205:9: warning: 'AIntVector::f_data' will be initialized after Acinonyx/ADataVector.h:204:10: warning: 'double* AIntVector::d_data' Acinonyx/ADataVector.h:210:2: warning: when initialized here Acinonyx/ADataVector.h: In constructor 'AIntVector::AIntVector(const int*, vsize_t)': Acinonyx/ADataVector.h:205:9: warning: 'AIntVector::f_data' will be initialized after Acinonyx/ADataVector.h:204:10: warning: 'double* AIntVector::d_data' Acinonyx/ADataVector.h:213:2: warning: when initialized here Acinonyx/ADataVector.h: In member function 'virtual const double* AIntVector::asDoubles()': Acinonyx/ADataVector.h:229:20: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual const float* AIntVector::asFloats()': Acinonyx/ADataVector.h:237:20: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual ADataRange AIntVector::range()': Acinonyx/ADataVector.h:246:31: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual void AIntVector::transformToFloats(AFloat*, float, float)': Acinonyx/ADataVector.h:254:30: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'virtual void AIntVector::transformToDoubles(double*, double, double)': Acinonyx/ADataVector.h:259:30: warning: comparison between signed and unsigned integer expressions Acinonyx/ADataVector.h: In member function 'AUnivarTable* AFactorVector::table()': Acinonyx/ADataVector.h:311:40: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/ABasicPrimitives.h:14:0, from Acinonyx/RIF/RCalls.cpp:14: Acinonyx/APlot.h: In constructor 'APlot::APlot(AContainer*, ARect, int)': Acinonyx/APlot.h:44:17: warning: 'APlot::pps' will be initialized after Acinonyx/APlot.h:40:11: warning: 'AScale** APlot::_scales' Acinonyx/APlot.h:58:2: warning: when initialized here Acinonyx/APlot.h:354:7: warning: 'APlot::inSelection' will be initialized after Acinonyx/APlot.h:48:7: warning: 'bool APlot::inQuery' Acinonyx/APlot.h:58:2: warning: when initialized here Acinonyx/APlot.h:354:20: warning: 'APlot::inZoom' will be initialized after Acinonyx/APlot.h:51:9: warning: 'AFloat APlot::mLeft' Acinonyx/APlot.h:58:2: warning: when initialized here Acinonyx/APlot.h: In constructor 'APlot::APlot(AContainer*, ARect, int, AScale*, AScale*)': Acinonyx/APlot.h:44:17: warning: 'APlot::pps' will be initialized after Acinonyx/APlot.h:43:24: warning: 'AMutableObjectVector* APlot::vps' Acinonyx/APlot.h:65:2: warning: when initialized here Acinonyx/APlot.h:354:20: warning: 'APlot::inZoom' will be initialized after Acinonyx/APlot.h:48:7: warning: 'bool APlot::inQuery' Acinonyx/APlot.h:65:2: warning: when initialized here Acinonyx/APlot.h: In member function 'AScale* APlot::scale(vsize_t)': Acinonyx/APlot.h:90:49: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/AScatterPlot.h:14:0, from Acinonyx/RIF/RCalls.cpp:15: Acinonyx/AAxis.h: In constructor 'ANamedAxis::ANamedAxis()': Acinonyx/AAxis.h:52:10: warning: 'ANamedAxis::_names' will be initialized after Acinonyx/AAxis.h:51:9: warning: 'char** ANamedAxis::_name' Acinonyx/AAxis.h:55:2: warning: when initialized here In file included from Acinonyx/RIF/RCalls.cpp:16:0: Acinonyx/AParallelCoordPlot.h: In member function 'virtual void AParallelCoordPlot::update()': Acinonyx/AParallelCoordPlot.h:100:26: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/ABarChart.h:13:0, from Acinonyx/RIF/RCalls.cpp:17: Acinonyx/AStatVisual.h: In constructor 'AStatVisual::AStatVisual(APlot*, AMarker*, vsize_t*, vsize_t, group_t, bool, bool, AUnivarTable*)': Acinonyx/AStatVisual.h:34:11: warning: 'AStatVisual::mark' will be initialized after Acinonyx/AStatVisual.h:30:16: warning: 'vsize_t AStatVisual::n' Acinonyx/AStatVisual.h:44:2: warning: when initialized here Acinonyx/AStatVisual.h:40:6: warning: 'AStatVisual::flags' will be initialized after Acinonyx/AStatVisual.h:39:16: warning: 'AUnivarTable* AStatVisual::value_table' Acinonyx/AStatVisual.h:44:2: warning: when initialized here Acinonyx/AStatVisual.h: In member function 'virtual bool APolyLineStatVisual::containsPoint(APoint)': Acinonyx/AStatVisual.h:407:23: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/RIF/RCalls.cpp:17:0: Acinonyx/ABarChart.h: In constructor 'ABarChart::ABarChart(AContainer*, ARect, int, AFactorVector*)': Acinonyx/ABarChart.h:27:10: warning: 'ABarChart::movingBar' will be initialized after Acinonyx/ABarChart.h:25:7: warning: 'bool ABarChart::spines' Acinonyx/ABarChart.h:31:2: warning: when initialized here In file included from Acinonyx/RIF/RCalls.cpp:18:0: Acinonyx/AHistogram.h: In constructor 'ABinning::ABinning(ADataVector*, vsize_t, double, double, bool)': Acinonyx/AHistogram.h:25:18: warning: 'ABinning::_binw' will be initialized after Acinonyx/AHistogram.h:24:17: warning: 'vsize_t ABinning::_maxCt' Acinonyx/AHistogram.h:29:2: warning: when initialized here In file included from Acinonyx/RIF/RCalls.cpp:19:0: Acinonyx/ATimeSeriesPlot.h: In member function 'void ATimeSeriesPlot::createPrimitives()': Acinonyx/ATimeSeriesPlot.h:117:29: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/RIF/RCalls.cpp:20:0: Acinonyx/ARVector.h: In constructor 'ARFactorVector::ARFactorVector(AMarker*, SEXPREC*)': Acinonyx/ARVector.h:88:28: warning: comparison between signed and unsigned integer expressions In file included from Acinonyx/RIF/RCalls.cpp:23:0: Acinonyx/AMarkerValuesPlot.h: In constructor 'AMarkerValuesPlot::AMarkerValuesPlot(AContainer*, ARect, int, AMarker*)': Acinonyx/AMarkerValuesPlot.h:27:10: warning: 'AMarkerValuesPlot::movingBar' will be initialized after Acinonyx/AMarkerValuesPlot.h:25:7: warning: 'bool AMarkerValuesPlot::spines' Acinonyx/AMarkerValuesPlot.h:31:2: warning: when initialized here Acinonyx/RIF/RCalls.cpp: In function 'SEXPREC* A2SEXP(AObject*)': Acinonyx/RIF/RCalls.cpp:129:48: warning: invalid conversion from 'int' to 'Rboolean' Acinonyx/RIF/RCalls.cpp:129:48: warning: initializing argument 3 of 'void R_RegisterCFinalizerEx(SEXPREC*, void (*)(SEXPREC*), Rboolean)' Acinonyx/RIF/REngine.h: At global scope: Acinonyx/RIF/REngine.h:19:20: warning: 'rarch' defined but not used Acinonyx/RIF/RCalls.cpp:161:13: warning: 'inside_Rapp' defined but not used make[2]: *** [Acinonyx/RIF/RCalls.o] Error 1 make[2]: Leaving directory `/cygdrive/c/tmp/Rbuild216842208/Acinonyx' make[1]: *** [Acinonyx.dll] Error 1 make[1]: Leaving directory `/cygdrive/c/tmp/Rbuild216842208/Acinonyx' make: *** [all] Error 2 ... done ERROR: compilation failed for package 'Acinonyx' * removing 'c:/tmp/Rinst216843173/Acinonyx' ERROR * installation failed Build log for Mac OS X 10.5 (R 2.16.x)* installing *source* package 'Acinonyx' ... ** libs *** arch - i386 make -j8 -C .. Acinonyx.so && cp ../Acinonyx.so . && make -C .. clean PKG_MAKE_DSYM=1 PKG_CPPFLAGS=' -IAcinonyx -IAcinonyx/RIF -ICocoa' PKG_LIBS='-framework Cocoa -framework OpenGL' R CMD SHLIB -o Acinonyx.so Acinonyx/AContainer.cpp Acinonyx/AObject.cpp Acinonyx/RIF/RCalls.cpp Acinonyx/RIF/REngine.cpp Acinonyx/RIF/RGrDevice.cpp Acinonyx/ATools.c Cocoa/CocoaApp.mm Cocoa/CocoaView.mm Cocoa/CocoaWindow.mm Cocoa/GLString.m make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. g++ -arch i386 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -c Acinonyx/AContainer.cpp -o Acinonyx/AContainer.o g++ -arch i386 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -c Acinonyx/AObject.cpp -o Acinonyx/AObject.o g++ -arch i386 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -c Acinonyx/RIF/RCalls.cpp -o Acinonyx/RIF/RCalls.o g++ -arch i386 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -c Acinonyx/RIF/REngine.cpp -o Acinonyx/RIF/REngine.o g++ -arch i386 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -c Acinonyx/RIF/RGrDevice.cpp -o Acinonyx/RIF/RGrDevice.o gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -c Acinonyx/ATools.c -o Acinonyx/ATools.o g++ -arch i386 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -c Cocoa/CocoaApp.mm -o Cocoa/CocoaApp.o g++ -arch i386 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -c Cocoa/CocoaView.mm -o Cocoa/CocoaView.o g++ -arch i386 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -c Cocoa/CocoaWindow.mm -o Cocoa/CocoaWindow.o gcc -arch i386 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -fobjc-exceptions -c Cocoa/GLString.m -o Cocoa/GLString.o g++ -arch i386 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o Acinonyx.so Acinonyx/AContainer.o Acinonyx/AObject.o Acinonyx/RIF/RCalls.o Acinonyx/RIF/REngine.o Acinonyx/RIF/RGrDevice.o Acinonyx/ATools.o Cocoa/CocoaApp.o Cocoa/CocoaView.o Cocoa/CocoaWindow.o Cocoa/GLString.o -framework Cocoa -framework OpenGL -lobjc -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation rm -rf Acinonyx/AContainer.o Acinonyx/AObject.o Acinonyx/RIF/RCalls.o Acinonyx/RIF/REngine.o Acinonyx/RIF/RGrDevice.o Acinonyx/ATools.o Cocoa/CocoaApp.o Cocoa/CocoaView.o Cocoa/CocoaWindow.o Cocoa/GLString.o Win32/AWin32Window.o X11/AX11Window.o AContainer.o AObject.o ATools.o CocoaApp.o CocoaView.o CocoaWindow.o RCalls.o REngine.o GLString.o AWin32Window.o AX11Window.o Acinonyx.so Acinonyx.dll glut.so installing to /Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/Acinonyx/libs/i386 *** arch - ppc make -j8 -C .. Acinonyx.so && cp ../Acinonyx.so . && make -C .. clean PKG_MAKE_DSYM=1 PKG_CPPFLAGS=' -IAcinonyx -IAcinonyx/RIF -ICocoa' PKG_LIBS='-framework Cocoa -framework OpenGL' R CMD SHLIB -o Acinonyx.so Acinonyx/AContainer.cpp Acinonyx/AObject.cpp Acinonyx/RIF/RCalls.cpp Acinonyx/RIF/REngine.cpp Acinonyx/RIF/RGrDevice.cpp Acinonyx/ATools.c Cocoa/CocoaApp.mm Cocoa/CocoaView.mm Cocoa/CocoaWindow.mm Cocoa/GLString.m make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. g++ -arch ppc -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -c Acinonyx/AContainer.cpp -o Acinonyx/AContainer.o g++ -arch ppc -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -c Acinonyx/AObject.cpp -o Acinonyx/AObject.o g++ -arch ppc -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -c Acinonyx/RIF/RCalls.cpp -o Acinonyx/RIF/RCalls.o g++ -arch ppc -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -c Acinonyx/RIF/REngine.cpp -o Acinonyx/RIF/REngine.o g++ -arch ppc -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -c Acinonyx/RIF/RGrDevice.cpp -o Acinonyx/RIF/RGrDevice.o gcc -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -c Acinonyx/ATools.c -o Acinonyx/ATools.o g++ -arch ppc -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -c Cocoa/CocoaApp.mm -o Cocoa/CocoaApp.o g++ -arch ppc -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -c Cocoa/CocoaView.mm -o Cocoa/CocoaView.o g++ -arch ppc -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -c Cocoa/CocoaWindow.mm -o Cocoa/CocoaWindow.o gcc -arch ppc -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -fobjc-exceptions -c Cocoa/GLString.m -o Cocoa/GLString.o g++ -arch ppc -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o Acinonyx.so Acinonyx/AContainer.o Acinonyx/AObject.o Acinonyx/RIF/RCalls.o Acinonyx/RIF/REngine.o Acinonyx/RIF/RGrDevice.o Acinonyx/ATools.o Cocoa/CocoaApp.o Cocoa/CocoaView.o Cocoa/CocoaWindow.o Cocoa/GLString.o -framework Cocoa -framework OpenGL -lobjc -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation rm -rf Acinonyx/AContainer.o Acinonyx/AObject.o Acinonyx/RIF/RCalls.o Acinonyx/RIF/REngine.o Acinonyx/RIF/RGrDevice.o Acinonyx/ATools.o Cocoa/CocoaApp.o Cocoa/CocoaView.o Cocoa/CocoaWindow.o Cocoa/GLString.o Win32/AWin32Window.o X11/AX11Window.o AContainer.o AObject.o ATools.o CocoaApp.o CocoaView.o CocoaWindow.o RCalls.o REngine.o GLString.o AWin32Window.o AX11Window.o Acinonyx.so Acinonyx.dll glut.so installing to /Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/Acinonyx/libs/ppc *** arch - x86_64 make -j8 -C .. Acinonyx.so && cp ../Acinonyx.so . && make -C .. clean PKG_MAKE_DSYM=1 PKG_CPPFLAGS=' -IAcinonyx -IAcinonyx/RIF -ICocoa' PKG_LIBS='-framework Cocoa -framework OpenGL' R CMD SHLIB -o Acinonyx.so Acinonyx/AContainer.cpp Acinonyx/AObject.cpp Acinonyx/RIF/RCalls.cpp Acinonyx/RIF/REngine.cpp Acinonyx/RIF/RGrDevice.cpp Acinonyx/ATools.c Cocoa/CocoaApp.mm Cocoa/CocoaView.mm Cocoa/CocoaWindow.mm Cocoa/GLString.m make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. g++ -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -c Acinonyx/AContainer.cpp -o Acinonyx/AContainer.o g++ -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -c Acinonyx/AObject.cpp -o Acinonyx/AObject.o g++ -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -c Acinonyx/RIF/RCalls.cpp -o Acinonyx/RIF/RCalls.o g++ -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -c Acinonyx/RIF/REngine.cpp -o Acinonyx/RIF/REngine.o g++ -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -c Acinonyx/RIF/RGrDevice.cpp -o Acinonyx/RIF/RGrDevice.o gcc -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -c Acinonyx/ATools.c -o Acinonyx/ATools.o g++ -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -c Cocoa/CocoaApp.mm -o Cocoa/CocoaApp.o g++ -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -c Cocoa/CocoaView.mm -o Cocoa/CocoaView.o g++ -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -c Cocoa/CocoaWindow.mm -o Cocoa/CocoaWindow.o gcc -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -IAcinonyx -IAcinonyx/RIF -ICocoa -I/usr/local/include -fPIC -g -O2 -fobjc-exceptions -c Cocoa/GLString.m -o Cocoa/GLString.o g++ -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o Acinonyx.so Acinonyx/AContainer.o Acinonyx/AObject.o Acinonyx/RIF/RCalls.o Acinonyx/RIF/REngine.o Acinonyx/RIF/RGrDevice.o Acinonyx/ATools.o Cocoa/CocoaApp.o Cocoa/CocoaView.o Cocoa/CocoaWindow.o Cocoa/GLString.o -framework Cocoa -framework OpenGL -lobjc -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation rm -rf Acinonyx/AContainer.o Acinonyx/AObject.o Acinonyx/RIF/RCalls.o Acinonyx/RIF/REngine.o Acinonyx/RIF/RGrDevice.o Acinonyx/ATools.o Cocoa/CocoaApp.o Cocoa/CocoaView.o Cocoa/CocoaWindow.o Cocoa/GLString.o Win32/AWin32Window.o X11/AX11Window.o AContainer.o AObject.o ATools.o CocoaApp.o CocoaView.o CocoaWindow.o RCalls.o REngine.o GLString.o AWin32Window.o AX11Window.o Acinonyx.so Acinonyx.dll glut.so installing to /Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/Acinonyx/libs/x86_64 ** R ** preparing package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded *** arch - i386 *** arch - ppc *** arch - x86_64 packaged installation of 'Acinonyx' as 'Acinonyx_3.0-0.tgz' * DONE (Acinonyx) Build log for Windows 7 (R 3.0.x) (Acinonyx 3.0-0) * installing to library 'z:/rforge/Rlib/win7-3.0' * installing *source* package 'Acinonyx' ... ** libs *** arch - i386 /usr/bin/make -C .. 'WINARCH=32' Acinonyx.dll && cp ../Acinonyx.dll . && /usr/bin/make -C .. clean uname: not found make[1]: Entering directory `/cygdrive/z/rforge/builds/win7-3.0/Acinonyx' PKG_CXXFLAGS='-fpermissive' PKG_LIBS='-lopengl32 -lglu32 -lrgraphapp -lgdi32 Win32/lib32/libfreetype.a -static-libgcc -static-libstdc++' PKG_CPPFLAGS=' -IAcinonyx -IAcinonyx/RIF -IWin32' C:/PROGRA~1/r/r-3.0/bin/R CMD SHLIB -o Acinonyx.dll Acinonyx/AContainer.cpp Acinonyx/AObject.cpp Acinonyx/RIF/RCalls.cpp Acinonyx/RIF/REngine.cpp Acinonyx/RIF/RGrDevice.cpp Acinonyx/ATools.c Win32/AWin32Window.cpp uname: not found make[2]: Entering directory `/cygdrive/z/rforge/builds/win7-3.0/Acinonyx' g++ -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -IAcinonyx -IAcinonyx/RIF -IWin32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -fpermissive -O2 -Wall -mtune=core2 -c Acinonyx/AContainer.cpp -o Acinonyx/AContainer.o In file included from Acinonyx/AContainer.cpp:10:0: Acinonyx/AContainer.h:29:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/AContainer.cpp:10:0: Acinonyx/AContainer.h:37:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/AVisual.h:14:0, from Acinonyx/AContainer.h:14, from Acinonyx/AContainer.cpp:10: Acinonyx/ARenderer.h: In member function 'void ARenderer::polygon(const APoint*, int, bool)': Acinonyx/ARenderer.h:340:48: warning: invalid conversion from 'void (*)(GLenum) {aka void (*)(unsigned int)}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:341:62: warning: invalid conversion from 'GLvoid (*)() {aka void (*)()}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:342:70: warning: invalid conversion from 'GLvoid (*)() {aka void (*)()}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:349:70: warning: invalid conversion from 'GLvoid (*)() {aka void (*)()}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:358:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/AContainer.h:14:0, from Acinonyx/AContainer.cpp:10: Acinonyx/AVisual.h: In constructor 'AVisual::AVisual(AContainer*, ARect, unsigned int)': Acinonyx/AVisual.h:49:15: warning: 'AVisual::_flags' will be initialized after [-Wreorder] Acinonyx/AVisual.h:48:8: warning: 'ASize AVisual::_min_size' [-Wreorder] Acinonyx/AVisual.h:53:2: warning: when initialized here [-Wreorder] g++ -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -IAcinonyx -IAcinonyx/RIF -IWin32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -fpermissive -O2 -Wall -mtune=core2 -c Acinonyx/AObject.cpp -o Acinonyx/AObject.o g++ -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -IAcinonyx -IAcinonyx/RIF -IWin32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -fpermissive -O2 -Wall -mtune=core2 -c Acinonyx/RIF/RCalls.cpp -o Acinonyx/RIF/RCalls.o In file included from C:/PROGRA~1/r/r-3.0/include/R.h:44:0, from Acinonyx/RIF/RObject.h:24, from Acinonyx/RIF/RCalls.h:14, from Acinonyx/RIF/RCalls.cpp:16: C:/PROGRA~1/r/r-3.0/include/R_ext/RS.h:45:0: warning: "ERROR" redefined [enabled by default] c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/wingdi.h:70:0: note: this is the location of the previous definition In file included from Acinonyx/AQuery.h:14:0, from Acinonyx/AVisualPrimitive.h:15, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/AContainer.h:29:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/AQuery.h:14:0, from Acinonyx/AVisualPrimitive.h:15, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/AContainer.h:37:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/ACueWidget.h:13:0, from Acinonyx/ACueBox.h:13, from Acinonyx/ACueMenu.h:13, from Acinonyx/AScatterPlot.h:17, from Acinonyx/RIF/RCalls.cpp:21: Acinonyx/AWidget.h:39:0: warning: ignoring #pragma mark [-Wunknown-pragmas] Acinonyx/AWidget.h:42:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/ACueWidget.h:13:0, from Acinonyx/ACueBox.h:13, from Acinonyx/ACueMenu.h:13, from Acinonyx/AScatterPlot.h:17, from Acinonyx/RIF/RCalls.cpp:21: Acinonyx/AWidget.h:52:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/ACueBox.h:13:0, from Acinonyx/ACueMenu.h:13, from Acinonyx/AScatterPlot.h:17, from Acinonyx/RIF/RCalls.cpp:21: Acinonyx/ACueWidget.h:25:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/ACueMenu.h:13:0, from Acinonyx/AScatterPlot.h:17, from Acinonyx/RIF/RCalls.cpp:21: Acinonyx/ACueBox.h:22:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/ACueMenu.h:14:0, from Acinonyx/AScatterPlot.h:17, from Acinonyx/RIF/RCalls.cpp:21: Acinonyx/ACueButton.h:22:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/AScatterPlot.h:17:0, from Acinonyx/RIF/RCalls.cpp:21: Acinonyx/ACueMenu.h:22:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/ABarChart.h:17:0, from Acinonyx/RIF/RCalls.cpp:23: Acinonyx/ACueHotButton.h:30:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../include/c++/4.6.3/ext/hash_map:61:0, from Acinonyx/AMarkerValuesPlot.h:15, from Acinonyx/RIF/RCalls.cpp:29: c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../include/c++/4.6.3/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] In file included from Acinonyx/RIF/RCalls.cpp:14:0: Acinonyx/ARenderer.h: In member function 'void ARenderer::polygon(const APoint*, int, bool)': Acinonyx/ARenderer.h:340:48: warning: invalid conversion from 'void (*)(GLenum) {aka void (*)(unsigned int)}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:341:62: warning: invalid conversion from 'GLvoid (*)() {aka void (*)()}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:342:70: warning: invalid conversion from 'GLvoid (*)() {aka void (*)()}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:349:70: warning: invalid conversion from 'GLvoid (*)() {aka void (*)()}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:358:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/AVector.h:15:0, from Acinonyx/ANotfier.h:13, from Acinonyx/AMarker.h:13, from Acinonyx/AVisualPrimitive.h:14, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/AValue.h: In destructor 'virtual AValue::~AValue()': Acinonyx/AValue.h:37:10: warning: enumeration value 'AVnull' not handled in switch [-Wswitch] Acinonyx/AValue.h:37:10: warning: enumeration value 'AVchar' not handled in switch [-Wswitch] Acinonyx/AValue.h:37:10: warning: enumeration value 'AVint' not handled in switch [-Wswitch] Acinonyx/AValue.h:37:10: warning: enumeration value 'AVbool' not handled in switch [-Wswitch] Acinonyx/AValue.h:37:10: warning: enumeration value 'AVfloat' not handled in switch [-Wswitch] Acinonyx/AValue.h:37:10: warning: enumeration value 'AVdouble' not handled in switch [-Wswitch] Acinonyx/AValue.h:37:10: warning: enumeration value 'AVlong' not handled in switch [-Wswitch] Acinonyx/AValue.h:37:10: warning: enumeration value 'AVptr' not handled in switch [-Wswitch] Acinonyx/AValue.h: In member function 'int AValue::asInt()': Acinonyx/AValue.h:46:10: warning: enumeration value 'AVnull' not handled in switch [-Wswitch] Acinonyx/AValue.h:46:10: warning: enumeration value 'AVchar' not handled in switch [-Wswitch] Acinonyx/AValue.h:46:10: warning: enumeration value 'AVbool' not handled in switch [-Wswitch] Acinonyx/AValue.h:46:10: warning: enumeration value 'AVlong' not handled in switch [-Wswitch] Acinonyx/AValue.h:46:10: warning: enumeration value 'AVptr' not handled in switch [-Wswitch] Acinonyx/AValue.h:46:10: warning: enumeration value 'AVobj' not handled in switch [-Wswitch] Acinonyx/AValue.h: In member function 'float AValue::asFloat()': Acinonyx/AValue.h:56:10: warning: enumeration value 'AVnull' not handled in switch [-Wswitch] Acinonyx/AValue.h:56:10: warning: enumeration value 'AVchar' not handled in switch [-Wswitch] Acinonyx/AValue.h:56:10: warning: enumeration value 'AVbool' not handled in switch [-Wswitch] Acinonyx/AValue.h:56:10: warning: enumeration value 'AVlong' not handled in switch [-Wswitch] Acinonyx/AValue.h:56:10: warning: enumeration value 'AVstr' not handled in switch [-Wswitch] Acinonyx/AValue.h:56:10: warning: enumeration value 'AVptr' not handled in switch [-Wswitch] Acinonyx/AValue.h:56:10: warning: enumeration value 'AVobj' not handled in switch [-Wswitch] In file included from Acinonyx/ANotfier.h:13:0, from Acinonyx/AMarker.h:13, from Acinonyx/AVisualPrimitive.h:14, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/AVector.h: In constructor 'APlainIntVector::APlainIntVector(const int*, vsize_t, bool)': Acinonyx/AVector.h:204:9: warning: 'APlainIntVector::f_data' will be initialized after [-Wreorder] Acinonyx/AVector.h:203:10: warning: 'double* APlainIntVector::d_data' [-Wreorder] Acinonyx/AVector.h:206:2: warning: when initialized here [-Wreorder] Acinonyx/AVector.h: In member function 'virtual const double* APlainIntVector::asDoubles()': Acinonyx/AVector.h:222:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/AVector.h: In member function 'virtual const float* APlainIntVector::asFloats()': Acinonyx/AVector.h:230:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/AVector.h: In member function 'virtual ADataRange APlainIntVector::range()': Acinonyx/AVector.h:239:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/AVector.h: In member function 'virtual void APlainIntVector::transformToFloats(AFloat*, float, float)': Acinonyx/AVector.h:247:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/AVector.h: In member function 'virtual void APlainIntVector::transformToDoubles(double*, double, double)': Acinonyx/AVector.h:252:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/AMarker.h:15:0, from Acinonyx/AVisualPrimitive.h:14, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/AColorMap.h: In member function 'virtual AColor AIndexColorMap::color(cmindex_t)': Acinonyx/AColorMap.h:58:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/AColorMap.h: In member function 'void ADefaultColorMap::setHCLcolors(vsize_t, vsize_t, AFloat, AFloat)': Acinonyx/AColorMap.h:104:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/AMarker.h:16:0, from Acinonyx/AVisualPrimitive.h:14, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/ATable.h: In constructor 'AUnivarTable::AUnivarTable(vsize_t, bool)': Acinonyx/ATable.h:21:9: warning: 'AUnivarTable::_names' will be initialized after [-Wreorder] Acinonyx/ATable.h:19:10: warning: 'vsize_t AUnivarTable::_other' [-Wreorder] Acinonyx/ATable.h:23:2: warning: when initialized here [-Wreorder] In file included from Acinonyx/AVisualPrimitive.h:14:0, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/AMarker.h: In constructor 'AMarker::AMarker(vsize_t)': Acinonyx/AMarker.h:92:121: warning: base 'APlainIntVector' will be initialized after [-Wreorder] Acinonyx/AMarker.h:92:121: warning: base 'ANotifierInterface' [-Wreorder] Acinonyx/AMarker.h:92:2: warning: when initialized here [-Wreorder] Acinonyx/AMarker.h:51:16: warning: 'AMarker::value_table' will be initialized after [-Wreorder] Acinonyx/AMarker.h:50:9: warning: 'mark_t AMarker::max_value' [-Wreorder] Acinonyx/AMarker.h:92:2: warning: when initialized here [-Wreorder] Acinonyx/AMarker.h: In member function 'void AMarker::setValue(vsize_t, mark_t)': Acinonyx/AMarker.h:277:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/AQuery.h:13:0, from Acinonyx/AVisualPrimitive.h:15, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/AVisual.h: In constructor 'AVisual::AVisual(AContainer*, ARect, unsigned int)': Acinonyx/AVisual.h:49:15: warning: 'AVisual::_flags' will be initialized after [-Wreorder] Acinonyx/AVisual.h:48:8: warning: 'ASize AVisual::_min_size' [-Wreorder] Acinonyx/AVisual.h:53:2: warning: when initialized here [-Wreorder] In file included from Acinonyx/APlot.h:16:0, from Acinonyx/ABasicPrimitives.h:14, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/AScale.h: In constructor 'AScale::AScale(AVector*, ARange, ADataRange)': Acinonyx/AScale.h:28:10: warning: 'AScale::n' will be initialized after [-Wreorder] Acinonyx/AScale.h:25:10: warning: 'AFloat* AScale::_locations' [-Wreorder] Acinonyx/AScale.h:49:2: warning: when initialized here [-Wreorder] Acinonyx/AScale.h:31:23: warning: 'AScale::shareRange' will be initialized after [-Wreorder] Acinonyx/AScale.h:31:7: warning: 'bool AScale::shareDataRange' [-Wreorder] Acinonyx/AScale.h:49:2: warning: when initialized here [-Wreorder] Acinonyx/AScale.h:31:7: warning: 'AScale::shareDataRange' will be initialized after [-Wreorder] Acinonyx/AScale.h:30:10: warning: 'AScale* AScale::_prev' [-Wreorder] Acinonyx/AScale.h:49:2: warning: when initialized here [-Wreorder] In file included from Acinonyx/APlot.h:16:0, from Acinonyx/ABasicPrimitives.h:14, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/AScale.h: In constructor 'AScale::AScale(AVector*, ARange, vsize_t)': Acinonyx/AScale.h:28:10: warning: 'AScale::n' will be initialized after [-Wreorder] Acinonyx/AScale.h:25:10: warning: 'AFloat* AScale::_locations' [-Wreorder] Acinonyx/AScale.h:59:2: warning: when initialized here [-Wreorder] Acinonyx/AScale.h:31:23: warning: 'AScale::shareRange' will be initialized after [-Wreorder] Acinonyx/AScale.h:31:7: warning: 'bool AScale::shareDataRange' [-Wreorder] Acinonyx/AScale.h:59:2: warning: when initialized here [-Wreorder] Acinonyx/AScale.h:31:7: warning: 'AScale::shareDataRange' will be initialized after [-Wreorder] Acinonyx/AScale.h:30:10: warning: 'AScale* AScale::_prev' [-Wreorder] Acinonyx/AScale.h:59:2: warning: when initialized here [-Wreorder] Acinonyx/AScale.h: In member function 'AFloat* AScale::locations()': Acinonyx/AScale.h:135:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/AScale.h: In member function 'vsize_t AScale::discreteValue(AFloat)': Acinonyx/AScale.h:161:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/AScale.h: In member function 'vsize_t AScale::discreteIndex(AFloat)': Acinonyx/AScale.h:168:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/APlot.h:20:0, from Acinonyx/ABasicPrimitives.h:14, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/ADataVector.h: In member function 'virtual ADataRange AFloatVector::range()': Acinonyx/ADataVector.h:86:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual const double* AFloatVector::asDoubles()': Acinonyx/ADataVector.h:98:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual const int* AFloatVector::asInts()': Acinonyx/ADataVector.h:106:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual void AFloatVector::transformToFloats(AFloat*, float, float)': Acinonyx/ADataVector.h:112:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual void AFloatVector::transformToDoubles(double*, double, double)': Acinonyx/ADataVector.h:117:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual ADataRange ADoubleVector::range()': Acinonyx/ADataVector.h:147:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual void ADoubleVector::transformToFloats(AFloat*, float, float)': Acinonyx/ADataVector.h:176:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual void ADoubleVector::transformToDoubles(double*, double, double)': Acinonyx/ADataVector.h:181:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In constructor 'AIntVector::AIntVector(AMarker*, const int*, vsize_t, bool)': Acinonyx/ADataVector.h:205:9: warning: 'AIntVector::f_data' will be initialized after [-Wreorder] Acinonyx/ADataVector.h:204:10: warning: 'double* AIntVector::d_data' [-Wreorder] Acinonyx/ADataVector.h:207:2: warning: when initialized here [-Wreorder] Acinonyx/ADataVector.h: In constructor 'AIntVector::AIntVector(const int*, vsize_t, bool)': Acinonyx/ADataVector.h:205:9: warning: 'AIntVector::f_data' will be initialized after [-Wreorder] Acinonyx/ADataVector.h:204:10: warning: 'double* AIntVector::d_data' [-Wreorder] Acinonyx/ADataVector.h:210:2: warning: when initialized here [-Wreorder] Acinonyx/ADataVector.h: In constructor 'AIntVector::AIntVector(const int*, vsize_t)': Acinonyx/ADataVector.h:205:9: warning: 'AIntVector::f_data' will be initialized after [-Wreorder] Acinonyx/ADataVector.h:204:10: warning: 'double* AIntVector::d_data' [-Wreorder] Acinonyx/ADataVector.h:213:2: warning: when initialized here [-Wreorder] Acinonyx/ADataVector.h: In member function 'virtual const double* AIntVector::asDoubles()': Acinonyx/ADataVector.h:229:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual const float* AIntVector::asFloats()': Acinonyx/ADataVector.h:237:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual ADataRange AIntVector::range()': Acinonyx/ADataVector.h:246:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual void AIntVector::transformToFloats(AFloat*, float, float)': Acinonyx/ADataVector.h:254:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual void AIntVector::transformToDoubles(double*, double, double)': Acinonyx/ADataVector.h:259:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'AUnivarTable* AFactorVector::table()': Acinonyx/ADataVector.h:311:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/ABasicPrimitives.h:14:0, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/APlot.h: In constructor 'APlot::APlot(AContainer*, ARect, int)': Acinonyx/APlot.h:47:17: warning: 'APlot::pps' will be initialized after [-Wreorder] Acinonyx/APlot.h:43:11: warning: 'AScale** APlot::_scales' [-Wreorder] Acinonyx/APlot.h:61:2: warning: when initialized here [-Wreorder] Acinonyx/APlot.h:357:7: warning: 'APlot::inSelection' will be initialized after [-Wreorder] Acinonyx/APlot.h:51:7: warning: 'bool APlot::inQuery' [-Wreorder] Acinonyx/APlot.h:61:2: warning: when initialized here [-Wreorder] Acinonyx/APlot.h:357:20: warning: 'APlot::inZoom' will be initialized after [-Wreorder] Acinonyx/APlot.h:54:9: warning: 'AFloat APlot::mLeft' [-Wreorder] Acinonyx/APlot.h:61:2: warning: when initialized here [-Wreorder] Acinonyx/APlot.h: In constructor 'APlot::APlot(AContainer*, ARect, int, AScale*, AScale*)': Acinonyx/APlot.h:47:17: warning: 'APlot::pps' will be initialized after [-Wreorder] Acinonyx/APlot.h:46:24: warning: 'AMutableObjectVector* APlot::vps' [-Wreorder] Acinonyx/APlot.h:68:2: warning: when initialized here [-Wreorder] Acinonyx/APlot.h:357:20: warning: 'APlot::inZoom' will be initialized after [-Wreorder] Acinonyx/APlot.h:51:7: warning: 'bool APlot::inQuery' [-Wreorder] Acinonyx/APlot.h:68:2: warning: when initialized here [-Wreorder] Acinonyx/APlot.h: In member function 'AScale* APlot::scale(vsize_t)': Acinonyx/APlot.h:93:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/AScatterPlot.h:14:0, from Acinonyx/RIF/RCalls.cpp:21: Acinonyx/AAxis.h: In constructor 'ANamedAxis::ANamedAxis()': Acinonyx/AAxis.h:61:10: warning: 'ANamedAxis::_names' will be initialized after [-Wreorder] Acinonyx/AAxis.h:60:9: warning: 'char** ANamedAxis::_name' [-Wreorder] Acinonyx/AAxis.h:64:2: warning: when initialized here [-Wreorder] In file included from Acinonyx/ACueWidget.h:13:0, from Acinonyx/ACueBox.h:13, from Acinonyx/ACueMenu.h:13, from Acinonyx/AScatterPlot.h:17, from Acinonyx/RIF/RCalls.cpp:21: Acinonyx/AWidget.h: In constructor 'AWidget::AWidget(AContainer*, ARect, unsigned int)': Acinonyx/AWidget.h:28:7: warning: 'AWidget::hovering' will be initialized after [-Wreorder] Acinonyx/AWidget.h:23:9: warning: 'APlot* AWidget::delegate_' [-Wreorder] Acinonyx/AWidget.h:40:2: warning: when initialized here [-Wreorder] In file included from Acinonyx/RIF/RCalls.cpp:21:0: Acinonyx/AScatterPlot.h: In member function 'virtual void AScatterPlot::delegateAction(AWidget*, const char*, AObject*)': Acinonyx/AScatterPlot.h:171:7: warning: comparison with string literal results in unspecified behaviour [-Waddress] In file included from Acinonyx/RIF/RCalls.cpp:22:0: Acinonyx/AParallelCoordPlot.h: In member function 'virtual void AParallelCoordPlot::update()': Acinonyx/AParallelCoordPlot.h:156:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/ABarChart.h:13:0, from Acinonyx/RIF/RCalls.cpp:23: Acinonyx/AStatVisual.h: In constructor 'AStatVisual::AStatVisual(APlot*, AMarker*, vsize_t*, vsize_t, group_t, bool, bool, AUnivarTable*)': Acinonyx/AStatVisual.h:35:11: warning: 'AStatVisual::mark' will be initialized after [-Wreorder] Acinonyx/AStatVisual.h:31:16: warning: 'vsize_t AStatVisual::n' [-Wreorder] Acinonyx/AStatVisual.h:45:2: warning: when initialized here [-Wreorder] Acinonyx/AStatVisual.h:41:6: warning: 'AStatVisual::flags' will be initialized after [-Wreorder] Acinonyx/AStatVisual.h:40:16: warning: 'AUnivarTable* AStatVisual::value_table' [-Wreorder] Acinonyx/AStatVisual.h:45:2: warning: when initialized here [-Wreorder] Acinonyx/AStatVisual.h: In member function 'virtual bool APolyLineStatVisual::containsPoint(APoint)': Acinonyx/AStatVisual.h:427:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/RIF/RCalls.cpp:23:0: Acinonyx/ABarChart.h: In constructor 'ABarChart::ABarChart(AContainer*, ARect, int, AFactorVector*)': Acinonyx/ABarChart.h:27:10: warning: 'ABarChart::movingBar' will be initialized after [-Wreorder] Acinonyx/ABarChart.h:25:7: warning: 'bool ABarChart::spines' [-Wreorder] Acinonyx/ABarChart.h:33:2: warning: when initialized here [-Wreorder] Acinonyx/ABarChart.h: In member function 'virtual void ABarChart::delegateAction(AWidget*, const char*, AObject*)': Acinonyx/ABarChart.h:150:14: warning: comparison with string literal results in unspecified behaviour [-Waddress] Acinonyx/ABarChart.h:153:14: warning: comparison with string literal results in unspecified behaviour [-Waddress] Acinonyx/ABarChart.h:158:14: warning: comparison with string literal results in unspecified behaviour [-Waddress] Acinonyx/ABarChart.h:164:14: warning: comparison with string literal results in unspecified behaviour [-Waddress] Acinonyx/ABarChart.h:171:14: warning: comparison with string literal results in unspecified behaviour [-Waddress] Acinonyx/ABarChart.h:177:14: warning: comparison with string literal results in unspecified behaviour [-Waddress] Acinonyx/ABarChart.h:183:14: warning: comparison with string literal results in unspecified behaviour [-Waddress] Acinonyx/ABarChart.h:192:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/RIF/RCalls.cpp:24:0: Acinonyx/AHistogram.h: In constructor 'ABinning::ABinning(ADataVector*, vsize_t, double, double, bool)': Acinonyx/AHistogram.h:27:18: warning: 'ABinning::_binw' will be initialized after [-Wreorder] Acinonyx/AHistogram.h:26:17: warning: 'vsize_t ABinning::_maxCt' [-Wreorder] Acinonyx/AHistogram.h:31:2: warning: when initialized here [-Wreorder] Acinonyx/AHistogram.h: In member function 'virtual void AHistogram::delegateAction(AWidget*, const char*, AObject*)': Acinonyx/AHistogram.h:275:14: warning: comparison with string literal results in unspecified behaviour [-Waddress] Acinonyx/AHistogram.h:278:14: warning: comparison with string literal results in unspecified behaviour [-Waddress] In file included from Acinonyx/RIF/RCalls.cpp:25:0: Acinonyx/ATimeSeriesPlot.h: In member function 'void ATimeSeriesPlot::createPrimitives()': Acinonyx/ATimeSeriesPlot.h:117:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/RIF/RCalls.cpp:26:0: Acinonyx/ARVector.h: In constructor 'ARFactorVector::ARFactorVector(AMarker*, SEXP)': Acinonyx/ARVector.h:88:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/RIF/RCalls.cpp:29:0: Acinonyx/AMarkerValuesPlot.h: In constructor 'AMarkerValuesPlot::AMarkerValuesPlot(AContainer*, ARect, int, AMarker*)': Acinonyx/AMarkerValuesPlot.h:27:10: warning: 'AMarkerValuesPlot::movingBar' will be initialized after [-Wreorder] Acinonyx/AMarkerValuesPlot.h:25:7: warning: 'bool AMarkerValuesPlot::spines' [-Wreorder] Acinonyx/AMarkerValuesPlot.h:31:2: warning: when initialized here [-Wreorder] Acinonyx/RIF/REngine.h: At global scope: Acinonyx/RIF/REngine.h:20:20: warning: 'rarch' defined but not used [-Wunused-variable] Acinonyx/RIF/RCalls.cpp:175:13: warning: 'inside_Rapp' defined but not used [-Wunused-variable] g++ -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -IAcinonyx -IAcinonyx/RIF -IWin32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -fpermissive -O2 -Wall -mtune=core2 -c Acinonyx/RIF/REngine.cpp -o Acinonyx/RIF/REngine.o In file included from C:/PROGRA~1/r/r-3.0/include/R.h:44:0, from Acinonyx/RIF/RObject.h:24, from Acinonyx/RIF/REngine.h:33, from Acinonyx/RIF/REngine.cpp:10: C:/PROGRA~1/r/r-3.0/include/R_ext/RS.h:45:0: warning: "ERROR" redefined [enabled by default] c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/wingdi.h:70:0: note: this is the location of the previous definition In file included from Acinonyx/RIF/REngine.h:17:0, from Acinonyx/RIF/REngine.cpp:10: Acinonyx/ARenderer.h: In member function 'void ARenderer::polygon(const APoint*, int, bool)': Acinonyx/ARenderer.h:340:48: warning: invalid conversion from 'void (*)(GLenum) {aka void (*)(unsigned int)}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:341:62: warning: invalid conversion from 'GLvoid (*)() {aka void (*)()}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:342:70: warning: invalid conversion from 'GLvoid (*)() {aka void (*)()}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:349:70: warning: invalid conversion from 'GLvoid (*)() {aka void (*)()}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:358:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/RIF/REngine.h: At global scope: Acinonyx/RIF/REngine.h:20:20: warning: 'rarch' defined but not used [-Wunused-variable] g++ -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -IAcinonyx -IAcinonyx/RIF -IWin32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -fpermissive -O2 -Wall -mtune=core2 -c Acinonyx/RIF/RGrDevice.cpp -o Acinonyx/RIF/RGrDevice.o In file included from C:/PROGRA~1/r/r-3.0/include/R.h:44:0, from Acinonyx/RIF/RObject.h:24, from Acinonyx/RIF/RGrDevice.cpp:23: C:/PROGRA~1/r/r-3.0/include/R_ext/RS.h:45:0: warning: "ERROR" redefined [enabled by default] c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/wingdi.h:70:0: note: this is the location of the previous definition Acinonyx/RIF/RGrDevice.cpp:190:0: warning: ignoring #pragma mark RGD [-Wunknown-pragmas] Acinonyx/RIF/RGrDevice.cpp:210:0: warning: ignoring #pragma mark Device [-Wunknown-pragmas] Acinonyx/RIF/RGrDevice.cpp:477:0: warning: ignoring #pragma mark [-Wunknown-pragmas] Acinonyx/RIF/RGrDevice.cpp:478:0: warning: ignoring #pragma mark R [-Wunknown-pragmas] In file included from Acinonyx/RIF/RGrDevice.cpp:12:0: Acinonyx/ARenderer.h: In member function 'void ARenderer::polygon(const APoint*, int, bool)': Acinonyx/ARenderer.h:340:48: warning: invalid conversion from 'void (*)(GLenum) {aka void (*)(unsigned int)}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:341:62: warning: invalid conversion from 'GLvoid (*)() {aka void (*)()}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:342:70: warning: invalid conversion from 'GLvoid (*)() {aka void (*)()}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:349:70: warning: invalid conversion from 'GLvoid (*)() {aka void (*)()}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:358:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/RIF/RGrDevice.cpp:25:0: Acinonyx/AVisual.h: In constructor 'AVisual::AVisual(AContainer*, ARect, unsigned int)': Acinonyx/AVisual.h:49:15: warning: 'AVisual::_flags' will be initialized after [-Wreorder] Acinonyx/AVisual.h:48:8: warning: 'ASize AVisual::_min_size' [-Wreorder] Acinonyx/AVisual.h:53:2: warning: when initialized here [-Wreorder] Acinonyx/RIF/RGrDevice.cpp: In function 'void RAcinonyxDevice_Polyline(int, double*, double*, pGEcontext, pDevDesc)': Acinonyx/RIF/RGrDevice.cpp:400:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/RIF/RGrDevice.cpp:402:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/RIF/RGrDevice.cpp: In function 'void RAcinonyxDevice_Polygon(int, double*, double*, pGEcontext, pDevDesc)': Acinonyx/RIF/RGrDevice.cpp:414:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/RIF/RGrDevice.cpp:419:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/RIF/RGrDevice.cpp: In function 'SEXPREC* RAcinonyxDevice(SEXP)': Acinonyx/RIF/RGrDevice.cpp:487:36: warning: variable 'flags' set but not used [-Wunused-but-set-variable] gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -IAcinonyx -IAcinonyx/RIF -IWin32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c Acinonyx/ATools.c -o Acinonyx/ATools.o g++ -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -IAcinonyx -IAcinonyx/RIF -IWin32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -fpermissive -O2 -Wall -mtune=core2 -c Win32/AWin32Window.cpp -o Win32/AWin32Window.o In file included from C:/PROGRA~1/r/r-3.0/include/R.h:44:0, from Acinonyx/RIF/RObject.h:24, from Win32/AWin32Window.h:20, from Win32/AWin32Window.cpp:10: C:/PROGRA~1/r/r-3.0/include/R_ext/RS.h:45:0: warning: "ERROR" redefined [enabled by default] c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/wingdi.h:70:0: note: this is the location of the previous definition In file included from Win32/AWin32Window.h:89:0, from Win32/AWin32Window.cpp:10: Acinonyx/AFreeType.h:34:0: warning: "GLC" redefined [enabled by default] Acinonyx/AWindow.h:20:0: note: this is the location of the previous definition In file included from Acinonyx/AVisual.h:14:0, from Win32/AWin32Window.h:18, from Win32/AWin32Window.cpp:10: Acinonyx/ARenderer.h: In member function 'void ARenderer::polygon(const APoint*, int, bool)': Acinonyx/ARenderer.h:340:48: warning: invalid conversion from 'void (*)(GLenum) {aka void (*)(unsigned int)}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:341:62: warning: invalid conversion from 'GLvoid (*)() {aka void (*)()}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:342:70: warning: invalid conversion from 'GLvoid (*)() {aka void (*)()}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:349:70: warning: invalid conversion from 'GLvoid (*)() {aka void (*)()}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:358:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Win32/AWin32Window.h:18:0, from Win32/AWin32Window.cpp:10: Acinonyx/AVisual.h: In constructor 'AVisual::AVisual(AContainer*, ARect, unsigned int)': Acinonyx/AVisual.h:49:15: warning: 'AVisual::_flags' will be initialized after [-Wreorder] Acinonyx/AVisual.h:48:8: warning: 'ASize AVisual::_min_size' [-Wreorder] Acinonyx/AVisual.h:53:2: warning: when initialized here [-Wreorder] In file included from Win32/AWin32Window.h:89:0, from Win32/AWin32Window.cpp:10: Acinonyx/AFreeType.h: In member function 'bool AFreeType::generateTexture(const char*)': Acinonyx/AFreeType.h:126:17: warning: unused variable 'glyph_index' [-Wunused-variable] Acinonyx/AFreeType.h:127:24: warning: unused variable 'y' [-Wunused-variable] Acinonyx/AFreeType.h: In member function 'bool AFreeType::drawTexture(APoint, APoint, AFloat, AColor)': Acinonyx/AFreeType.h:255:2: warning: no return statement in function returning non-void [-Wreturn-type] In file included from Win32/AWin32Window.cpp:10:0: Win32/AWin32Window.h: In constructor 'AWin32Window::AWin32Window(ARect)': Win32/AWin32Window.h:250:70: warning: invalid conversion from 'HGDIOBJ {aka void*}' to 'LONG {aka long int}' [-fpermissive] Win32/AWin32Window.cpp: In function 'void HelpMouseClick(window, int, point)': Win32/AWin32Window.cpp:74:16: warning: unused variable 'win' [-Wunused-variable] Win32/AWin32Window.cpp: In function 'DWORD AWin32Heartbeat(LPVOID)': Win32/AWin32Window.cpp:194:1: warning: no return statement in function returning non-void [-Wreturn-type] g++ -m32 -shared -s -static-libgcc -o Acinonyx.dll tmp.def Acinonyx/AContainer.o Acinonyx/AObject.o Acinonyx/RIF/RCalls.o Acinonyx/RIF/REngine.o Acinonyx/RIF/RGrDevice.o Acinonyx/ATools.o Win32/AWin32Window.o -lopengl32 -lglu32 -lrgraphapp -lgdi32 Win32/lib32/libfreetype.a -static-libgcc -static-libstdc++ -Ld:/RCompile/CRANpkg/extralibs64/local/lib/i386 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/r/r-3.0/bin/i386 -lR make[2]: Leaving directory `/cygdrive/z/rforge/builds/win7-3.0/Acinonyx' make[1]: Leaving directory `/cygdrive/z/rforge/builds/win7-3.0/Acinonyx' uname: not found make[1]: Entering directory `/cygdrive/z/rforge/builds/win7-3.0/Acinonyx' rm -rf Acinonyx/AContainer.o Acinonyx/AObject.o Acinonyx/RIF/RCalls.o Acinonyx/RIF/REngine.o Acinonyx/RIF/RGrDevice.o Acinonyx/ATools.o Cocoa/CocoaApp.o Cocoa/CocoaView.o Cocoa/CocoaWindow.o Cocoa/GLString.o Win32/AWin32Window.o X11/AX11Window.o AContainer.o AObject.o ATools.o CocoaApp.o CocoaView.o CocoaWindow.o RCalls.o REngine.o GLString.o AWin32Window.o AX11Window.o Acinonyx.so Acinonyx.dll glut.so uname: not found make[1]: Leaving directory `/cygdrive/z/rforge/builds/win7-3.0/Acinonyx' installing to z:/rforge/Rlib/win7-3.0/Acinonyx/libs/i386 *** arch - x64 /usr/bin/make -C .. 'WINARCH=64' Acinonyx.dll && cp ../Acinonyx.dll . && /usr/bin/make -C .. clean uname: not found make[1]: Entering directory `/cygdrive/z/rforge/builds/win7-3.0/Acinonyx' PKG_CXXFLAGS='-fpermissive' PKG_LIBS='-lopengl32 -lglu32 -lrgraphapp -lgdi32 Win32/lib64/libfreetype.a -static-libgcc -static-libstdc++' PKG_CPPFLAGS=' -IAcinonyx -IAcinonyx/RIF -IWin32' C:/PROGRA~1/r/r-3.0/bin/R CMD SHLIB -o Acinonyx.dll Acinonyx/AContainer.cpp Acinonyx/AObject.cpp Acinonyx/RIF/RCalls.cpp Acinonyx/RIF/REngine.cpp Acinonyx/RIF/RGrDevice.cpp Acinonyx/ATools.c Win32/AWin32Window.cpp uname: not found make[2]: Entering directory `/cygdrive/z/rforge/builds/win7-3.0/Acinonyx' g++ -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -IAcinonyx -IAcinonyx/RIF -IWin32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -fpermissive -O2 -Wall -mtune=core2 -c Acinonyx/AContainer.cpp -o Acinonyx/AContainer.o In file included from Acinonyx/AContainer.cpp:10:0: Acinonyx/AContainer.h:29:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/AContainer.cpp:10:0: Acinonyx/AContainer.h:37:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/AVisual.h:14:0, from Acinonyx/AContainer.h:14, from Acinonyx/AContainer.cpp:10: Acinonyx/ARenderer.h: In member function 'void ARenderer::polygon(const APoint*, int, bool)': Acinonyx/ARenderer.h:340:48: warning: invalid conversion from 'void (*)(GLenum) {aka void (*)(unsigned int)}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:358:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/AContainer.h:14:0, from Acinonyx/AContainer.cpp:10: Acinonyx/AVisual.h: In constructor 'AVisual::AVisual(AContainer*, ARect, unsigned int)': Acinonyx/AVisual.h:49:15: warning: 'AVisual::_flags' will be initialized after [-Wreorder] Acinonyx/AVisual.h:48:8: warning: 'ASize AVisual::_min_size' [-Wreorder] Acinonyx/AVisual.h:53:2: warning: when initialized here [-Wreorder] g++ -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -IAcinonyx -IAcinonyx/RIF -IWin32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -fpermissive -O2 -Wall -mtune=core2 -c Acinonyx/AObject.cpp -o Acinonyx/AObject.o g++ -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -IAcinonyx -IAcinonyx/RIF -IWin32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -fpermissive -O2 -Wall -mtune=core2 -c Acinonyx/RIF/RCalls.cpp -o Acinonyx/RIF/RCalls.o In file included from C:/PROGRA~1/r/r-3.0/include/R.h:44:0, from Acinonyx/RIF/RObject.h:24, from Acinonyx/RIF/RCalls.h:14, from Acinonyx/RIF/RCalls.cpp:16: C:/PROGRA~1/r/r-3.0/include/R_ext/RS.h:45:0: warning: "ERROR" redefined [enabled by default] c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/wingdi.h:70:0: note: this is the location of the previous definition In file included from Acinonyx/AQuery.h:14:0, from Acinonyx/AVisualPrimitive.h:15, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/AContainer.h:29:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/AQuery.h:14:0, from Acinonyx/AVisualPrimitive.h:15, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/AContainer.h:37:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/ACueWidget.h:13:0, from Acinonyx/ACueBox.h:13, from Acinonyx/ACueMenu.h:13, from Acinonyx/AScatterPlot.h:17, from Acinonyx/RIF/RCalls.cpp:21: Acinonyx/AWidget.h:39:0: warning: ignoring #pragma mark [-Wunknown-pragmas] Acinonyx/AWidget.h:42:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/ACueWidget.h:13:0, from Acinonyx/ACueBox.h:13, from Acinonyx/ACueMenu.h:13, from Acinonyx/AScatterPlot.h:17, from Acinonyx/RIF/RCalls.cpp:21: Acinonyx/AWidget.h:52:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/ACueBox.h:13:0, from Acinonyx/ACueMenu.h:13, from Acinonyx/AScatterPlot.h:17, from Acinonyx/RIF/RCalls.cpp:21: Acinonyx/ACueWidget.h:25:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/ACueMenu.h:13:0, from Acinonyx/AScatterPlot.h:17, from Acinonyx/RIF/RCalls.cpp:21: Acinonyx/ACueBox.h:22:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/ACueMenu.h:14:0, from Acinonyx/AScatterPlot.h:17, from Acinonyx/RIF/RCalls.cpp:21: Acinonyx/ACueButton.h:22:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/AScatterPlot.h:17:0, from Acinonyx/RIF/RCalls.cpp:21: Acinonyx/ACueMenu.h:22:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from Acinonyx/ABarChart.h:17:0, from Acinonyx/RIF/RCalls.cpp:23: Acinonyx/ACueHotButton.h:30:0: warning: ignoring #pragma mark [-Wunknown-pragmas] In file included from c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../include/c++/4.6.3/ext/hash_map:61:0, from Acinonyx/AMarkerValuesPlot.h:15, from Acinonyx/RIF/RCalls.cpp:29: c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../include/c++/4.6.3/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] In file included from Acinonyx/RIF/RCalls.cpp:14:0: Acinonyx/ARenderer.h: In member function 'void ARenderer::polygon(const APoint*, int, bool)': Acinonyx/ARenderer.h:340:48: warning: invalid conversion from 'void (*)(GLenum) {aka void (*)(unsigned int)}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:358:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/AVector.h:15:0, from Acinonyx/ANotfier.h:13, from Acinonyx/AMarker.h:13, from Acinonyx/AVisualPrimitive.h:14, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/AValue.h: In destructor 'virtual AValue::~AValue()': Acinonyx/AValue.h:37:10: warning: enumeration value 'AVnull' not handled in switch [-Wswitch] Acinonyx/AValue.h:37:10: warning: enumeration value 'AVchar' not handled in switch [-Wswitch] Acinonyx/AValue.h:37:10: warning: enumeration value 'AVint' not handled in switch [-Wswitch] Acinonyx/AValue.h:37:10: warning: enumeration value 'AVbool' not handled in switch [-Wswitch] Acinonyx/AValue.h:37:10: warning: enumeration value 'AVfloat' not handled in switch [-Wswitch] Acinonyx/AValue.h:37:10: warning: enumeration value 'AVdouble' not handled in switch [-Wswitch] Acinonyx/AValue.h:37:10: warning: enumeration value 'AVlong' not handled in switch [-Wswitch] Acinonyx/AValue.h:37:10: warning: enumeration value 'AVptr' not handled in switch [-Wswitch] Acinonyx/AValue.h: In member function 'int AValue::asInt()': Acinonyx/AValue.h:46:10: warning: enumeration value 'AVnull' not handled in switch [-Wswitch] Acinonyx/AValue.h:46:10: warning: enumeration value 'AVchar' not handled in switch [-Wswitch] Acinonyx/AValue.h:46:10: warning: enumeration value 'AVbool' not handled in switch [-Wswitch] Acinonyx/AValue.h:46:10: warning: enumeration value 'AVlong' not handled in switch [-Wswitch] Acinonyx/AValue.h:46:10: warning: enumeration value 'AVptr' not handled in switch [-Wswitch] Acinonyx/AValue.h:46:10: warning: enumeration value 'AVobj' not handled in switch [-Wswitch] Acinonyx/AValue.h: In member function 'float AValue::asFloat()': Acinonyx/AValue.h:56:10: warning: enumeration value 'AVnull' not handled in switch [-Wswitch] Acinonyx/AValue.h:56:10: warning: enumeration value 'AVchar' not handled in switch [-Wswitch] Acinonyx/AValue.h:56:10: warning: enumeration value 'AVbool' not handled in switch [-Wswitch] Acinonyx/AValue.h:56:10: warning: enumeration value 'AVlong' not handled in switch [-Wswitch] Acinonyx/AValue.h:56:10: warning: enumeration value 'AVstr' not handled in switch [-Wswitch] Acinonyx/AValue.h:56:10: warning: enumeration value 'AVptr' not handled in switch [-Wswitch] Acinonyx/AValue.h:56:10: warning: enumeration value 'AVobj' not handled in switch [-Wswitch] In file included from Acinonyx/ANotfier.h:13:0, from Acinonyx/AMarker.h:13, from Acinonyx/AVisualPrimitive.h:14, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/AVector.h: In constructor 'APlainIntVector::APlainIntVector(const int*, vsize_t, bool)': Acinonyx/AVector.h:204:9: warning: 'APlainIntVector::f_data' will be initialized after [-Wreorder] Acinonyx/AVector.h:203:10: warning: 'double* APlainIntVector::d_data' [-Wreorder] Acinonyx/AVector.h:206:2: warning: when initialized here [-Wreorder] Acinonyx/AVector.h: In member function 'virtual const double* APlainIntVector::asDoubles()': Acinonyx/AVector.h:222:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/AVector.h: In member function 'virtual const float* APlainIntVector::asFloats()': Acinonyx/AVector.h:230:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/AVector.h: In member function 'virtual ADataRange APlainIntVector::range()': Acinonyx/AVector.h:239:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/AVector.h: In member function 'virtual void APlainIntVector::transformToFloats(AFloat*, float, float)': Acinonyx/AVector.h:247:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/AVector.h: In member function 'virtual void APlainIntVector::transformToDoubles(double*, double, double)': Acinonyx/AVector.h:252:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/AMarker.h:15:0, from Acinonyx/AVisualPrimitive.h:14, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/AColorMap.h: In member function 'virtual AColor AIndexColorMap::color(cmindex_t)': Acinonyx/AColorMap.h:58:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/AColorMap.h: In member function 'void ADefaultColorMap::setHCLcolors(vsize_t, vsize_t, AFloat, AFloat)': Acinonyx/AColorMap.h:104:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/AMarker.h:16:0, from Acinonyx/AVisualPrimitive.h:14, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/ATable.h: In constructor 'AUnivarTable::AUnivarTable(vsize_t, bool)': Acinonyx/ATable.h:21:9: warning: 'AUnivarTable::_names' will be initialized after [-Wreorder] Acinonyx/ATable.h:19:10: warning: 'vsize_t AUnivarTable::_other' [-Wreorder] Acinonyx/ATable.h:23:2: warning: when initialized here [-Wreorder] In file included from Acinonyx/AVisualPrimitive.h:14:0, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/AMarker.h: In constructor 'AMarker::AMarker(vsize_t)': Acinonyx/AMarker.h:92:121: warning: base 'APlainIntVector' will be initialized after [-Wreorder] Acinonyx/AMarker.h:92:121: warning: base 'ANotifierInterface' [-Wreorder] Acinonyx/AMarker.h:92:2: warning: when initialized here [-Wreorder] Acinonyx/AMarker.h:51:16: warning: 'AMarker::value_table' will be initialized after [-Wreorder] Acinonyx/AMarker.h:50:9: warning: 'mark_t AMarker::max_value' [-Wreorder] Acinonyx/AMarker.h:92:2: warning: when initialized here [-Wreorder] Acinonyx/AMarker.h: In member function 'void AMarker::setValue(vsize_t, mark_t)': Acinonyx/AMarker.h:277:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/AQuery.h:13:0, from Acinonyx/AVisualPrimitive.h:15, from Acinonyx/ABasicPrimitives.h:13, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/AVisual.h: In constructor 'AVisual::AVisual(AContainer*, ARect, unsigned int)': Acinonyx/AVisual.h:49:15: warning: 'AVisual::_flags' will be initialized after [-Wreorder] Acinonyx/AVisual.h:48:8: warning: 'ASize AVisual::_min_size' [-Wreorder] Acinonyx/AVisual.h:53:2: warning: when initialized here [-Wreorder] In file included from Acinonyx/APlot.h:16:0, from Acinonyx/ABasicPrimitives.h:14, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/AScale.h: In constructor 'AScale::AScale(AVector*, ARange, ADataRange)': Acinonyx/AScale.h:28:10: warning: 'AScale::n' will be initialized after [-Wreorder] Acinonyx/AScale.h:25:10: warning: 'AFloat* AScale::_locations' [-Wreorder] Acinonyx/AScale.h:49:2: warning: when initialized here [-Wreorder] Acinonyx/AScale.h:31:23: warning: 'AScale::shareRange' will be initialized after [-Wreorder] Acinonyx/AScale.h:31:7: warning: 'bool AScale::shareDataRange' [-Wreorder] Acinonyx/AScale.h:49:2: warning: when initialized here [-Wreorder] Acinonyx/AScale.h:31:7: warning: 'AScale::shareDataRange' will be initialized after [-Wreorder] Acinonyx/AScale.h:30:10: warning: 'AScale* AScale::_prev' [-Wreorder] Acinonyx/AScale.h:49:2: warning: when initialized here [-Wreorder] In file included from Acinonyx/APlot.h:16:0, from Acinonyx/ABasicPrimitives.h:14, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/AScale.h: In constructor 'AScale::AScale(AVector*, ARange, vsize_t)': Acinonyx/AScale.h:28:10: warning: 'AScale::n' will be initialized after [-Wreorder] Acinonyx/AScale.h:25:10: warning: 'AFloat* AScale::_locations' [-Wreorder] Acinonyx/AScale.h:59:2: warning: when initialized here [-Wreorder] Acinonyx/AScale.h:31:23: warning: 'AScale::shareRange' will be initialized after [-Wreorder] Acinonyx/AScale.h:31:7: warning: 'bool AScale::shareDataRange' [-Wreorder] Acinonyx/AScale.h:59:2: warning: when initialized here [-Wreorder] Acinonyx/AScale.h:31:7: warning: 'AScale::shareDataRange' will be initialized after [-Wreorder] Acinonyx/AScale.h:30:10: warning: 'AScale* AScale::_prev' [-Wreorder] Acinonyx/AScale.h:59:2: warning: when initialized here [-Wreorder] Acinonyx/AScale.h: In member function 'AFloat* AScale::locations()': Acinonyx/AScale.h:135:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/AScale.h: In member function 'vsize_t AScale::discreteValue(AFloat)': Acinonyx/AScale.h:161:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/AScale.h: In member function 'vsize_t AScale::discreteIndex(AFloat)': Acinonyx/AScale.h:168:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/APlot.h:20:0, from Acinonyx/ABasicPrimitives.h:14, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/ADataVector.h: In member function 'virtual ADataRange AFloatVector::range()': Acinonyx/ADataVector.h:86:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual const double* AFloatVector::asDoubles()': Acinonyx/ADataVector.h:98:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual const int* AFloatVector::asInts()': Acinonyx/ADataVector.h:106:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual void AFloatVector::transformToFloats(AFloat*, float, float)': Acinonyx/ADataVector.h:112:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual void AFloatVector::transformToDoubles(double*, double, double)': Acinonyx/ADataVector.h:117:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual ADataRange ADoubleVector::range()': Acinonyx/ADataVector.h:147:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual void ADoubleVector::transformToFloats(AFloat*, float, float)': Acinonyx/ADataVector.h:176:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual void ADoubleVector::transformToDoubles(double*, double, double)': Acinonyx/ADataVector.h:181:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In constructor 'AIntVector::AIntVector(AMarker*, const int*, vsize_t, bool)': Acinonyx/ADataVector.h:205:9: warning: 'AIntVector::f_data' will be initialized after [-Wreorder] Acinonyx/ADataVector.h:204:10: warning: 'double* AIntVector::d_data' [-Wreorder] Acinonyx/ADataVector.h:207:2: warning: when initialized here [-Wreorder] Acinonyx/ADataVector.h: In constructor 'AIntVector::AIntVector(const int*, vsize_t, bool)': Acinonyx/ADataVector.h:205:9: warning: 'AIntVector::f_data' will be initialized after [-Wreorder] Acinonyx/ADataVector.h:204:10: warning: 'double* AIntVector::d_data' [-Wreorder] Acinonyx/ADataVector.h:210:2: warning: when initialized here [-Wreorder] Acinonyx/ADataVector.h: In constructor 'AIntVector::AIntVector(const int*, vsize_t)': Acinonyx/ADataVector.h:205:9: warning: 'AIntVector::f_data' will be initialized after [-Wreorder] Acinonyx/ADataVector.h:204:10: warning: 'double* AIntVector::d_data' [-Wreorder] Acinonyx/ADataVector.h:213:2: warning: when initialized here [-Wreorder] Acinonyx/ADataVector.h: In member function 'virtual const double* AIntVector::asDoubles()': Acinonyx/ADataVector.h:229:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual const float* AIntVector::asFloats()': Acinonyx/ADataVector.h:237:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual ADataRange AIntVector::range()': Acinonyx/ADataVector.h:246:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual void AIntVector::transformToFloats(AFloat*, float, float)': Acinonyx/ADataVector.h:254:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'virtual void AIntVector::transformToDoubles(double*, double, double)': Acinonyx/ADataVector.h:259:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/ADataVector.h: In member function 'AUnivarTable* AFactorVector::table()': Acinonyx/ADataVector.h:311:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/ABasicPrimitives.h:14:0, from Acinonyx/RIF/RCalls.cpp:20: Acinonyx/APlot.h: In constructor 'APlot::APlot(AContainer*, ARect, int)': Acinonyx/APlot.h:47:17: warning: 'APlot::pps' will be initialized after [-Wreorder] Acinonyx/APlot.h:43:11: warning: 'AScale** APlot::_scales' [-Wreorder] Acinonyx/APlot.h:61:2: warning: when initialized here [-Wreorder] Acinonyx/APlot.h:357:7: warning: 'APlot::inSelection' will be initialized after [-Wreorder] Acinonyx/APlot.h:51:7: warning: 'bool APlot::inQuery' [-Wreorder] Acinonyx/APlot.h:61:2: warning: when initialized here [-Wreorder] Acinonyx/APlot.h:357:20: warning: 'APlot::inZoom' will be initialized after [-Wreorder] Acinonyx/APlot.h:54:9: warning: 'AFloat APlot::mLeft' [-Wreorder] Acinonyx/APlot.h:61:2: warning: when initialized here [-Wreorder] Acinonyx/APlot.h: In constructor 'APlot::APlot(AContainer*, ARect, int, AScale*, AScale*)': Acinonyx/APlot.h:47:17: warning: 'APlot::pps' will be initialized after [-Wreorder] Acinonyx/APlot.h:46:24: warning: 'AMutableObjectVector* APlot::vps' [-Wreorder] Acinonyx/APlot.h:68:2: warning: when initialized here [-Wreorder] Acinonyx/APlot.h:357:20: warning: 'APlot::inZoom' will be initialized after [-Wreorder] Acinonyx/APlot.h:51:7: warning: 'bool APlot::inQuery' [-Wreorder] Acinonyx/APlot.h:68:2: warning: when initialized here [-Wreorder] Acinonyx/APlot.h: In member function 'AScale* APlot::scale(vsize_t)': Acinonyx/APlot.h:93:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/AScatterPlot.h:14:0, from Acinonyx/RIF/RCalls.cpp:21: Acinonyx/AAxis.h: In constructor 'ANamedAxis::ANamedAxis()': Acinonyx/AAxis.h:61:10: warning: 'ANamedAxis::_names' will be initialized after [-Wreorder] Acinonyx/AAxis.h:60:9: warning: 'char** ANamedAxis::_name' [-Wreorder] Acinonyx/AAxis.h:64:2: warning: when initialized here [-Wreorder] In file included from Acinonyx/ACueWidget.h:13:0, from Acinonyx/ACueBox.h:13, from Acinonyx/ACueMenu.h:13, from Acinonyx/AScatterPlot.h:17, from Acinonyx/RIF/RCalls.cpp:21: Acinonyx/AWidget.h: In constructor 'AWidget::AWidget(AContainer*, ARect, unsigned int)': Acinonyx/AWidget.h:28:7: warning: 'AWidget::hovering' will be initialized after [-Wreorder] Acinonyx/AWidget.h:23:9: warning: 'APlot* AWidget::delegate_' [-Wreorder] Acinonyx/AWidget.h:40:2: warning: when initialized here [-Wreorder] In file included from Acinonyx/RIF/RCalls.cpp:21:0: Acinonyx/AScatterPlot.h: In member function 'virtual void AScatterPlot::delegateAction(AWidget*, const char*, AObject*)': Acinonyx/AScatterPlot.h:171:7: warning: comparison with string literal results in unspecified behaviour [-Waddress] In file included from Acinonyx/RIF/RCalls.cpp:22:0: Acinonyx/AParallelCoordPlot.h: In member function 'virtual void AParallelCoordPlot::update()': Acinonyx/AParallelCoordPlot.h:156:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/ABarChart.h:13:0, from Acinonyx/RIF/RCalls.cpp:23: Acinonyx/AStatVisual.h: In constructor 'AStatVisual::AStatVisual(APlot*, AMarker*, vsize_t*, vsize_t, group_t, bool, bool, AUnivarTable*)': Acinonyx/AStatVisual.h:35:11: warning: 'AStatVisual::mark' will be initialized after [-Wreorder] Acinonyx/AStatVisual.h:31:16: warning: 'vsize_t AStatVisual::n' [-Wreorder] Acinonyx/AStatVisual.h:45:2: warning: when initialized here [-Wreorder] Acinonyx/AStatVisual.h:41:6: warning: 'AStatVisual::flags' will be initialized after [-Wreorder] Acinonyx/AStatVisual.h:40:16: warning: 'AUnivarTable* AStatVisual::value_table' [-Wreorder] Acinonyx/AStatVisual.h:45:2: warning: when initialized here [-Wreorder] Acinonyx/AStatVisual.h: In member function 'virtual bool APolyLineStatVisual::containsPoint(APoint)': Acinonyx/AStatVisual.h:427:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/RIF/RCalls.cpp:23:0: Acinonyx/ABarChart.h: In constructor 'ABarChart::ABarChart(AContainer*, ARect, int, AFactorVector*)': Acinonyx/ABarChart.h:27:10: warning: 'ABarChart::movingBar' will be initialized after [-Wreorder] Acinonyx/ABarChart.h:25:7: warning: 'bool ABarChart::spines' [-Wreorder] Acinonyx/ABarChart.h:33:2: warning: when initialized here [-Wreorder] Acinonyx/ABarChart.h: In member function 'virtual void ABarChart::delegateAction(AWidget*, const char*, AObject*)': Acinonyx/ABarChart.h:150:14: warning: comparison with string literal results in unspecified behaviour [-Waddress] Acinonyx/ABarChart.h:153:14: warning: comparison with string literal results in unspecified behaviour [-Waddress] Acinonyx/ABarChart.h:158:14: warning: comparison with string literal results in unspecified behaviour [-Waddress] Acinonyx/ABarChart.h:164:14: warning: comparison with string literal results in unspecified behaviour [-Waddress] Acinonyx/ABarChart.h:171:14: warning: comparison with string literal results in unspecified behaviour [-Waddress] Acinonyx/ABarChart.h:177:14: warning: comparison with string literal results in unspecified behaviour [-Waddress] Acinonyx/ABarChart.h:183:14: warning: comparison with string literal results in unspecified behaviour [-Waddress] Acinonyx/ABarChart.h:192:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/RIF/RCalls.cpp:24:0: Acinonyx/AHistogram.h: In constructor 'ABinning::ABinning(ADataVector*, vsize_t, double, double, bool)': Acinonyx/AHistogram.h:27:18: warning: 'ABinning::_binw' will be initialized after [-Wreorder] Acinonyx/AHistogram.h:26:17: warning: 'vsize_t ABinning::_maxCt' [-Wreorder] Acinonyx/AHistogram.h:31:2: warning: when initialized here [-Wreorder] Acinonyx/AHistogram.h: In member function 'virtual void AHistogram::delegateAction(AWidget*, const char*, AObject*)': Acinonyx/AHistogram.h:275:14: warning: comparison with string literal results in unspecified behaviour [-Waddress] Acinonyx/AHistogram.h:278:14: warning: comparison with string literal results in unspecified behaviour [-Waddress] In file included from Acinonyx/RIF/RCalls.cpp:25:0: Acinonyx/ATimeSeriesPlot.h: In member function 'void ATimeSeriesPlot::createPrimitives()': Acinonyx/ATimeSeriesPlot.h:117:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/RIF/RCalls.cpp:26:0: Acinonyx/ARVector.h: In constructor 'ARFactorVector::ARFactorVector(AMarker*, SEXP)': Acinonyx/ARVector.h:88:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/RIF/RCalls.cpp:29:0: Acinonyx/AMarkerValuesPlot.h: In constructor 'AMarkerValuesPlot::AMarkerValuesPlot(AContainer*, ARect, int, AMarker*)': Acinonyx/AMarkerValuesPlot.h:27:10: warning: 'AMarkerValuesPlot::movingBar' will be initialized after [-Wreorder] Acinonyx/AMarkerValuesPlot.h:25:7: warning: 'bool AMarkerValuesPlot::spines' [-Wreorder] Acinonyx/AMarkerValuesPlot.h:31:2: warning: when initialized here [-Wreorder] Acinonyx/RIF/REngine.h: At global scope: Acinonyx/RIF/REngine.h:22:20: warning: 'rarch' defined but not used [-Wunused-variable] Acinonyx/RIF/RCalls.cpp:175:13: warning: 'inside_Rapp' defined but not used [-Wunused-variable] g++ -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -IAcinonyx -IAcinonyx/RIF -IWin32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -fpermissive -O2 -Wall -mtune=core2 -c Acinonyx/RIF/REngine.cpp -o Acinonyx/RIF/REngine.o In file included from C:/PROGRA~1/r/r-3.0/include/R.h:44:0, from Acinonyx/RIF/RObject.h:24, from Acinonyx/RIF/REngine.h:33, from Acinonyx/RIF/REngine.cpp:10: C:/PROGRA~1/r/r-3.0/include/R_ext/RS.h:45:0: warning: "ERROR" redefined [enabled by default] c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/wingdi.h:70:0: note: this is the location of the previous definition In file included from Acinonyx/RIF/REngine.h:17:0, from Acinonyx/RIF/REngine.cpp:10: Acinonyx/ARenderer.h: In member function 'void ARenderer::polygon(const APoint*, int, bool)': Acinonyx/ARenderer.h:340:48: warning: invalid conversion from 'void (*)(GLenum) {aka void (*)(unsigned int)}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:358:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/RIF/REngine.h: At global scope: Acinonyx/RIF/REngine.h:22:20: warning: 'rarch' defined but not used [-Wunused-variable] g++ -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -IAcinonyx -IAcinonyx/RIF -IWin32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -fpermissive -O2 -Wall -mtune=core2 -c Acinonyx/RIF/RGrDevice.cpp -o Acinonyx/RIF/RGrDevice.o In file included from C:/PROGRA~1/r/r-3.0/include/R.h:44:0, from Acinonyx/RIF/RObject.h:24, from Acinonyx/RIF/RGrDevice.cpp:23: C:/PROGRA~1/r/r-3.0/include/R_ext/RS.h:45:0: warning: "ERROR" redefined [enabled by default] c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/wingdi.h:70:0: note: this is the location of the previous definition Acinonyx/RIF/RGrDevice.cpp:190:0: warning: ignoring #pragma mark RGD [-Wunknown-pragmas] Acinonyx/RIF/RGrDevice.cpp:210:0: warning: ignoring #pragma mark Device [-Wunknown-pragmas] Acinonyx/RIF/RGrDevice.cpp:477:0: warning: ignoring #pragma mark [-Wunknown-pragmas] Acinonyx/RIF/RGrDevice.cpp:478:0: warning: ignoring #pragma mark R [-Wunknown-pragmas] In file included from Acinonyx/RIF/RGrDevice.cpp:12:0: Acinonyx/ARenderer.h: In member function 'void ARenderer::polygon(const APoint*, int, bool)': Acinonyx/ARenderer.h:340:48: warning: invalid conversion from 'void (*)(GLenum) {aka void (*)(unsigned int)}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:358:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Acinonyx/RIF/RGrDevice.cpp:25:0: Acinonyx/AVisual.h: In constructor 'AVisual::AVisual(AContainer*, ARect, unsigned int)': Acinonyx/AVisual.h:49:15: warning: 'AVisual::_flags' will be initialized after [-Wreorder] Acinonyx/AVisual.h:48:8: warning: 'ASize AVisual::_min_size' [-Wreorder] Acinonyx/AVisual.h:53:2: warning: when initialized here [-Wreorder] Acinonyx/RIF/RGrDevice.cpp: In function 'void RAcinonyxDevice_Polyline(int, double*, double*, pGEcontext, pDevDesc)': Acinonyx/RIF/RGrDevice.cpp:400:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/RIF/RGrDevice.cpp:402:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/RIF/RGrDevice.cpp: In function 'void RAcinonyxDevice_Polygon(int, double*, double*, pGEcontext, pDevDesc)': Acinonyx/RIF/RGrDevice.cpp:414:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/RIF/RGrDevice.cpp:419:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Acinonyx/RIF/RGrDevice.cpp: In function 'SEXPREC* RAcinonyxDevice(SEXP)': Acinonyx/RIF/RGrDevice.cpp:487:36: warning: variable 'flags' set but not used [-Wunused-but-set-variable] gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -IAcinonyx -IAcinonyx/RIF -IWin32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c Acinonyx/ATools.c -o Acinonyx/ATools.o g++ -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -IAcinonyx -IAcinonyx/RIF -IWin32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -fpermissive -O2 -Wall -mtune=core2 -c Win32/AWin32Window.cpp -o Win32/AWin32Window.o In file included from C:/PROGRA~1/r/r-3.0/include/R.h:44:0, from Acinonyx/RIF/RObject.h:24, from Win32/AWin32Window.h:20, from Win32/AWin32Window.cpp:10: C:/PROGRA~1/r/r-3.0/include/R_ext/RS.h:45:0: warning: "ERROR" redefined [enabled by default] c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/wingdi.h:70:0: note: this is the location of the previous definition In file included from Win32/AWin32Window.h:89:0, from Win32/AWin32Window.cpp:10: Acinonyx/AFreeType.h:34:0: warning: "GLC" redefined [enabled by default] Acinonyx/AWindow.h:20:0: note: this is the location of the previous definition In file included from Acinonyx/AVisual.h:14:0, from Win32/AWin32Window.h:18, from Win32/AWin32Window.cpp:10: Acinonyx/ARenderer.h: In member function 'void ARenderer::polygon(const APoint*, int, bool)': Acinonyx/ARenderer.h:340:48: warning: invalid conversion from 'void (*)(GLenum) {aka void (*)(unsigned int)}' to 'void (*)()' [-fpermissive] Acinonyx/ARenderer.h:358:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from Win32/AWin32Window.h:18:0, from Win32/AWin32Window.cpp:10: Acinonyx/AVisual.h: In constructor 'AVisual::AVisual(AContainer*, ARect, unsigned int)': Acinonyx/AVisual.h:49:15: warning: 'AVisual::_flags' will be initialized after [-Wreorder] Acinonyx/AVisual.h:48:8: warning: 'ASize AVisual::_min_size' [-Wreorder] Acinonyx/AVisual.h:53:2: warning: when initialized here [-Wreorder] In file included from Win32/AWin32Window.h:89:0, from Win32/AWin32Window.cpp:10: Acinonyx/AFreeType.h: In member function 'bool AFreeType::generateTexture(const char*)': Acinonyx/AFreeType.h:126:17: warning: unused variable 'glyph_index' [-Wunused-variable] Acinonyx/AFreeType.h:127:24: warning: unused variable 'y' [-Wunused-variable] Acinonyx/AFreeType.h: In member function 'bool AFreeType::drawTexture(APoint, APoint, AFloat, AColor)': Acinonyx/AFreeType.h:255:2: warning: no return statement in function returning non-void [-Wreturn-type] In file included from Win32/AWin32Window.cpp:10:0: Win32/AWin32Window.h: In constructor 'AWin32Window::AWin32Window(ARect)': Win32/AWin32Window.h:250:70: warning: invalid conversion from 'HGDIOBJ {aka void*}' to 'LONG_PTR {aka long long int}' [-fpermissive] Win32/AWin32Window.cpp: In function 'void HelpMouseClick(window, int, point)': Win32/AWin32Window.cpp:74:16: warning: unused variable 'win' [-Wunused-variable] Win32/AWin32Window.cpp: In function 'DWORD AWin32Heartbeat(LPVOID)': Win32/AWin32Window.cpp:194:1: warning: no return statement in function returning non-void [-Wreturn-type] g++ -m64 -shared -s -static-libgcc -o Acinonyx.dll tmp.def Acinonyx/AContainer.o Acinonyx/AObject.o Acinonyx/RIF/RCalls.o Acinonyx/RIF/REngine.o Acinonyx/RIF/RGrDevice.o Acinonyx/ATools.o Win32/AWin32Window.o -lopengl32 -lglu32 -lrgraphapp -lgdi32 Win32/lib64/libfreetype.a -static-libgcc -static-libstdc++ -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/r/r-3.0/bin/x64 -lR make[2]: Leaving directory `/cygdrive/z/rforge/builds/win7-3.0/Acinonyx' make[1]: Leaving directory `/cygdrive/z/rforge/builds/win7-3.0/Acinonyx' uname: not found make[1]: Entering directory `/cygdrive/z/rforge/builds/win7-3.0/Acinonyx' rm -rf Acinonyx/AContainer.o Acinonyx/AObject.o Acinonyx/RIF/RCalls.o Acinonyx/RIF/REngine.o Acinonyx/RIF/RGrDevice.o Acinonyx/ATools.o Cocoa/CocoaApp.o Cocoa/CocoaView.o Cocoa/CocoaWindow.o Cocoa/GLString.o Win32/AWin32Window.o X11/AX11Window.o AContainer.o AObject.o ATools.o CocoaApp.o CocoaView.o CocoaWindow.o RCalls.o REngine.o GLString.o AWin32Window.o AX11Window.o Acinonyx.so Acinonyx.dll glut.so uname: not found make[1]: Leaving directory `/cygdrive/z/rforge/builds/win7-3.0/Acinonyx' installing to z:/rforge/Rlib/win7-3.0/Acinonyx/libs/x64 ** R ** preparing package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded *** arch - i386 *** arch - x64 * MD5 sums packaged installation of 'Acinonyx' as Acinonyx_3.0-0.zip * DONE (Acinonyx) |