Skip to content
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

icbuild.py doesn't run in Windows #1

Open
esodan opened this issue Jan 22, 2016 · 4 comments
Open

icbuild.py doesn't run in Windows #1

esodan opened this issue Jan 22, 2016 · 4 comments

Comments

@esodan
Copy link

esodan commented Jan 22, 2016

I'm trying to execute from command line in Windows:

python icbuild.py

it fails at line 32 on icbuild module, fails to find jhbuild module to import jhbuild.environment

Where can I get jhbuild module and install in my Windows Box?

@nacho
Copy link
Collaborator

nacho commented Jan 22, 2016

yes, icbuild is still far from working, any help to get it working would be great. See that it should be run with pyhon3 though

@nacho
Copy link
Collaborator

nacho commented Jan 22, 2016

see that icbuild is a fork from jhbuild, so you need to read the code an check what needs to be renamed and or fixed.

@esodan
Copy link
Author

esodan commented Jan 23, 2016

Do you mean icbuild should download and compile modules? Why don't simply
patch jhbuild to be executed on Windows?

Are there a way to create VS projects files to build Gtk and develop
applications against it?
El ene. 22, 2016 3:07 PM, "Ignacio Casal Quinteiro" <
[email protected]> escribió:

see that icbuild is a fork from jhbuild, so you need to read the code an
check what needs to be renamed and or fixed.


Reply to this email directly or view it on GitHub
#1 (comment).

@pbor
Copy link
Collaborator

pbor commented Jan 23, 2016

What nacho meant is that icbuild is still not ready at all, the idea behind it was to have something like jhbuild for windows, but since these days jhbuild is pretty big and complex, we tried out with "icbuild" taking only small parts and trying to build something more minimalistic.

icbuild is definitely not ready to be used.

If you are just looking for a script to build gtk and use it your app, at the moment yuo should use https://github.com/wingtk/gtk-win32 that's what we use in production for our apps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants