-
Notifications
You must be signed in to change notification settings - Fork 20
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
Precision for Win32 build procedures #11
Comments
Hello @ohenley,
Good luck! We know that building under Windows is tricky! |
Thank you for the precisions! You wrote "/usr/include, not /usr/include". I think you did a typo... can you amend?. |
amended! |
adacore-bot
pushed a commit
that referenced
this issue
Sep 24, 2024
adacore-bot
pushed a commit
that referenced
this issue
Nov 4, 2024
adacore-bot
pushed a commit
that referenced
this issue
Nov 4, 2024
Drop usage of binary compatibility function versions. Closes #11 See merge request eng/ide/gtkada!23
adacore-bot
pushed a commit
that referenced
this issue
Nov 6, 2024
Drop usage of binary compatibility function versions. Closes #11 See merge request eng/ide/gtkada!23 (cherry picked from commit 8976d7e) 8bc89a7 Drop usage of binary compatibility function versions. Co-authored-by: Max Reznik <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
In the INSTALL file we can read the following:
If you are under Windows, you need to use GCC 4.7 (or later) to build the
C files, and a unix-like environment (e.g. cygwin or msys) where the paths
correspond to real Windows path (for instance by installing cygwin under
the root directory). You can use an older GCC version for the Ada files
(gnatmake). Under sh:
$ (cd src; patch -p0 < ../contrib/gtkada-2.10-win32.diff)
$ CC='gcc-4.7 -mms-bitfields' ./configure --prefix=<install_dir>
--build=i686-pc-mingw32
I would need the following precisions:
correspond to real Windows path (for instance by installing cygwin under
the root directory)." What root directory? Which paths ... should correspond to real Windoes path?
I ask because I tried many combinations and nothing ends up working. Compilation of misc-generated.c fails to find #include <gtk.h> which I have under [cygwin_install_dir]/usr/include/gtk-3/gtk/gtk.h
Thank you.
The text was updated successfully, but these errors were encountered: