-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Native Windows build #71
Comments
I have not been able to get to this no. On Fri, Jun 5, 2015, 4:38 PM Matt Keeter notifications@github.com wrote:
|
I wish this build comes soon, i tried building one on xubuntu and it failed (i'm a windows user) |
I am interested in a Windows build too. |
Any news on a Windows binary? I'm using the v0.8.0 on a Xubuntu virtual machine, but that's a little sketchy. |
I am absolutely flat broke, but if someone either has or wants to make some money..... |
No news on Windows binaries. I've had a few pings from people interested, but no solid followup yet. Any reason why you're still on 0.8.0? That's a pretty old release... |
|
I seeded an tiny bounty on Bountysource. Anyone else up for a buck or two? |
Anybody willing to have mercy on us poor Windows shlubs? Some of just don't have the time to learn a complete coding environment to compile a single program. |
I had my annual fight against Windows; unlike in past years, I came out victorious: Everything is merged into the Building an installer is a whole different can of worms, and something I'll punt on for now. @DeadlyDad – want to try following those instructions and see if you can get something running? |
Awesome! I'll give it a try sometime soon :) |
Thanks! Trying...
Issues:
1. Instructions say '/mingw64/home/$USERNAME'. Should be
'\msys64\home\$USERNAME'?
2. Couldn't compile Boost. Help! Error:
spamt@DESKTOP-D1M1OJ0 MSYS ~/boost_1_63_0
…
$ cd ~/boost_1_63_0
> ***@***.*** MSYS ~/boost_1_63_0
$ ./bootstrap.sh
Building Boost.Build engine with toolset ...
Failed to build Boost.Build build engine
Consult 'bootstrap.log' for more details
> ***@***.*** MSYS ~/boost_1_63_0
$ ls
boost boost.png boostcpp.jam bootstrap.log doc
> index.html Jamroot LICENSE_1_0.txt rst.css tools
boost.css boost-build.jam bootstrap.bat bootstrap.sh index.htm
> INSTALL libs more status
> ***@***.*** MSYS ~/boost_1_63_0
$ cat bootstrap.log
###
### Using 'kcc' toolset.
###
rm -rf bootstrap
mkdir bootstrap
KCC -o bootstrap/jam0 command.c compile.c constants.c debug.c execcmd.c
> frames.c function.c glob.c hash.c hdrmacro.c headers.c jam.c jambase.c
> jamgram.c lists.c make.c make1.c object.c option.c output.c parse.c
> pathsys.c regexp.c rules.c scan.c search.c subst.c timestamp.c variable.c
> modules.c strings.c filesys.c builtins.c class.c cwd.c native.c md5.c
> w32_getreg.c modules/set.c modules/path.c modules/regex.c
> modules/property-set.c modules/sequence.c modules/order.c execunix.c
> fileunix.c pathunix.c
Usage: : KCC [--version] [--help] command ..
>
On 17 January 2017 at 18:20, Carlos J. López ***@***.***> wrote:
Awesome! I'll give it a try sometime soon :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#71 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMmO9Z2k-hH_aE2ed32RAT_Nf7Ienxt8ks5rTXcLgaJpZM4E6GaG>
.
|
Okay, clarified in 8fd10a9
I'm not totally sure what's going on here, but it looks like you're in the wrong MSYS shell. You should be opening the "MSYS2 MinGW 64-bit" shell application, which has a prompt containing
Can you try opening the correct shell and walking through the directions again? |
1. Thanks.
2. 🤦 I didn't pay enough attention. It just popped up a
console, and I assumed that it was the right one. Thanks for setting me
right.
3. Got much further, but there was a *HUGE* wall of text that looked
like errors(?) as shown in the first quote, but seemed to produce...
something.
… 1. ...patience...
2. ...patience...
3. ...found 1861 targets...
4. ...updating 78 targets...
5. common.mkdir stage
6. common.mkdir stage\lib
7. common.mkdir bin.v2\libs
8. common.mkdir bin.v2\libs\python
9. common.mkdir bin.v2\libs\python\build
10. common.mkdir bin.v2\libs\python\build\gcc-mingw-6.3.0
11. common.mkdir bin.v2\libs\python\build\gcc-mingw-6.3.0\debug
12. common.mkdir
bin.v2\libs\python\build\gcc-mingw-6.3.0\debug\link-static
13. common.mkdir
bin.v2\libs\python\build\gcc-mingw-6.3.0\debug\link-static\threading-multi
14. gcc.compile.c++
bin.v2\libs\python\build\gcc-mingw-6.3.0\debug\link-static\threading-multi\numeric.o
15. In file included from ./boost/python/detail/is_xxx.hpp:8:0,
16. from ./boost/python/detail/is_auto_ptr.hpp:9,
17. from
./boost/python/detail/copy_ctor_mutates_rhs.hpp:8,
18. from ./boost/python/detail/value_arg.hpp:7,
19. from ./boost/python/object/forward.hpp:13,
20. from ./boost/python/object/pointer_holder.hpp:16,
21. from ./boost/python/to_python_indirect.hpp:10,
22. from
./boost/python/converter/arg_to_python.hpp:10,
23. from ./boost/python/call.hpp:15,
24. from ./boost/python/object_core.hpp:14,
25. from ./boost/python/object.hpp:9,
26. from ./boost/python/tuple.hpp:10,
27. from ./boost/python/numeric.hpp:10,
28. from libs\python\src\numeric.cpp:6:
29. ./boost/python/detail/is_auto_ptr.hpp:17:40: warning:
'template<class> class std::auto_ptr' is deprecated
[-Wdeprecated-declarations]
30. BOOST_PYTHON_IS_XXX_DEF(auto_ptr, std::auto_ptr, 1)
31. ^
32. ./boost/detail/is_xxx.hpp:20:4: note: in definition of macro
'BOOST_DETAIL_IS_XXX_DEF'
33. qualified_name< BOOST_PP_ENUM_PARAMS_Z(1, nargs, T) > \
34. ^~~~~~~~~~~~~~
35. ./boost/python/detail/is_auto_ptr.hpp:17:1: note: in expansion of
macro 'BOOST_PYTHON_IS_XXX_DEF'
36. BOOST_PYTHON_IS_XXX_DEF(auto_ptr, std::auto_ptr, 1)
37. ^~~~~~~~~~~~~~~~~~~~~~~
38. In file included from
C:/msys64/mingw64/include/c++/6.3.0/memory:81:0,
39. from ./boost/config/no_tr1/memory.hpp:21,
40. from ./boost/get_pointer.hpp:14,
41. from ./boost/python/object/pointer_holder.hpp:11,
42. from ./boost/python/to_python_indirect.hpp:10,
43. from
./boost/python/converter/arg_to_python.hpp:10,
44. from ./boost/python/call.hpp:15,
45. from ./boost/python/object_core.hpp:14,
46. from ./boost/python/object.hpp:9,
47. from ./boost/python/tuple.hpp:10,
48. from ./boost/python/numeric.hpp:10,
49. from libs\python\src\numeric.cpp:6:
50. C:/msys64/mingw64/include/c++/6.3.0/bits/unique_ptr.h:49:28: note:
declared here
51. template<typename> class auto_ptr;
52. ^~~~~~~~
53. gcc.compile.c++
bin.v2\libs\python\build\gcc-mingw-6.3.0\debug\link-static\threading-multi\list.o
54. In file included from ./boost/python/detail/is_xxx.hpp:8:0,
55. from ./boost/python/detail/is_auto_ptr.hpp:9,
56. from
./boost/python/detail/copy_ctor_mutates_rhs.hpp:8,
57. from ./boost/python/detail/value_arg.hpp:7,
58. from ./boost/python/object/forward.hpp:13,
59. from ./boost/python/object/pointer_holder.hpp:16,
60. from ./boost/python/to_python_indirect.hpp:10,
61. from
./boost/python/converter/arg_to_python.hpp:10,
62. from ./boost/python/call.hpp:15,
63. from ./boost/python/object_core.hpp:14,
64. from ./boost/python/object.hpp:9,
65. from ./boost/python/list.hpp:10,
66. from libs\python\src\list.cpp:5:
67. ./boost/python/detail/is_auto_ptr.hpp:17:40: warning:
'template<class> class std::auto_ptr' is deprecated
[-Wdeprecated-declarations]
68. BOOST_PYTHON_IS_XXX_DEF(auto_ptr, std::auto_ptr, 1)
69. ^
70. ./boost/detail/is_xxx.hpp:20:4: note: in definition of macro
'BOOST_DETAIL_IS_XXX_DEF'
71. qualified_name< BOOST_PP_ENUM_PARAMS_Z(1, nargs, T) > \
72. ^~~~~~~~~~~~~~
73. ./boost/python/detail/is_auto_ptr.hpp:17:1: note: in expansion of
macro 'BOOST_PYTHON_IS_XXX_DEF'
74. BOOST_PYTHON_IS_XXX_DEF(auto_ptr, std::auto_ptr, 1)
75. ^~~~~~~~~~~~~~~~~~~~~~~
76. In file included from
C:/msys64/mingw64/include/c++/6.3.0/memory:81:0,
77. from ./boost/config/no_tr1/memory.hpp:21,
78. from ./boost/get_pointer.hpp:14,
79. from ./boost/python/object/pointer_holder.hpp:11,
80. from ./boost/python/to_python_indirect.hpp:10,
81. from
./boost/python/converter/arg_to_python.hpp:10,
82. from ./boost/python/call.hpp:15,
83. from ./boost/python/object_core.hpp:14,
84. from ./boost/python/object.hpp:9,
85. from ./boost/python/list.hpp:10,
86. from libs\python\src\list.cpp:5:
87. C:/msys64/mingw64/include/c++/6.3.0/bits/unique_ptr.h:49:28: note:
declared here
88. template<typename> class auto_ptr;
89. ^~~~~~~~
...
1. The Boost C++ Libraries were successfully built!
2.
3. The following directory should be added to compiler include paths:
4.
5. C:\msys64\home\spamt\boost_1_63_0
6.
7. The following directory should be added to linker library paths:
8.
9. C:\msys64\home\spamt\boost_1_63_0\stage\lib
10.
11.
12. ***@***.*** MINGW64 ~/boost_1_63_0
13. $
14.
15. ***@***.*** MINGW64 ~/boost_1_63_0
16. $ cd stage/lib
17.
18. ***@***.*** MINGW64 ~/boost_1_63_0/stage/lib
19. $ mv libboost_python-mgw63-mt-1_63.a libboost_python3-mt.a
20.
21. ***@***.*** MINGW64 ~/boost_1_63_0/stage/lib
22. $ cd ~
23. mkdir build
24. cd build
25. BOOST_ROOT=~/boost_1_63_0/ BOOST_LIBRARYDIR=~/boost_1_63_0/stage/
cmake -G"MSYS Makefiles" ..
26.
27. ***@***.*** MINGW64 ~
28. $ git clone https://github.com/mkeeter/antimony
29. Cloning into 'antimony'...
30. remote: Counting objects: 22795, done.
31. remote: Compressing objects: 100% (22/22), done.
32. remote: Total 22795 (delta 5), reused 0 (delta 0), pack-reused
22773
33. Receiving objects: 100% (22795/22795), 4.23 MiB | 1.15 MiB/s, done.
34. Resolving deltas: 100% (16030/16030), done.
35. Checking out files: 100% (715/715), done.
36.
37. ***@***.*** MINGW64 ~
38. $ cd antimony
39.
40. ***@***.*** MINGW64 ~/antimony
41. $ mkdir build
42.
43. ***@***.*** MINGW64 ~/antimony
44. $ cd build
45.
46. ***@***.*** MINGW64 ~/antimony/build
47. S Makefiles" ..boost_1_63_0/
BOOST_LIBRARYDIR=~/boost_1_63_0/stage/ cmake -G"MSY
48. CMake Error: CMake was unable to find a build program
corresponding to "MSYS Makefiles". CMAKE_MAKE_PROGRAM is not set. You
probably need to select a different build tool.
49. CMake Error: CMake was unable to find a build program
corresponding to "MSYS Makefiles". CMAKE_MAKE_PROGRAM is not set. You
probably need to select a different build tool.
50. CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
51. CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
52. CMake Error: CMAKE_AR was not found, please set to archive program.
53. -- Configuring incomplete, errors occurred!
54.
On 22 January 2017 at 07:30, Matt Keeter ***@***.***> wrote:
1. Instructions say '/mingw64/home/$USERNAME'. Should be
'\msys64\home$USERNAME'?
Okay, clarified in 8fd10a9
<8fd10a9>
1. Couldn't compile Boost. Help!
I'm not totally sure what's going on here, but it looks like you're in the
wrong MSYS shell. You should be opening the "MSYS2 MinGW 64-bit" shell
application, which has a prompt containing MINGW64:
- My prompt is ***@***.*** MINGW64 ~/boost_1_63_0
- Yours is ***@***.*** MSYS ~/boost_1_63_0
Can you try opening the correct shell and walking through the directions
again?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#71 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMmO9Z7gs6Q48vI_SXnzb1C0hF2vVCuoks5rU3YngaJpZM4E6GaG>
.
|
Relevant to [this comment](#71 (comment))
Okay, I think the issue is the path to Updated the docs in commit 48fdfc6 |
spamt@DESKTOP-D1M1OJ0 MINGW64 ~/antimony/build
$ BOOST_ROOT=~/boost_1_63_0/ BOOST_LIBRARYDIR=~/boost_1_63_0/stage/ cmake
-G"MSYS Makefiles" ..
CMake Error: CMake was unable to find a build program corresponding to
"MSYS Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to
select a different build tool.
CMake Error: CMake was unable to find a build program corresponding to
"MSYS Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to
select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_AR was not found, please set to archive program.
-- Configuring incomplete, errors occurred!
…On 24 January 2017 at 15:44, Matt Keeter ***@***.***> wrote:
BOOST_ROOT=~/boost_1_63_0/ BOOST_LIBRARYDIR=~/boost_1_63_0/stage/
/mingw64/bin/cmake -G"MSYS Makefiles" .
|
(Sorry. Pasted the wrong one.)
spamt@DESKTOP-D1M1OJ0 MINGW64 ~/antimony/build
$ BOOST_ROOT=~/boost_1_63_0/ BOOST_LIBRARYDIR=~/boost_1_63_0/stage/
/mingw64/bin/cmake -G"MSYS Makefiles" ..
CMake Error: CMake was unable to find a build program corresponding to
"MSYS Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to
select a different build tool.
CMake Error: CMake was unable to find a build program corresponding to
"MSYS Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to
select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_AR was not found, please set to archive program.
-- Configuring incomplete, errors occurred!
…On 25 January 2017 at 07:05, Keith O ***@***.***> wrote:
***@***.*** MINGW64 ~/antimony/build
$ BOOST_ROOT=~/boost_1_63_0/ BOOST_LIBRARYDIR=~/boost_1_63_0/stage/ cmake
-G"MSYS Makefiles" ..
CMake Error: CMake was unable to find a build program corresponding to
"MSYS Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to
select a different build tool.
CMake Error: CMake was unable to find a build program corresponding to
"MSYS Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to
select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_AR was not found, please set to archive program.
-- Configuring incomplete, errors occurred!
On 24 January 2017 at 15:44, Matt Keeter ***@***.***> wrote:
> BOOST_ROOT=~/boost_1_63_0/ BOOST_LIBRARYDIR=~/boost_1_63_0/stage/
> /mingw64/bin/cmake -G"MSYS Makefiles" .
|
Okay, how about running When I do so, I get this list. Can you |
Hmmm... 'Twould appear I am missing some very important packages.
https://www.diffchecker.com/S6gfEbz1
…On 31 January 2017 at 05:14, Matt Keeter ***@***.***> wrote:
Okay, how about running pacman -Q in a MSYS MinGW64 shell to list
installed packages?
When I do so, I get this list
<https://gist.github.com/mkeeter/6f4b540047180670909ef9930e69edca>. Can
you diff that with your results and see what's missing?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#71 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMmO9R0OATRNJBwBpcGqAjWocE-na3Y8ks5rXzOcgaJpZM4E6GaG>
.
|
I think the important one that you're missing is |
Hi all. Im a Windows 10 user, with a enough clean system installation. I follow the instructions to build the Windows enviroment to work with Antimony, and after follow all the steps i could not compile the Antimony package. The problem seemed to be the Boost package, so i found a package that, added to the list of packaged installed with pacman, make my antimony runs in windows. I added this command: Pacman -S base-devel before the "clone and build antimony" part, and i could finally avoid the error after prompt "BOOST_ROOT= Hope this helps anyone. |
I got the same cmake configuration errors as DeadlyDad on the cmake step, and had to run |
And its working. Not entirely sure what to do next, but boom! |
@seantapscott could you write instruction how to build, on clean PC, |
I've started working on a native Windows build in this branch
(instructions emerging here).
Current blockers:
libpng
is being built without any symbols,python3.dll
Both of these are causing the linker to fail.
@s7726, have you gotten any farther with a native build?
The text was updated successfully, but these errors were encountered: