Re: [Kicad-developers] Windows build error.

2019-04-08 Thread Wayne Stambaugh
On 4/8/2019 11:24 AM, jp charras wrote:
> Le 08/04/2019 à 17:10, Wayne Stambaugh a écrit :
>> According to `git bisect`, commit
>> 77f15eeeaf89a5d2179ee800f6faa11faf718d0e broke windows builds (32 and 64
>> bits) with the following error:
>>
>> C:/msys64/home/wstambaugh/src/kicad-trunk/kicad/import_project.cpp:144:46:
>> error: conversion from 'wxString' to non-scalar type
>> 'std::__cxx11::string {aka std::__cxx11::basic_string}' requested
>>  std::string packet = wxString::Format( "%d\n%s",
>> SCH_IO_MGR::SCH_EAGLE, sch.GetFullPath() );
> 
> I just committed the fix.
> 

Thanks JP!

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


Re: [Kicad-developers] Windows build error.

2019-04-08 Thread jp charras
Le 08/04/2019 à 17:10, Wayne Stambaugh a écrit :
> According to `git bisect`, commit
> 77f15eeeaf89a5d2179ee800f6faa11faf718d0e broke windows builds (32 and 64
> bits) with the following error:
> 
> C:/msys64/home/wstambaugh/src/kicad-trunk/kicad/import_project.cpp:144:46:
> error: conversion from 'wxString' to non-scalar type
> 'std::__cxx11::string {aka std::__cxx11::basic_string}' requested
>  std::string packet = wxString::Format( "%d\n%s",
> SCH_IO_MGR::SCH_EAGLE, sch.GetFullPath() );

I just committed the fix.


-- 
Jean-Pierre CHARRAS

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


Re: [Kicad-developers] Windows build error.

2019-04-08 Thread Nick Østergaard
Fails on linux as well

man. 8. apr. 2019 17.12 skrev Wayne Stambaugh :

> According to `git bisect`, commit
> 77f15eeeaf89a5d2179ee800f6faa11faf718d0e broke windows builds (32 and 64
> bits) with the following error:
>
> C:/msys64/home/wstambaugh/src/kicad-trunk/kicad/import_project.cpp:144:46:
> error: conversion from 'wxString' to non-scalar type
> 'std::__cxx11::string {aka std::__cxx11::basic_string}' requested
>  std::string packet = wxString::Format( "%d\n%s",
> SCH_IO_MGR::SCH_EAGLE, sch.GetFullPath() );
>
> ^~
> C:/msys64/home/wstambaugh/src/kicad-trunk/kicad/import_project.cpp:186:46:
> error: conversion from 'wxString' to non-scalar type
> 'std::__cxx11::string {aka std::__cxx11::basic_string}' requested
>  std::string packet = wxString::Format( "%d\n%s", IO_MGR::EAGLE,
> pcb.GetFullPath() );
>
> ^~
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] Windows build error.

2019-04-08 Thread Wayne Stambaugh
According to `git bisect`, commit
77f15eeeaf89a5d2179ee800f6faa11faf718d0e broke windows builds (32 and 64
bits) with the following error:

C:/msys64/home/wstambaugh/src/kicad-trunk/kicad/import_project.cpp:144:46:
error: conversion from 'wxString' to non-scalar type
'std::__cxx11::string {aka std::__cxx11::basic_string}' requested
 std::string packet = wxString::Format( "%d\n%s",
SCH_IO_MGR::SCH_EAGLE, sch.GetFullPath() );

^~
C:/msys64/home/wstambaugh/src/kicad-trunk/kicad/import_project.cpp:186:46:
error: conversion from 'wxString' to non-scalar type
'std::__cxx11::string {aka std::__cxx11::basic_string}' requested
 std::string packet = wxString::Format( "%d\n%s", IO_MGR::EAGLE,
pcb.GetFullPath() );

^~

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