[Gambas-user] Configuration problems

Jussi Lahtinen jussi.lahtinen at gmail.com
Sun Jan 14 16:36:07 CET 2018


This is different problem. Doug's problem is with configuration. Probably
some dev package is missing or configuration does not find it for some
reason.

Doug, can you confirm/recheck that all the SDL related dev packages are
installed?


Jussi

On Sun, Jan 14, 2018 at 8:14 AM, Patrik Karlsson <patrik at trixon.se> wrote:

> I recently had a similar/same? problem with SDL2.
> https://lists.gambas-basic.org/pipermail/user/2018-January/062547.html
> It was due to changes in SDL and the solution for me was to edit the
> gambas source before building it.
> In gb.sdl2/src/audio/main.c, replace FLUIDSYNTH with MID like so:
> https://git.archlinux.org/svntogit/community.git/tree/
> trunk/sdl2_mixer.diff?h=packages/gambas3
>
>
> 2018-01-14 3:20 GMT+01:00 Doug Hutcheson <owlbrudder at gmail.com>:
>
>>
>>
>> On Sun, 2018-01-14 at 03:37 +0200, Jussi Lahtinen wrote:
>>
>> They aren't mandatory components. You can compile Gambas wihtout them.
>> However if you want to use jit or sdl you need to resolve those issues.
>> Anyone to be able to help further you need to tell us what is your system
>> exactly.
>>
>>
>> Jussi
>>
>> On Sun, Jan 14, 2018 at 2:23 AM, Doug Hutcheson <owlbrudder at gmail.com>
>> wrote:
>>
>> Hi everyone.
>>
>> I have been trying to get my configuration correct. Everything works,
>> but at the end of ./configure -C I see this:
>>
>> || THESE COMPONENTS ARE DISABLED:
>> || - gb.jit
>> || - gb.sdl2
>> || - gb.sdl2.audio
>>
>> I read the wiki at http://gambaswiki.org/wiki/install#t6 and changed my
>> configure command to 'env LLVM-CONFIG=llvm-config-3.5 ./configure -C',
>> but the problem is still there.
>>
>> The wiki page suggests looking in the INSTALL file for more
>> configuration suggestions, but the INSTALL file just says to refer to
>> the wiki.
>>
>> Should I try to resolve these issues and, if so, how?
>>
>> Thanks for any help,
>> Doug
>>
>> --------------------------------------------------
>>
>> This is the Gambas Mailing List
>> https://lists.gambas-basic.org/listinfo/user
>>
>> Hosted by https://www.hostsharing.net
>>
>>
>> --------------------------------------------------
>>
>> This is the Gambas Mailing Listhttps://lists.gambas-basic.org/listinfo/user
>>
>> Hosted by https://www.hostsharing.net
>>
>>
>> Thanks Jussi. Here is my system info:
>>
>> [System]
>> Gambas=3.10.90 ce6d6e7e9 (master)
>> OperatingSystem=Linux
>> Kernel=4.14.13-300.fc27.x86_64
>> Architecture=x86_64
>> Distribution=redhat Fedora release 27 (Twenty Seven)
>> Desktop=GNOME
>> Theme=Gtk
>> Language=en_AU.UTF-8
>> Memory=15860M
>>
>> [Libraries]
>> Cairo=libcairo.so.2.11510.0
>> DBus=libdbus-1.so.3.19.3
>> GStreamer=libgstreamer-1.0.so.0.1204.0
>> GTK+2=libgtk-x11-2.0.so.0.2400.31
>> OpenGL=libGL.so.1.0.0
>> SQLite=libsqlite3.so.0.8.6
>>
>> [Environment]
>> BASH_FUNC_module%%=() {  eval `/usr/bin/modulecmd bash $*`
>> }
>> BASH_FUNC_scl%%=() {  if [ "$1" = "load" -o "$1" = "unload" ]; then
>>  eval "module $@";
>>  else
>>  /usr/bin/scl "$@";
>>  fi
>> }
>> COLORTERM=truecolor
>> CVS_RSH=ssh
>> DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
>> DESKTOP_SESSION=gnome-xorg
>> DISPLAY=:0
>> GB_GUI=gb.qt4
>> GDMSESSION=gnome-xorg
>> GDM_LANG=en_AU.UTF-8
>> GJS_DEBUG_OUTPUT=stderr
>> GJS_DEBUG_TOPICS=JS ERROR;JS LOG
>> GNOME_DESKTOP_SESSION_ID=this-is-deprecated
>> HISTCONTROL=ignoredups
>> HISTSIZE=1000
>> HOME=<home>
>> HOSTNAME=<hostname>
>> IMSETTINGS_INTEGRATE_DESKTOP=yes
>> IMSETTINGS_MODULE=none
>> JOURNAL_STREAM=9:44770
>> KDEDIRS=/usr
>> LANG=en_AU.UTF-8
>> LESSOPEN=||/usr/bin/lesspipe.sh %s
>> LOADEDMODULES=python-sphinx/python3-sphinx
>> LOGNAME=<user>
>> LS_COLORS=rs=0:di=38;5;33:ln=38;5;51:mh=00:pi=40;38;5;11:so=
>> 38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=
>> 48;5;232;38;5;9:mi=01;05;37;41:su=48;5;196;38;5;15:sg=48;
>> 5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;
>> 5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;40:*.tar=38;5;9:*.
>> tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;
>> 5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.
>> txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;
>> 9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;
>> 9:*.lzo=38;5;9:*.xz=38;5;9:*.zst=38;5;9:*.tzst=38;5;9:*.
>> bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;
>> 9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=
>> 38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:
>> *.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=
>> 38;5;9:*.wim=38;5;9:*.swm=38;5;9:*.dwm=38;5;9:*.esd=38;5;9:
>> *.jpg=38;5;13:*.jpeg=38;5;13:*.mjpg=38;5;13:*.mjpeg=38;5;13:
>> *.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.
>> ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.
>> tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.
>> svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.
>> mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.
>> webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.
>> mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.
>> wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=
>> 38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;
>> 5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;
>> 13:*.cgm=38;5;13:*.emf=38;5;13:*.ogv=38;5;13:*.ogx=38;5;
>> 13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.m4a=38;5;45:*
>> .mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.
>> mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.
>> oga=38;5;45:*.opus=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:
>> MAIL=/var/spool/mail/<user>
>> MODULEPATH=/etc/scl/modulefiles:/etc/scl/modulefiles:/usr/
>> share/Modules/modulefiles:/etc/modulefiles:/usr/share/modulefiles
>> MODULESHOME=/usr/share/Modules
>> OLDPWD=<home>/Downloads/MySql
>> PATH=/usr/libexec/python3-sphinx:/usr/lib64/qt-3.3/bin:/usr/
>> lib64/ccache:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/
>> sbin:<home>/.local/bin:<home>/bin
>> PWD=<home>/Downloads/Gambas/gambasdevel
>> QTDIR=/usr/lib64/qt-3.3
>> QTINC=/usr/lib64/qt-3.3/include
>> QTLIB=/usr/lib64/qt-3.3/lib
>> QT_IM_MODULE=xim
>> SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/7782,unix/unix:/t
>> mp/.ICE-unix/7782
>> SHELL=/bin/bash
>> SHLVL=2
>> SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
>> SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
>> S_COLORS=auto
>> TERM=xterm-256color
>> TZ=:/etc/localtime
>> USER=<user>
>> USERNAME=<user>
>> VTE_VERSION=5002
>> WINDOWID=79691782
>> WINDOWPATH=2
>> XAUTHORITY=/run/user/1000/gdm/Xauthority
>> XDG_CURRENT_DESKTOP=GNOME
>> XDG_DATA_DIRS=<home>/.local/share/flatpak/exports/share/:/va
>> r/lib/flatpak/exports/share/:/usr/local/share/:/usr/share/
>> XDG_MENU_PREFIX=gnome-
>> XDG_RUNTIME_DIR=/run/user/1000
>> XDG_SEAT=seat0
>> XDG_SESSION_DESKTOP=gnome-xorg
>> XDG_SESSION_ID=2
>> XDG_SESSION_TYPE=x11
>> XDG_VTNR=2
>> XMODIFIERS=@im=none
>> _=/usr/bin/gambas3
>> _LMFILES_=/usr/share/modulefiles/python-sphinx/python3-sphinx
>>
>>
>> --------------------------------------------------
>>
>> This is the Gambas Mailing List
>> https://lists.gambas-basic.org/listinfo/user
>>
>> Hosted by https://www.hostsharing.net
>>
>>
>
>
> --------------------------------------------------
>
> This is the Gambas Mailing List
> https://lists.gambas-basic.org/listinfo/user
>
> Hosted by https://www.hostsharing.net
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20180114/f61ea478/attachment.html>


More information about the User mailing list