Page 1 of 1

Compile errors.

Posted: April 5th, 2011, 10:24 am
by AbsoluteMonkey
I saw this in another thread, but didn't see a resolve to it. It just mentioned that the OP got past the issue. And now I'm having the issue, but am in the dark.

~]$ make -C src -f Makefile.debug install

Reports these errors.
Makefile:329: .deps/callbacks.Plo: No such file or directory
Makefile:330: .deps/compress.Plo: No such file or directory
Makefile:331: .deps/host.Plo: No such file or directory
Makefile:332: .deps/list.Plo: No such file or directory
Makefile:333: .deps/packet.Plo: No such file or directory
Makefile:334: .deps/peer.Plo: No such file or directory
Makefile:335: .deps/protocol.Plo: No such file or directory
Makefile:336: .deps/unix.Plo: No such file or directory
Makefile:337: .deps/win32.Plo: No such file or directory
make[1]: *** No rule to make target `.deps/win32.Plo'. Stop.
make[1]: Leaving directory `/home/Travis/Download/PlatinumArtsSandbox2.6.1/src/enet'
make: *** [libenet] Error 2

I've made everything have the proper permissions..

Re: Compile errors.

Posted: April 6th, 2011, 8:51 pm
by Hirato
make -C src/enet distclean
(enet instead of src/enet if in src)

compile as normal