From: Scott C. <ced...@gm...> - 2005-06-29 21:59:05
|
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 lin= e > 167 falls under the mymalloc() function, which I assumed was the referenc= e > you were indicating. You're right; sorry for the mistake >=20 > 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. =20 Scott |