Riccardo Mottola wrote: > Hi, > > Perfomance doesn't build on windows anymore: > > > Compiling file GSIndexedSkipList.m ... > GSFIFO.m: In function `-[GSFIFO _cooperatingGet:count:shouldBlock:]': > GSFIFO.m:130: warning: 'ti' might be used uninitialized in this function > GSFIFO.m: In function `-[GSFIFO _cooperatingPut:count:shouldBlock:]': > GSFIFO.m:206: warning: 'ti' might be used uninitialized in this function > GSFIFO.m: In function `-[GSFIFO get:count:shouldBlock:]': > GSFIFO.m:328: warning: 'ti' might be used uninitialized in this function > GSFIFO.m: In function `-[GSFIFO > initWithCapacity:granularity:timeout:multiProduc > er:multiConsumer:boundaries:name:]': > GSFIFO.m:433: warning: 'l' might be used uninitialized in this function > GSFIFO.m:456: warning: 't' might be used uninitialized in this function > Compiling file GSSkipMutableArray.m ... > Linking library Performance ... > Creating library file: ./obj/libPerformance.dll.a > make[1]: Nothing to be done for `internal-master-test-tool-all'. > Making all for doc Performance... > Generating reference documentation... > make[1]: *** No rule to make target `Performance/dependencies', needed by > `inter > nal-doc-all_'. Stop. > make: *** [Performance.all.doc.variables] Error 2 > > I don't understand flly the error... it looks like a makefile error, but it > works on unix.
Try deleting the Performance directory (containing the generated documentation). This is an error which sometimes shows up after source files were deleted or renamed and is due to a circular dependency in the rules for generating the documentation. Wolfgang _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
