[Gambas-user] [Gambas Bug Tracker] Bug #1124: Gambas trunk 8148 can't find postgres under Arch/manjaro when postgresql 9.6.3-2 is installed

2017-06-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1124=L21haW4-

Tony MOREHEN reported a new bug.

Summary
---

Gambas trunk 8148 can't find postgres under Arch/manjaro when postgresql 
9.6.3-2 is installed

Type : Bug
Priority : Medium
Gambas version   : Unknown
Product  : Unknown


Description
---

./configure can't find postgres.h and pg_type.h so disables gb.db.postgres
postgres.h is found in /usr/include/postgresql/server/postgres.h
pg_type.h is found in /usr/include/postgresql/server/catalog/pg_type.h
I changed line 16 of  from:
  [GB_FIND(libpq-fe.h postgres.h pg_type.h, /usr/local/lib /usr/local /opt 
/usr/lib /usr, include/pgsql* pgsql*/include include/postgresql* 
postgresql*/include include/postgresql/*/server/catalog 
include/postgresql/*/server include)],

to
  [GB_FIND(libpq-fe.h postgres.h pg_type.h, /usr/local/lib /usr/local /opt 
/usr/lib /usr, include/pgsql* pgsql*/include include/postgresql* 
postgresql*/include include/postgresql/*/server/catalog 
include/postgresql/*/server include/postgresql/server/catalog 
include/postgresql/server include)],

Everything configured OK.

Question: Is include/postgresql/*/server/catalog include/postgresql/*/server 
correct? the /*/ seems out of place.  Maybe should be */

FYI gb.qt5 webkit will not compile under the latest arch/manjaro qt5 webkit 
version:  qt5-webkit-5.212.0alpha2-1-x86_64.  The fault is not Gambas.  
qt5-webkit-5.212.0alpha2-1-x86_64 contains broken pkg-config files.  I've 
raised a bug report with arch.  As a temporary fix, you can overwrite 
/usr/lib/pkgconfig/Qt5WebKitWidgets.pc and /usr/lib/pkgconfig/Qt5WebKit.pc with 
the same files from an earlier version of webkit.


System information
--

[System]
Gambas=3.9.90 r8147
OperatingSystem=Linux
Kernel=4.9.33-1-MANJARO
Architecture=x86_64
Distribution=Manjaro Linux
Desktop=XFCE
Theme=Gtk
Language=en_CA.utf8
Memory=3947M

[Libraries]
Cairo=libcairo.so.2.11400.10
Curl=libcurl.so.4.4.0
DBus=libdbus-1.so.3.14.11
GStreamer=libgstreamer-1.0.so.0.1201.0
GTK+2=libgtk-x11-2.0.so.0.2400.31
GTK+3=libgtk-3.so.0.2200.16
OpenGL=libGL.so.1.0.0
Poppler=libpoppler.so.67.0.0
QT4=libQtCore.so.4.8.7
QT5=libQt5Core.so.5.9.0
SDL=libSDL-1.2.so.0.11.4
SQLite=libsqlite3.so.0.8.6

[Environment]
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
DESKTOP_SESSION=xfce
DISPLAY=:0.0
GB_GUI=gb.qt4
GDMSESSION=xfce
GLADE_CATALOG_PATH=:
GLADE_MODULE_PATH=:
GLADE_PIXMAP_PATH=:
GTK2_RC_FILES=/.gtkrc-2.0
GTK_MODULES=canberra-gtk-module:canberra-gtk-module
HOME=
LANG=en_CA.utf8
LC_ADDRESS=en_CA.UTF-8
LC_IDENTIFICATION=en_CA.UTF-8
LC_MEASUREMENT=en_CA.UTF-8
LC_MONETARY=en_CA.UTF-8
LC_NAME=en_CA.UTF-8
LC_NUMERIC=en_CA.UTF-8
LC_PAPER=en_CA.UTF-8
LC_TELEPHONE=en_CA.UTF-8
LC_TIME=en_CA.UTF-8
LOGNAME=
MAIL=/var/spool/mail/
MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
PWD=
QT_QPA_PLATFORMTHEME=qt5ct
SAL_USE_VCLPLUGIN=gtk
SESSION_MANAGER=local/:@/tmp/.ICE-unix/24001,unix/:/tmp/.ICE-unix/24001
SHELL=/bin/bash
SHLVL=1
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
TZ=:/etc/localtime
USER=
XAUTHORITY=/.Xauthority
XDG_CONFIG_DIRS=/etc/xdg
XDG_CURRENT_DESKTOP=XFCE
XDG_DATA_DIRS=/usr/local/share:/usr/share
XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/
XDG_MENU_PREFIX=xfce-
XDG_RUNTIME_DIR=/run/user/1000
XDG_SEAT=seat0
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
XDG_SESSION_DESKTOP=xfce
XDG_SESSION_ID=c6
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
XDG_SESSION_TYPE=x11
XDG_VTNR=7
_=/usr/bin/xfce4-session



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #1123: Desktop.SendMail in its attachment field gives error if file name contains a comma

2017-06-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1123=L21haW4-

VĂ­ctor PEREZ reported a new bug.

Summary
---

Desktop.SendMail in its attachment field gives error if file name contains a 
comma

Type : Bug
Priority : Medium
Gambas version   : Unknown
Product  : GUI components


Description
---

Desktop.SendMail in its attachment field gives error if file name contains a 
comma

Desktop.SendMail  en su campo de archivo adjunto da error si el nombre de 
archivo contiene una coma

name=El Sabado Dia de Reposo(descanso), El Sabbath.lv


Public Sub btnEnviarList_Click()
  Dim archivo As String
  
 'fvwListas.Current=El Sabado Dia de Reposo(descanso), El Sabbath.lv

  archivo = FMain.TusListas & "/" & fvwListas.Current
  
  Print "archivo=" & archivo

  Desktop.SendMail(Null, archivo)
  
Catch
  Debug Error.Text & ":" & Error.Where

End


System information
--

Gambas=3.9.2
OperatingSystem=Linux
Kernel=3.19.0-32-generic
Architecture=x86
Distribution=Linux Mint 17.3 Rosa
Desktop=MATE
Theme=Gtk
Language=es_UY.UTF-8
Memory=1950M

[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+2=libgtk-x11-2.0.so.0.2400.23
GTK+3=libgtk-3.so.0.1000.8
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
QT4=libQtCore.so.4.8.6
QT5=libQt5Core.so.5.2.1
SDL=libSDL-1.2.so.0.11.4
SQLite=libsqlite3.so.0.8.6



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user