google-code-export / gambas

Automatically exported from code.google.com/p/gambas
1 stars 0 forks source link

Cannot load class 'TableView': ... Cannot load class 'GridView' #344

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) Describe the problem.

running gambas3 ide...

ERROR: #2: ERROR: #2: Cannot load class 'TableView': Cannot load parent class: 
Cannot load class 'GridView': Unable to load class file

2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):

Version: TRUNK 
Revision: r5264
Operating system: Linux 
Distribution: Ubuntu
Architecture: x86 
GUI component: QT3 / QT4 / GTK+
Desktop used: Gnome

3) Provide a little project that reproduces the bug or the crash.
Simply running gambas3 no example needed, gambas2 svn compiled on the same pc 
works fine. 

I compile with 
./reconf; ./configure -C --enable-image.imlib --enable-v4l --enable-sdl;

5) Explain clearly how to reproduce the bug or the crash.
Starting gambas3 with the previous builds i have not this issue...
before to send this bug i entirely deleted the gambas3 trunk directories tree 
and i downloaded from svn

Original issue reported on code.google.com by marcobra...@gmail.com on 29 Oct 2012 at 9:45

GoogleCodeExporter commented 9 years ago
Without the full output of the configure, compilation and installation process, 
I can't guess what happened. Please proceed as explained on the website.

Original comment by benoit.m...@gmail.com on 29 Oct 2012 at 9:58

GoogleCodeExporter commented 9 years ago
In Attachment the compile and install result requested files...

Original comment by marcobra...@gmail.com on 29 Oct 2012 at 10:51

Attachments:

GoogleCodeExporter commented 9 years ago
Can you remove the following files and directories (if they exist) before 
recompiling?

$ rm /usr/local/bin/gb?
$ rm /usr/local/bin/*.gambas
$ rm -rf /usr/local/lib/gambas3
$ rm -rf /usr/local/share/gambas3

Tell me the result.

Original comment by benoit.m...@gmail.com on 1 Nov 2012 at 1:17

GoogleCodeExporter commented 9 years ago
Here the result after removing the files and dirs
in attachment the output.txt and the install 

Then i try to solve the missing packages as you can see here:

grep -i "Unable to met pkg-config requirement" output.txt

configure: WARNING: Unable to met pkg-config requirement: gmime-2.6
configure: WARNING: Unable to met pkg-config requirement: gmime-2.4
|| Unable to met pkg-config requirement: gmime-2.6
|| Unable to met pkg-config requirement: gmime-2.4
configure: WARNING: Unable to met pkg-config requirement: sdl
configure: WARNING: Unable to met pkg-config requirement: > 1.2.8
configure: WARNING: Unable to met pkg-config requirement: SDL_ttf
configure: WARNING: Unable to met pkg-config requirement: glew
|| Unable to met pkg-config requirement: sdl
|| Unable to met pkg-config requirement: > 1.2.8
|| Unable to met pkg-config requirement: SDL_ttf
|| Unable to met pkg-config requirement: glew
configure: WARNING: Unable to met pkg-config requirement: libxslt
|| Unable to met pkg-config requirement: libxslt
configure: WARNING: Unable to met pkg-config requirement: libv4lconvert
|| Unable to met pkg-config requirement: libv4lconvert
configure: WARNING: Unable to met pkg-config requirement: gtkglext-1.0
|| Unable to met pkg-config requirement: gtkglext-1.0
configure: WARNING: Unable to met pkg-config requirement: glew
configure: WARNING: Unable to met pkg-config requirement: glew
|| Unable to met pkg-config requirement: glew
|| Unable to met pkg-config requirement: glew
configure: WARNING: Unable to met pkg-config requirement: gnome-keyring-1
|| Unable to met pkg-config requirement: gnome-keyring-1
configure: WARNING: Unable to met pkg-config requirement: poppler >= 0.5
|| Unable to met pkg-config requirement: poppler >= 0.5
configure: WARNING: Unable to met pkg-config requirement: imlib2 >= 1.4.0
|| Unable to met pkg-config requirement: imlib2 >= 1.4.0
configure: WARNING: Unable to met pkg-config requirement: dbus-1
|| Unable to met pkg-config requirement: dbus-1
configure: WARNING: Unable to met pkg-config requirement: gsl
|| Unable to met pkg-config requirement: gsl

Original comment by marcobra...@gmail.com on 8 Nov 2012 at 10:03

Attachments:

GoogleCodeExporter commented 9 years ago
These are obviously compilation problems because of missing development 
packages.

Please follow what is explained in the wiki at 
http://gambasdoc.org/help/install/ubuntu?v3

I close the issue. If you have other problems, please use the mailing-list.

Original comment by benoit.m...@gmail.com on 8 Nov 2012 at 10:28