project-navigation
Personal tools

Author Topic: [GIT] Small issues in build/models.mk and build/data.mk Makefiles  (Read 2129 times)

Offline MarcoBi

  • Rookie
  • ***
  • Posts: 19
    • View Profile
[GIT] Small issues in build/models.mk and build/data.mk Makefiles
« on: September 29, 2010, 12:05:13 pm »
After successully compiling Git version, I've found two issues in two makefiles:

a) in build/models.mk I had to change UFOMODEL = ./ufomodel to UFOMODEL = ./ufomodel$(EXE_EXT) while crosscompiling (but maybe a sym link shoud be enough)

b) in build/data.mk I always get a too long command line while packing, this issue doesn't happen with latest SVN version (make output attached)

I'm wrong as usual?

 


Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: [GIT] Small issues in build/models.mk and build/data.mk Makefiles
« Reply #1 on: September 29, 2010, 12:22:22 pm »
the first error is fixed - the second not

i don't have a working solution yet - though i've changed the way it works in latest git master revision:
  http://ufoai.git.sourceforge.net/git/gitweb.cgi?p=ufoai/ufoai;a=commitdiff;h=7d351d4da7fdc9ac7673193bf6079ba338bdf2a2

that might fix the issue, too - not sure (and i doubt, because the amount of files is still the same).

Offline MarcoBi

  • Rookie
  • ***
  • Posts: 19
    • View Profile
Re: [GIT] Small issues in build/models.mk and build/data.mk Makefiles
« Reply #2 on: September 29, 2010, 12:50:50 pm »
the first error is fixed - the second not

i don't have a working solution yet - though i've changed the way it works in latest git master revision:
  http://ufoai.git.sourceforge.net/git/gitweb.cgi?p=ufoai/ufoai;a=commitdiff;h=7d351d4da7fdc9ac7673193bf6079ba338bdf2a2

that might fix the issue, too - not sure (and i doubt, because the amount of files is still the same).

You're wrong... it's fixed (for me). I was going to suggest to put the list of files to be compressed to a text file and feed 7z with it.