[Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-02-02 Thread John Rose
Uninstalling kendek's Gambas3 packages has solved the problem. It also removed all the Gambas3 stuff from /usr/bin. I deleted the stuff in trunk, downloaded revision #4445 using subversion (at end of download, subversion displays that number) as instructed on the Gambas Ubuntu webpage and recompile

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-02-02 Thread Jesus
El 02/02/12 13:29, John Rose escribió: > When I try to install the trunk version of Gambas3 using subversion > (i.e. the command stated on Gambas's Documentation Subversion page), it > installs to /usr/local/bin. I've emailed kendek to try& clarify the > situation. I think that my system gets conf

[Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-02-02 Thread John Rose
I got the stable Gambas3 (i.e. 3.0) from kendek's Launchpad ppa for Ubuntu Lucid: using Synaptic (i.e. apt-get) to download those packages. As I previously said, that version of Gambas3 (e.g. gambas3.gambas) has installed to /usr/bin (which happens to also be the place where Gambas2 (e.g. gambas2.g

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-02-01 Thread Jussi Lahtinen
Where did you get the source? With svn? Or did you downloaded it from some website? Next time before compiling anything, delete all gambas binaries to make sure that next you are using just compiled version. Also where/how did you get the revision (not version) number? Jussi On Wed, Feb 1, 201

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-02-01 Thread Randall Morgan
Were you sure to remove the hidden svn files? You may want to delete the trunk folder itself and then recreate it. In fact, I'd create new gambas folder. On Wed, Feb 1, 2012 at 6:15 AM, John Rose wrote: > I deleted everything in my trunk directory and downloaded Gambas3 > revision #4445. I th

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-31 Thread Matti
If you google for 'svn update skipped' you will find a lot of possible errors. Maybe it is easier to start again and do the 'svn checkout' again. Am 01.02.2012 08:03, schrieb John Rose: > Matti, > > I did 'svn update': it gave Skipped '.'. Does this mean that the > downloaded 'trunk' repository

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-31 Thread Matti
1. Did you do 'svn update'? http://gambasdoc.org/help/howto/svn If yo do, you will get a message about the downloaded version. 2. If a file is too big for the mailing list, just give it a right-click and pack it as ZIP/TAR. Am 31.01.2012 22:05, schrieb John Rose: > I've solved the problem of i

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-31 Thread John Rose
I've solved the problem of installing the needed dev packages for compiling Gambas3 i.e. missing libvorbis-dev. I did this by 'installing' the lucid-bleed ppa & upgrading which resulted in libvorbis-dev, , libvorbis0a, libvorbisenc2, libvorbisfile3 all being upgraded to version 1.3.1 (as well as as

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-30 Thread John Rose
I used the Lucid section of the Gambas Ubuntu webpage to install the needed dev packages for compiling Gambas3. Running that 'apt-get install' gave a problem: The following packages have unmet dependencies. libsdl-mixer1.2-dev: Depends: libvorbis-dev but it is not going to be installed libsdl-s

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-30 Thread gambas
Comment #13 on issue 206 by john.aaron.r...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 Thanks for that Benoit: how silly of me not to realise that changing googlemail to gmail affects mailing lists. I'll continue this thread on the mailing list now t

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #12 on issue 206 by benoit.m...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 The e-mail used for sending messages to the mailing-list (john.aaron.r...@gmail.com) must be exactly the same than the e-mail used when subscribing (john.aaron.r...@go

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #11 on issue 206 by john.aaron.r...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 Sorry about using the 'bug reporting' to report a compilation problem. I did say on the original report that I didn't know where to report the problem. Looking at:

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Updates: Status: Invalid Labels: -Version Version-TRUNK Comment #10 on issue 206 by benoit.m...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 Yep. This is a bug tracker, not a forum, not a mailing-list. Please post your compilation problem

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #9 on issue 206 by jussi.la...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 > I didn't have libxtst-dev installed. I don't understand why you didn't have it installed. It is on the list of -devs I gave to you at the first place. Download current

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #8 on issue 206 by john.aaron.r...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 I didn't have libxtst-dev installed. I installed it OK. It didn't give the 'Unable to compile Gambas' message. It did give 'gbc: error: Component not found: gb.sdl.

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #7 on issue 206 by jussi.la...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 You have libxtst-dev installed? Did you try to compile from beginning; ./reconf-all, ./configure -C, etc? Also full logs are needed to find out what is happening. If this

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #6 on issue 206 by john.aaron.r...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 Not much has changed. The make gives: Installing the gambas examples... Compiling Automation/DBusExplorer/... gbc: error: Component not found: gb.dbus Compiling Basic/B

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #5 on issue 206 by jussi.la...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 I think those are needed only for SDL, and so you should be able to compile gambas without them. If all others were installed, try to compile again. ---

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #4 on issue 206 by john.aaron.r...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 Sorry about that: I didn't notice the link. Just ran the apt-get. Got: The following packages have unmet dependencies. libsdl-mixer1.2-dev: Depends: libvorbis-dev bu

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #3 on issue 206 by jussi.la...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 See the link I posted! -- Try before you buy = See our experts in action! The most comprehensi

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #2 on issue 206 by john.aaron.r...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 Please provide the names of these devs and (if not packages) where they may be obtained from. --

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #1 on issue 206 by jussi.la...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 Have you installed all needed -devs? http://gambasdoc.org/help/install/ubuntu?view -- Try befo

[Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 206 by john.aaron.r...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 Not sure if this is best place to report this. notable to put o