Re: [Gambas-user] Compiling instruction not updated

2014-07-16 Thread Willy Raets
On di, 2014-07-15 at 16:46 -0400, Pino Zollo wrote:
 Applying: On Mint 17 Mate
 
 sudo apt-get install build-essential g++ autoconf libbz2-dev
 libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev
 libglib2.0-dev libgtk2.0-dev libcurl4-gnutls-dev libgtkglext1-dev
 libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev
 libsage-dev libxml2-dev libxslt1-dev librsvg2-dev libpoppler-dev
 libpoppler-glib-dev libasound2-dev libesd0-dev libdirectfb-dev
 libxtst-dev libffi-dev libqt4-dev libglew1.5-dev libimlib2-dev
 libv4l-dev libsdl-ttf2.0-dev libgnome-keyring-dev libgdk-pixbuf2.0-dev
 linux-libc-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
 libcairo2-dev libgsl0-dev libncurses5-dev libgmime-2.6-dev llvm-3.1-dev
 libalure-dev libgmp-dev
 
 as from the Gambas page

As from the Gambas page as well, the IMPORTANT note that needs to be
taken into account (on the Gambas page
(http://gambaswiki.org/wiki/install/ubuntu) , just a little below the,
by you mentioned, sudo apt-get):

Note: For trunk version you might need to install more dependencies as
new components get developed.
For more recent versions of Ubuntu you might also need higher versions
of dependencies.
For example for Trusty (14.04) you need to install llvm-3.3-dev or
llvm-3.4-dev instead of llvm-3.1-dev.
For availability of packages in your specific distribution version see A
note on package dependencies

 
 I get:
 
 
 
 Creando árbol de dependencias
 Leyendo la información de estado... Hecho
 Nota, seleccionando «libglew-dev» en lugar de «libglew1.5-dev»
 E: No se ha podido localizar el paquete llvm-3.1-dev
 E: No se pudo encontrar ningún paquete con la expresión regular
 «llvm-3.1-dev»
 
 
 
 Please which is the updated lit of libraries ?...
 
 as form ./configure -C I get:
 
 ||
 || THESE COMPONENTS ARE DISABLED:
 || - gb.jit

So installing llvm-3.4-dev or llvm-3.4-dev should get gb.jit enabled.
Installing llvm-3.1-dev doens't work on Trusty (Mint 17), but does on
Precise (Mint 13). That's why the notes are important.

 || - gb.qt4.opengl
 || - gb.qt4.webkit
 ||

Strange cause installing libqt4-dev should pull in all needed
dependencies to get both gb.qt4.opengl as gb.qt4.webkit going
See: http://packages.ubuntu.com/trusty/libqt4-dev

 
 ...at least I should have qt4 complete.
 

Yes, you should.

 Thenks
 
 Pino
 
 --
 Want fast and easy access to all the code in your enterprise? Index and
 search up to 200,000 lines of code with a free copy of Black Duck
 Code Sight - the same software that powers the world's largest code
 search on Ohloh, the Black Duck Open Hub! Try it now.
 http://p.sf.net/sfu/bds
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

-- 
Kind regards,

Willy (aka gbWilly)

http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org





--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Compiling instruction not updated

2014-07-16 Thread Willy Raets
On wo, 2014-07-16 at 22:45 +0200, Willy Raets wrote:
 On di, 2014-07-15 at 16:46 -0400, Pino Zollo wrote:
  Applying: On Mint 17 Mate
  
  sudo apt-get install build-essential g++ autoconf libbz2-dev
  libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev
  libglib2.0-dev libgtk2.0-dev libcurl4-gnutls-dev libgtkglext1-dev
  libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev
  libsage-dev libxml2-dev libxslt1-dev librsvg2-dev libpoppler-dev
  libpoppler-glib-dev libasound2-dev libesd0-dev libdirectfb-dev
  libxtst-dev libffi-dev libqt4-dev libglew1.5-dev libimlib2-dev
  libv4l-dev libsdl-ttf2.0-dev libgnome-keyring-dev libgdk-pixbuf2.0-dev
  linux-libc-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
  libcairo2-dev libgsl0-dev libncurses5-dev libgmime-2.6-dev llvm-3.1-dev
  libalure-dev libgmp-dev
  
  as from the Gambas page
 
 As from the Gambas page as well, the IMPORTANT note that needs to be
 taken into account (on the Gambas page
 (http://gambaswiki.org/wiki/install/ubuntu) , just a little below the,
 by you mentioned, sudo apt-get):
 
 Note: For trunk version you might need to install more dependencies as
 new components get developed.
 For more recent versions of Ubuntu you might also need higher versions
 of dependencies.
 For example for Trusty (14.04) you need to install llvm-3.3-dev or
 llvm-3.4-dev instead of llvm-3.1-dev.
 For availability of packages in your specific distribution version see A
 note on package dependencies
 
  
  I get:
  
  
  
  Creando árbol de dependencias
  Leyendo la información de estado... Hecho
  Nota, seleccionando «libglew-dev» en lugar de «libglew1.5-dev»
  E: No se ha podido localizar el paquete llvm-3.1-dev
  E: No se pudo encontrar ningún paquete con la expresión regular
  «llvm-3.1-dev»
  
  
  
  Please which is the updated lit of libraries ?...
  
  as form ./configure -C I get:
  
  ||
  || THESE COMPONENTS ARE DISABLED:
  || - gb.jit
 
 So installing llvm-3.4-dev or llvm-3.4-dev should get gb.jit enabled.
 Installing llvm-3.1-dev doens't work on Trusty (Mint 17), but does on
 Precise (Mint 13). That's why the notes are important.
 
  || - gb.qt4.opengl
  || - gb.qt4.webkit
  ||
 
 Strange cause installing libqt4-dev should pull in all needed
 dependencies to get both gb.qt4.opengl as gb.qt4.webkit going
 See: http://packages.ubuntu.com/trusty/libqt4-dev
 

I just noticed on above mentioned link
http://packages.ubuntu.com/trusty/libqt4-dev that when installing
libgt4-dev, both libqt4-opengl-dev and libqtwebkit-dev  are recommended
packages and so do not get installed automatically.

So:

$ sudo apt-get install llvm-3.4-dev libqt4-opengl-dev libqtwebkit-dev

should solve your problem.

P.S. The installation instructions where last updated July 8th, so quite
recently.

-- 
Kind regards,

Willy (aka gbWilly)

http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org





--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Compiling instruction not updated

2014-07-15 Thread Pino Zollo

Applying: On Mint 17 Mate

sudo apt-get install build-essential g++ autoconf libbz2-dev
libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev
libglib2.0-dev libgtk2.0-dev libcurl4-gnutls-dev libgtkglext1-dev
libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev
libsage-dev libxml2-dev libxslt1-dev librsvg2-dev libpoppler-dev
libpoppler-glib-dev libasound2-dev libesd0-dev libdirectfb-dev
libxtst-dev libffi-dev libqt4-dev libglew1.5-dev libimlib2-dev
libv4l-dev libsdl-ttf2.0-dev libgnome-keyring-dev libgdk-pixbuf2.0-dev
linux-libc-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
libcairo2-dev libgsl0-dev libncurses5-dev libgmime-2.6-dev llvm-3.1-dev
libalure-dev libgmp-dev

as from the Gambas page

I get:



Creando árbol de dependencias
Leyendo la información de estado... Hecho
Nota, seleccionando «libglew-dev» en lugar de «libglew1.5-dev»
E: No se ha podido localizar el paquete llvm-3.1-dev
E: No se pudo encontrar ningún paquete con la expresión regular
«llvm-3.1-dev»



Please which is the updated lit of libraries ?...

as form ./configure -C I get:

||
|| THESE COMPONENTS ARE DISABLED:
|| - gb.jit
|| - gb.qt4.opengl
|| - gb.qt4.webkit
||

...at least I should have qt4 complete.

Thenks

Pino

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user