[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: pcb HID has been merged!



OK, thanks. I put the -f in there and also did a "cvs update".  No
happiness, however.  I still get this error: 

if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./icons
-DPCBLIBDIR=\"/usr/local/geda/share/pcb\"
-DPCBTREEDIR=\"/usr/local/geda/share/pcb/newlib\" -DNDEBUG -g -O2
-Wall  -I/usr/X11R6/include -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/include -MT hid/common/hidinit.o
-MD -MP -MF ".deps/hid/common/hidinit.Tpo" -c -o hid/common/hidinit.o
hid/common/hidinit.c; \
then mv -f ".deps/hid/common/hidinit.Tpo"
".deps/hid/common/hidinit.Po"; else rm -f
".deps/hid/common/hidinit.Tpo"; exit 1; fi
cc1: No such file or directory: opening dependency file
.deps/hid/common/hidinit.Tpo
make[4]: *** [hid/common/hidinit.o] Error 1

It seems that make is trying to access the file
${BUILD_DIR}/src/.deps/hid/common/hidinit.Po.  However, I looked into
the .deps directory, adn there is no hid subdirectory.  

I am always confused by this GNU .deps stuff.  How do the .deps get
built?  Why isn't .deps/hid/whatever created?

Hmmmm, I wonder if I shouldn't have checked out an entirely new CVS
directory?  That is, is the stuff in the sf CVS directory complete?  I
recall that the stuff you had on your site was missing files related
to footprints, etc . . . .

Stuart




> 
> 
> > automake (GNU automake) 1.8.3
> 
> I checked in 1.9 stuff.  If the new files don't help, try adding "-f"
> to the automake command in autogen.sh; that forces it to use your
> local helper files.
>