On Sat, 02 Mar 2013, bill-lancaster wrote: > Following the guide @ http://gambasdoc.org/help/doc/release/3.4.0?view#t2 I > thought I had removed the previous version of Gambas. > > Then following http://gambasdoc.org/help/install/ubuntu?v3&view I ran the > following code(having cd'd to gambas3-3.4.0 folder) :- > > sudo apt-get install build-essential 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 libxml2-dev > libxslt1-dev librsvg2-dev libpoppler-dev libpoppler-glib-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 > libgsl0-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev > libcairo2-dev libgsl0-dev libncurses5-dev libgmime-2.6-dev > > followed by './reconf-all' then './configure -C' and then 'make' > > When I try to run gambas3 I get 'The program 'gambas3' is currently not > installed. You can install it by typing: sudo apt-get install gambas3-ide' > > Any help would be appreciated >
Mmm... Really? You need not only to compile but also to _install_ Gambas by 'make install' as root after you 'make'. Regards, Tobi ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
