WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Error compiling Performance on windows

Re: Error compiling Performance on windows

by Wolfgang Lux :: Rate this Message:

| View in Thread

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
Gnustep-dev@...
https://lists.gnu.org/mailman/listinfo/gnustep-dev

 « Return to Thread: Error compiling Performance on windows