retropolio team mailing list archive
-
retropolio team
-
Mailing list archive
-
Message #00007
[Bug 504616] Re: addToMakefile is missing GCCFLAGS and forward slashes needs escaping
Still errors with forward slashes.
Changed the sed-command's separator from / to % and we no longer have
issues with that, until we find a file or path with %. Problem postponed
is problem solved, right?
Please update this to your branches as well.
Makefile needs this:
CC= g++ -Wall -lGL -lSDL -lSDLmain -lSDL_mixer -lSDL_image -lSDL_ttf -I/usr/include/SDL -lboost_thread -lboost_system
rather than:
CC= g++ -Wall
** Attachment added: "patch that really fix the bug."
http://launchpadlibrarian.net/37607529/addToMakefile_504616.patch
** Attachment removed: "patch to fix the bug."
http://launchpadlibrarian.net/37606197/addToMakefile_504616.patch
--
addToMakefile is missing GCCFLAGS and forward slashes needs escaping
https://bugs.launchpad.net/bugs/504616
You received this bug notification because you are a member of
retropolio, which is the registrant for RTS-peli.
Status in RTS-peli: New
Bug description:
We currently have this:
GCCFLAGS=""
while it should be this (because of our depencies):
GCCFLAGS="-lGL -lSDL -lSDLmain -lSDL_mixer -lSDL_image -lSDL_ttf -I/usr/include/SDL -lboost_thread -lboost_system"
And because that brings extra characters to dependency-lines, they need to be whitelisted as well.
References