[gtkada] GtkAda 2.0 on Windows?
Logan O'Sullivan Bruns
logan at gedanken.org
Fri Feb 7 18:53:09 CET 2003
Thanks! Building from CVS worked great.
testgtk works great with the exception of opengl that configure disabled.
How do I build in opengl support under windows?
- logan
> -----Original Message-----
> From: gtkada-admin at lists.act-europe.fr
> [mailto:gtkada-admin at lists.act-europe.fr]On Behalf Of Jeffrey Creem
> Sent: Thursday, February 06, 2003 5:51 PM
> To: gtkada at lists.act-europe.fr
> Cc: logan at gedanken.org
> Subject: Re: [gtkada] GtkAda 2.0 on Windows?
>
>
> use the CVS version and pay careful attention to the INSTALL notes related
> to windows.
>
>
> The file says
>
> (cd src; patch -p0 < ../contrib/gtkada-2.0-win32.diff)
> $ CC='gcc-3.2 -mms-bitfields' ./configure --prefix=<install_dir> \
> --build=i386-pc-mingw32
> $ make install
>
> Do the patch as suggested but then do (assuming SH or BASH shell)
>
> CC='gcc-3.2 -mms-bitfields'
> export CC
> ./configure --prefix=<install_dir> --build=i386-pc-mingw32
> --target=i386-p
> c-mingw32
> make
> make install
>
>
> Not sure the -- target is really needed with the --build..But
> that is what I
> did and it worked.
> Also the CC redefine is very important and is the primary source of your
> problem.
>
>
>
> ----- Original Message -----
> From: "Logan O'Sullivan Bruns" <logan at gedanken.org>
> To: <gtkada at lists.act-europe.fr>
> Sent: Thursday, February 06, 2003 11:44 AM
> Subject: RE: [gtkada] GtkAda 2.0 on Windows?
>
>
> > It compiles for me with gcc 3.2.1 on windows but when I run testgtk it
> > doesn't work properly. The window looks the same as when I run it under
> > solaris or macosx but when I open the tree on the left and select a demo
> it
> > doesn't load into the right panel. I can fold and unfold the
> tree and tab
> > through the notebook. Just not select any individual test.
> >
> > I'm wondering if this is because I'm compiling from the tar off the
> website.
> > Would I have better success if I compiled off of CVS?
> >
> > Thanks,
> > logan
> >
> > p.s. I get the digest so it might take a while for me to respond.
> >
> > > -----Original Message-----
> > > From: gtkada-admin at lists.act-europe.fr
> > > [mailto:gtkada-admin at lists.act-europe.fr]On Behalf Of Stephane Riviere
> > > Sent: Wednesday, February 05, 2003 8:57 AM
> > > To: gtkada at lists.act-europe.fr
> > > Subject: Re: [gtkada] GtkAda 2.0 on Windows?
> > >
> > >
> > > >
> > > >
> > > >I thought I read somewhere that somebody had managed to
> compile GtkAda
> > > >2.0 on windows? Anybody here succeded? Anybody know where the
> bottleneck
> > > >is to getting it compiled?
> > > >
> > > Yes it's me :)
> > >
> > > But it's not (still) working here (with gnatgcc 3.3) (exception raise
> > > when launching testgtk)
> > >
> > > Jeffrey creem has succed (I think he reads this list) (with
> gnatgcc 3.2)
> > >
> > > I can provided to you a step by step "how-to"...
> > >
> > > Regards from France
> > >
> > > Stephane Riviere (Oleron Island)
> > >
> > >
> > >
> >
> >
> > _______________________________________________
> > gtkada mailing list
> > gtkada at lists.act-europe.fr
> > http://lists.act-europe.fr/mailman/listinfo/gtkada
> >
>
>
>
More information about the gtkada
mailing list