[Gambas-user] Gambas2 and 3 on Suse 11.4

munix9 munix9 at ...1601...
Tue May 17 10:04:11 CEST 2011


hi,

take a look at http://software.opensuse.org/search to find the packages, eg.
http://software.opensuse.org/search?q=gambas2&baseproject=openSUSE%3A11.4&lang=de&exclude_debug=true

currently there exists two official repos with gambas2 packages:
http://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_11.4/
http://download.opensuse.org/repositories/Education/openSUSE_11.4/

to (temporary) fix the "-ljscore" thing, I've patched the official
libqt4 opensuse sources:

for an updated opensuse 11.4 with libqt4-4.7.1
https://build.opensuse.org/project/monitor?project=home%3Amunix9%3AopenSUSE%3A11.4%3AUpdate
the package which includes jscore is libQtWebKit-devel

for an "extended" opensuse 11.4 with libqt4-4.7.3
https://build.opensuse.org/project/show?project=home%3Amunix9%3AopenSUSE%3A11.4%3AExtended
the package which includes jscore is libQtWebKit-devel

basic tests for compiling gambas 3 were successful with these packages -
if I have more time, I will make the gambas3 packages available in my
obs repo.

ciao
paolo


Am 17.05.2011 08:37, schrieb Rolf-Werner Eilert:
> Am 17.05.2011 01:14, schrieb Benoît Minisini:
>>> Good morning everyone,
>>>
>>> Over the weekend I tried to compile Gambas 2 and 3 on a freshly set up
>>> Suse 11.4 32 bit. There were problems, however, so I include the output
>>> for the two runs.
>>>
>>> By the way: does anyone know if there is a repo for Suse 11.4 that holds
>>> an official Gambas2 version?
>>>
>>> Thanks for your hints!
>>>
>>> Rolf
>>
>> 1) You must be root to run "make install".
>>
>> 2) The "cannot find -ljscore" error for Gambas 3 may be a bug in the 'pkg-
>> config' configuration files provided by OpenSuSE.
>>
>> To check that, please run the following commands and tell me the output:
>>
>> $ pkg-config --libs-only-l QtWebKit
>> ...
>> $ pkg-config --libs-only-L QtWebKit
>> ...
>> $ pkg-config --libs-only-other QtWebKit
>> ...
>>
>> Regards,
>>
> 
> 1) I know, but it never came to that point...
> 
> 2) Only the first one has a result:
> 
> -lQtWebKit -lQtGui -lQtNetwork -lQtCore
> 
> Does this tell you something?
> 
> Regards
> 
> Rolf
> 
> 
> P. S.: Have you got a webserver meanwhile like you were searching for?
> 
> 
> ------------------------------------------------------------------------------
> Achieve unprecedented app performance and reliability
> What every C/C++ and Fortran developer should know.
> Learn how Intel has extended the reach of its next-generation tools
> to help boost performance applications - inlcuding clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> 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