Ticket #208 (closed defect: invalid)
Compiling with extra libraries in Windows doesn't work with whitespaces in platform folder
| Reported by: | neothemachine | Owned by: | dons |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | Platform | Keywords: | |
| Cc: | maik.riechert@… |
Description
I tried to do the following:
cabal install monadiccp --flags="RuntimeGecode? Debug" --extra-lib-dirs="D:\Programme\Gecode\bin;D:\Programme\Gecod
e\lib" --extra-include-dirs=D:\Programme\Gecode\include\ --reinstall
But that didn't work. The errors I saw with -v3 indicate that gcc.exe is somehow executed wrongly, e.g.:
realgcc.exe: Platform\2012.2.0.0\lib\time-1.4\include -ID:\programme\Haskell:Invalid argument
It cuts off at the first whitespace, as if there are no " " around the paths. See the attached log file.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
