Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

Compile errors.

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
Locked
AbsoluteMonkey
Member
Member
Posts: 1
Joined: April 5th, 2011, 10:00 am
Name: Travis
IRC Username: AbsoluteMonkey

Compile errors.

Post 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..
Hirato
Developer
Developer
Posts: 689
Joined: May 30th, 2009, 1:23 pm
IRC Username: hirato

Re: Compile errors.

Post by Hirato »

make -C src/enet distclean
(enet instead of src/enet if in src)

compile as normal
This is not a url, clicking it is pointless
Locked