Linux Mint 17.0 (fresh, updated image with required libraries) automake (GNU automake) 1.14.1 autoconf (GNU Autoconf) 2.69 libtool (GNU libtool) 2.4.2 gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2 g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Builds, executes and installs normally without modification. (with the exception of the previously reported GTK3 and JIT warnings). Total time required: Approximately 30 minutes. Appears to run normally (tested with Farm, Examples, AnalogWatch). [System]--------------------------------------------------------------------- Gambas=3.7.1 OperatingSystem=Linux Kernel=3.13.0-24-generic Architecture=x86_64 Distribution=Linux Mint 17 Qiana Desktop=MATE Theme=QGtk Language=en_US.UTF-8 Memory=3939M [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+3=libgtk-3.so.0.1000.8 GTK+=libgtk-x11-2.0.so.0.2400.23 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 Qt4=libQtCore.so.4.8.6 SDL=libSDL-1.2.so.0.11.4 required libraries: ----------------------------------------------------------- sudo apt-get install build-essential g++ automake autoconf sudo apt-get install libbz2-dev libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev sudo apt-get install libsqlite3-dev libglib2.0-dev libgtk2.0-dev libcurl4-gnutls-dev sudo apt-get install libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev sudo apt-get install libsdl-image1.2-dev libsage-dev libxml2-dev libxslt1-dev librsvg2-dev sudo apt-get install libpoppler-dev libpoppler-glib-dev libasound2-dev libesd0-dev sudo apt-get install libdirectfb-dev libxtst-dev libffi-dev libqt4-dev libglew1.5-dev sudo apt-get install libimlib2-dev libv4l-dev libsdl-ttf2.0-dev libgnome-keyring-dev sudo apt-get install libgdk-pixbuf2.0-dev linux-libc-dev libgstreamer1.0-dev sudo apt-get install libgstreamer-plugins-base1.0-dev libcairo2-dev libgsl0-dev sudo apt-get install libncurses5-dev libgmime-2.6-dev llvm-3.4-dev libalure-dev libgmp-dev sudo apt-get install libgtk-3-dev postgresql-server-dev-9.3 libsdl2-dev libsdl2-mixer-dev sudo apt-get install libsdl2-ttf-dev libsdl2-image-dev sane-utils libpoppler-private-dev sudo apt-get install libqtwebkit-dev llvm-dev llvm sudo apt-get install libqt4-opengl-dev sudo apt-get install libdumb1-dev On 03/28/2015 12:55 PM, Benoît Minisini wrote: > Hi, > > I have uploaded to sourceforge the source package of Gambas 3.7.1 so > that you can check it before the release. > > So tell me if you have any problem with it. > > It includes all the bugs fixed since the Gambas 3.7.0 release, and the > ability to open projects installed from the Gambas "farm" directly from > the IDE welcome window. > > http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.7.1.tar.bz2/download > > Regards, > ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
