Can't build pak64 August 17, 2010, 04:19:41 pm When I upgraded my pak64 source files to r310, pak64 would no longer build. I get the following warnings:Makefile:83: warning: overriding commands for target `ground'Makefile:73: warning: ignoring old commands for target `ground'Then it errors following:OUTSIDE with REVISION and groundsThe trouble seems to have crept in at r301. r300 builds fine. Quote Selected
Re: Can't build pak64 Reply #1 – August 17, 2010, 06:20:04 pm I think you have to compile Makeobj from the sources before building pak64. Quote Selected
Re: Can't build pak64 Reply #2 – August 17, 2010, 08:55:43 pm I do that, otherwise r300 would not build either. Quote Selected
Re: Can't build pak64 Reply #3 – August 18, 2010, 09:03:46 am I get the warnings, but it builds fine otherwise. But I forgot to comment a line out in the makefile. Quote Selected
Re: Can't build pak64 Reply #4 – August 18, 2010, 06:42:32 pm That took care of the warnings.I have also found out what made my build failed. It's svn info | grep "Revision: ". The word "Revision" does not exist in the output of svn info, since it is localized.A quick-fix for me was to localize the Makefile. Not sure what this text is used for, or whether localizing it will have any bad effects, but everything seems to be working. Quote Selected
Re: Can't build pak64 Reply #5 – August 18, 2010, 07:46:23 pm I use a german and english and it was not. But next version uses svnversion command. Unfourtunately it runs only against a remote server, but it returns only the number. Quote Selected