← Back to team overview

kicad-developers team mailing list archive

Re: Trouble compiling under windows

 

Yeah agreed, spaces in paths isn't great.
But I had expected that a tool which was supposed to be targeting use under
Windows would accommodate the Microsoft enforced paradigms, like spaces in
paths.
Even more ironic of course that the entire reason the tool exists is to
generate Windows Resource files, which would also have these same
Microsoft-isms about them ;)

There is a work around, but I'd still like to report it as a bug.  I imagine
it's trivial to fix, just a case of double quoting something prior to
passing it on.


Regards,
Bevan Weiss

-----Original Message-----
From: Kicad-developers
[mailto:kicad-developers-bounces+bevan.weiss=gmail.com@xxxxxxxxxxxxxxxxxxx]
On Behalf Of jp charras
Sent: Sunday, 3 January 2016 11:32 PM
To: kicad-developers@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Kicad-developers] Trouble compiling under windows

Le 03/01/2016 13:15, Bevan Weiss a écrit :
> I did reduce it down so that it was just the windres.exe from the MSYS2
package, and got the following result:
> 
> BevanWeiss@BevanWeiss-PC MSYS /C/KiCad/KiCad-Winbuilder/test folder $ 
> /C/KiCad/KiCad-Winbuilder/msys64/mingw64/bin/windres.exe --version GNU 
> windres (GNU Binutils) 2.25.1 Copyright (C) 2014 Free Software 
> Foundation, Inc.
> This program is free software; you may redistribute it under the terms 
> of the GNU General Public License version 3 or (at your option) any later
version.
> This program has absolutely no warranty.
> 
> BevanWeiss@BevanWeiss-PC MSYS /C/KiCad/KiCad-Winbuilder/test folder $ 
> /C/KiCad/KiCad-Winbuilder/msys64/mingw64/bin/windres.exe
-I"/C/Kicad/KiCad-Winbuilder/test folder"
> gcc: error: folder: No such file or directory
> C:\KiCad\KiCad-Winbuilder\msys64\mingw64\bin\windres.exe: preprocessing
failed.

To tell the true, for many reasons, using spaces and special chars in paths
is really unreasonable, for a developer.

--
Jean-Pierre CHARRAS

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp



References