Pau Simó wrote: Hi!
> Hi Guys, > > I'm trying to install Scid in my computer running under Ubuntu. I'm > having some problems I hope you can help to fix. > After downloading all the files, > I'm using the ./configure command successfully, but when using the > Make I'm having some problems. Below you can find a copypaste, it is > in Spanish but more or less says that enters in the 2 directories and > is making nothing. Can anybody help me? Thanks in advance! > > p...@pau-laptop:~/chess/scid$ make > cd engines/phalanx-scid/ && make && cd ../../ > make[1]: se ingresa al directorio > `/home/pau/chess/scid/engines/phalanx-scid' > make[1]: No se hace nada para `all'. > make[1]: se sale del directorio > `/home/pau/chess/scid/engines/phalanx-scid' > cd engines/togaII1.2.1a/src/ && make && cd ../../ > make[1]: se ingresa al directorio > `/home/pau/chess/scid/engines/togaII1.2.1a/src' > make[1]: No se hace nada para `all'. > make[1]: se sale del directorio > `/home/pau/chess/scid/engines/togaII1.2.1a/src' Do the two messages mean: "nothing to be done for" <blabla>? If so, this is not an error message, but a mere remark that the target (executable file) identified after "all:" in "makefile" in that directory is up-to-date. You may want to remove those files, meaning the files ./phalanx-scid and ./togaII in these directories (or simply run a "make clean" there), just to prove this. Re-running a global make or a local "make all" will re-generate the files. And, since we are talking some complementary engines only, it seems that scid itself has been built and runs fine, is it? Cheers, Joost. > > > Pau > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > ------------------------------------------------------------------------ > > _______________________________________________ > Scid-users mailing list > Scid-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/scid-users > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Scid-users mailing list Scid-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/scid-users