From: Robert B. <ha...@be...> - 2005-06-30 00:56:00
|
Thanks for such a quick response. The faster I can get Infomap working in Cygwin, the sooner I can get my portion of the project underway! *grin* The contents of my search/.deps are as follows: 06/29/2005 04:20p 2,741 arrayoutput.Po 06/29/2005 04:20p 2,822 associate.Po 06/29/2005 04:20p 2,581 files.Po 06/29/2005 04:20p 2,576 list.Po 06/29/2005 04:20p 2,087 model_params.Po 06/29/2005 04:20p 2,763 neighbors.Po 06/29/2005 04:20p 2,822 print_doc.Po 06/29/2005 04:20p 2,723 query.Po 06/29/2005 04:20p 1,961 search_utils.Po 06/29/2005 04:20p 1,359 toc.Po 06/29/2005 04:20p 2,607 utils.Po The output of the "make clean" is as follows: [Robert@robbiebee /tmp/infomap-nlp-0.8.5]$ make clean Making clean in doc make[1]: Entering directory `/tmp/infomap-nlp-0.8.5/doc' Making clean in html make[2]: Entering directory `/tmp/infomap-nlp-0.8.5/doc/html' Making clean in tutorial make[3]: Entering directory `/tmp/infomap-nlp-0.8.5/doc/html/tutorial' make[3]: Nothing to be done for `clean'. make[3]: Leaving directory `/tmp/infomap-nlp-0.8.5/doc/html/tutorial' Making clean in . make[3]: Entering directory `/tmp/infomap-nlp-0.8.5/doc/html' make[3]: Nothing to be done for `clean-am'. make[3]: Leaving directory `/tmp/infomap-nlp-0.8.5/doc/html' make[2]: Leaving directory `/tmp/infomap-nlp-0.8.5/doc/html' Making clean in man make[2]: Entering directory `/tmp/infomap-nlp-0.8.5/doc/man' Making clean in man5 make[3]: Entering directory `/tmp/infomap-nlp-0.8.5/doc/man/man5' make[3]: Nothing to be done for `clean'. make[3]: Leaving directory `/tmp/infomap-nlp-0.8.5/doc/man/man5' Making clean in man1 make[3]: Entering directory `/tmp/infomap-nlp-0.8.5/doc/man/man1' make[3]: Nothing to be done for `clean'. make[3]: Leaving directory `/tmp/infomap-nlp-0.8.5/doc/man/man1' Making clean in . make[3]: Entering directory `/tmp/infomap-nlp-0.8.5/doc/man' make[3]: Nothing to be done for `clean-am'. make[3]: Leaving directory `/tmp/infomap-nlp-0.8.5/doc/man' make[2]: Leaving directory `/tmp/infomap-nlp-0.8.5/doc/man' Making clean in . make[2]: Entering directory `/tmp/infomap-nlp-0.8.5/doc' make[2]: Nothing to be done for `clean-am'. make[2]: Leaving directory `/tmp/infomap-nlp-0.8.5/doc' make[1]: Leaving directory `/tmp/infomap-nlp-0.8.5/doc' Making clean in svd make[1]: Entering directory `/tmp/infomap-nlp-0.8.5/svd' Making clean in svdinterface make[2]: Entering directory `/tmp/infomap-nlp-0.8.5/svd/svdinterface' Makefile:182: las2.Po: No such file or directory Makefile:183: model_params.Po: No such file or directory Makefile:184: myutils.Po: No such file or directory Makefile:185: svdinterface.Po: No such file or directory make[2]: *** No rule to make target `svdinterface.Po'. Stop. make[2]: Leaving directory `/tmp/infomap-nlp-0.8.5/svd/svdinterface' make[1]: *** [clean-recursive] Error 1 make[1]: Leaving directory `/tmp/infomap-nlp-0.8.5/svd' make: *** [clean-recursive] Error 1 [Robert@robbiebee /tmp/infomap-nlp-0.8.5]$ make Making all in . make[1]: Entering directory `/tmp/infomap-nlp-0.8.5' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/tmp/infomap-nlp-0.8.5' Making all in admin make[1]: Entering directory `/tmp/infomap-nlp-0.8.5/admin' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/infomap-nlp-0.8.5/admin' Making all in lib make[1]: Entering directory `/tmp/infomap-nlp-0.8.5/lib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/infomap-nlp-0.8.5/lib' Making all in search make[1]: Entering directory `/tmp/infomap-nlp-0.8.5/search' Makefile:200: arrayoutput.Po: No such file or directory Makefile:201: associate.Po: No such file or directory Makefile:202: files.Po: No such file or directory Makefile:203: list.Po: No such file or directory Makefile:204: model_params.Po: No such file or directory Makefile:205: neighbors.Po: No such file or directory Makefile:206: print_doc.Po: No such file or directory Makefile:207: query.Po: No such file or directory Makefile:208: search_utils.Po: No such file or directory Makefile:209: toc.Po: No such file or directory Makefile:210: utils.Po: No such file or directory make[1]: *** No rule to make target `utils.Po'. Stop. make[1]: Leaving directory `/tmp/infomap-nlp-0.8.5/search' make: *** [all-recursive] Error 1 [Robert@robbiebee /tmp/infomap-nlp-0.8.5]$ ----- Original Message ----- From: "Scott Cederberg" <ced...@gm...> To: "Robert Batesole" <ha...@be...> Cc: <inf...@li...> Sent: Wednesday, June 29, 2005 4:58 PM Subject: Re: [infomap-nlp-users] InfoMap and Cygwin Compiling Problems Hi Robert, On 6/29/05, Robert Batesole <ha...@be...> wrote: > However, your original instructions identified the declaration on > line 167 of myutils.c at the beginning of the myutils() function, but line > 167 falls under the mymalloc() function, which I assumed was the reference > you were indicating. You're right; sorry for the mistake > > I removed the declaration "char *malloc();" That's right. > Makefile:200: arrayoutput.Po: No such file or directory > Makefile:201: associate.Po: No such file or directory > Makefile:202: files.Po: No such file or directory > Makefile:203: list.Po: No such file or directory > Makefile:204: model_params.Po: No such file or directory > Makefile:205: neighbors.Po: No such file or directory > Makefile:206: print_doc.Po: No such file or directory > Makefile:207: query.Po: No such file or directory > Makefile:208: search_utils.Po: No such file or directory > Makefile:209: toc.Po: No such file or directory > Makefile:210: utils.Po: No such file or directory > make[1]: *** No rule to make target `utils.Po'. Stop. > make[1]: Leaving directory `/tmp/infomap-nlp-0.8.5/search' > make: *** [all-recursive] Error 1 > Hmm... these .Po files shouldn't have to be built; they are part of the distribution package. Can you tell me whether you have a search/.deps directory, and if so what its contents are? The .Po files should live in .deps subdirectories of search/, preprocessing/, svd/svdinterface/, etc. Scott |