[Gambas-user] compiling 0.94 under SuSE 9.1

Hans-Martin Bundeshund bundeshund at ...467...
Wed Jun 23 17:08:11 CEST 2004


Hello Michael,

I have same configure here as you have: SuSE 9.1, KDE 3.2.3 ( all updated via 
yast) and have installed gambas-0.94 out of the box. On what point you ran 
into trouble?

regards,
HM



Am Mittwoch, 23. Juni 2004 15:03 schrieb Michael Bergmann:
> Maybe this might be of help for the SuSE fraction among us: The following
> is my configuration script to compile gambas 0.94 under SuSE 9.1 pro with
> updated KDE 3.2.3. Personally, I prefer having gambas in my /opts
> directory, therefore I kept the default install path.
> ____________ snipp ____________________________________
> #! /bin/bash
> ../configure \
>   --with-kde-libraries=/opt/kde3/lib \
>   --with-kde-includes=/opt/kde3/include \
>   --with-qt-libraries=/usr/lib/qt3/lib \
>   --with-qt-includes=/usr/lib/qt3/include \
>   --with-moc=/usr/bin/ \
>   --with-pgsql-includes=/usr/include/pgsql/ \
>   --with-pgsql-libraries=/usr/lib/postgresql/ \
>   --with-mysql-includes=/usr/include/mysql/ \
>   --with-mysql-libraries=/usr/lib \
>   --enable-optimization\
>   --enable-shared
> # --disable-preloading
> #--prefix=/usr \
> #--libdir=/lib \
> make
> make install
> _________________________ snipp _______________________________________
> This compiles without probs over here, hope you can use it. Just save it
> with an approbate name into your build directory and start it something
> like "./myconfigure.sh" with root rights
>
> regards,
>
> Michael
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by Black Hat Briefings & Training.
> Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
> digital self defense, top technical experts, no vendor pitches,
> unmatched networking opportunities. Visit www.blackhat.com
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user




More information about the User mailing list