alanlujan91 / redistricter

Automatically exported from code.google.com/p/redistricter
0 stars 0 forks source link

No rule to make target 'uf1.o' needed by 'uf1data'. Stop. #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
g++ -g -Wall -Itiger -MMD fileio.o Bitmap.o tiger/mmaped.o Solver.o
District2.o PreThread.o renderDistricts.o LinearInterpolate.o
GrabIntermediateStorage.o AbstractDistrict.o DistrictSet.o
NearestNeighborDistrictSet.o rtaToDsz.o tiger/recordA.o -lpthread -lpng12
-lz -o rta2dsz
make: *** No rule to make target `uf1.o', needed by `uf1data'.  Stop.

Original issue reported on code.google.com by mc...@caltech.edu on 3 Apr 2008 at 3:45

GoogleCodeExporter commented 9 years ago
Oops, forgot to add a file when moving over to this site. I can't find the 
original right now. As a workaround just 
remove 'uf1data' from the list of "all:" at the top of Makefile. uf1data is a 
minor utility and shouldn't be needed 
right away.

Original comment by brian.olson on 3 Apr 2008 at 4:31

GoogleCodeExporter commented 9 years ago
Fixed in revision 8 by addition of missing files.

Original comment by brian.olson on 4 Apr 2008 at 4:09