-
Notifications
You must be signed in to change notification settings - Fork 52
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
Windows compile #72
Comments
I nearly have take 2 of the win32 build bits ready to commit... maybe later tonight |
great. and somehow our configure.ac doesn't do pkg-config right if cross compiling with --target/--host AC_CANONICAL_SYSTEM doesn't help |
Can you be more specific? |
none of the necessary include/lib paths are included when compiling cant replicate it now because my reinstall of mingw is not complete enough i used ./autogen.sh --target=mingw32 --host=mingw32 --prefix=/usr/local/mingw32/ and did export PKG_CONFIG_PATH=/usr/local/mingw32/lib/pkgconfig |
I can't say what might be wrong from that description, although I'll not I am using the configure command I put in the WIN32_CROSS_COMPILE.txt file |
ok even if I use configure i get no paths. and how do you use pkg-config.exe? |
I'm using Wine to run pkg-config.exe. My new method doesn't use that, but it still relies on wine in one place - which can probably be avoided too. |
I would download the binaries from here: https://build.opensuse.org/project/show?project=windows%3Amingw%3Awin32 if you're building on windows - it'll save a lot of effort; it'd be even better to plug the last few bits (the minus-minus) packages into that framework - it's easy to fork & create your own repos based on that there & submit them back. I'd be happy to poke Fridrich (the maintainer) about that. |
no version information anywhere at those suse packages... But I now see that arch linux has gtk+-2.24.10 for mingw32 |
I've committed the jhbuild cross compiler infrastructure to git, and an NSIS based installer script. It might be a little fragile at first, but hopefully we can make it more robust over time - but the only thing left blocking an actual release is to get libreprap working on Windows. After that, I think we should do a 2.0 release. |
There's still a problem with the GL window. It doesn't resize properly and takes very long if I load a file.(Win7 64) |
https://github.com/tecan/QPrint3D qt might make a good windows alternative was thinking about using GCodeViz with it. |
Probably yes if someone would like to port it ...? |
maybe someone can tell which versions of libraries can be compiled on mingw32
and work with gtk+-2.20.1?
gettext
libiconv
glib
glibmm
gtkmm
atk
atkmm
gtkglext
gdkglext
cairo
cairomm
pango
pangomm
pangocairo
guile?
dbus?
freeglut
etc.???
The text was updated successfully, but these errors were encountered: