Slackware :: WxGTK Dependency Of OpenGL Not Fulfilled Despite Mesa Installed?
Apr 3, 2010
I am trying to build more packages these days than in years before, it seems, but somehow I manage to run into trouble quite often. This time I want to install Truecrypt 6.3a on my system. According to the description there are two dependencies, one of them being wxGTK.Ok, downloaded wxGTK and tried to build it both with sbopkg and on the CLI just by executing the SBo script. But:
Code:
checking for Xinerama... yes
checking for Xxf86vm extension... yes
[code]...
View 4 Replies
ADVERTISEMENT
Jun 6, 2010
Short description of the problem: I need to have freeglut3-dev, libglu1-mesa-dev, libgl1-mesa-dev and libgl1-mesa-swx11 installed at the same time. How to do it?There are no hardware drivers for my GPU (ATI Radeon HD 4290), so I must use the software rasterizer:libgl1-mesa-swx11. Fortunately I have a very fast hex-core CPU so rendering in software doesn't slow down the computer.I make OpenGL games in C, so I need these packages to be able to compile my games:freeglut3-devlibglu1-mesa-devlibgl1-mesa-devBut if they are installed, libgl1-mesa-swx11 must be replaced by libgl1-mesa-glx.libgl1-mesa-glx is the hardware rasterizer and doesn't work, because I don't have the needed hardware drivers.Currently, I have to install/remove/reinstall those 4 packages before compiling a program and then do it again after compiling to be able to run the program,
View 1 Replies
View Related
Mar 22, 2010
When I try to install wxGTK SlackBuilds. I get this error:
Code:
./src/aui/auibook.cpp: In member function 'size_t wxAuiNotebook::SetSelection(size_t)':
./src/aui/auibook.cpp:3482: internal compiler error: Segmentation fault
Please submit a full bug report with preprocessed source if appropriate.
See [URL] for instructions.
make: *** [auidll_auibook.o] Error 1
I tried redownloading the wxGTK-3.8.9.tar.gz file and reinstalling it, I get the same error.
View 8 Replies
View Related
Mar 11, 2011
There is new package of Mesa 7.10.1. This is bug fixing release and i think it could be commit to new version of Slackware 13.37.
Code:
Bug fixes
This list is likely incomplete.
Fix an off-by-one bug in a vsplit assertion.
Fix incorrect handling of layout qualifier with in, out, attribute, and varying.
[Code]....
View 6 Replies
View Related
May 28, 2011
I'm using Slackware 13.1, just messing around with some stuff before I upgrade to 13.37. I really want to get a decent build of Desmume working, but the 3D engine for it requires OSMesa to be enabled. I've removed the initial Mesa package that I installed from the Slackware DVD and I'm trying to recompile mesa-7.8.1 so that OSMesa is available for the system. However, I keep running into problems.
Code:
./configure --enable-gl-osmesa
When I run those options for the configure command and compile it, Mesa builds alright and gives me a working libGL just fine. It also gives me libOSMesa. Yet, when I compile Desmume to specifically use OSMesa, its configure script says that it can't find OSMesa at all. But running ldconfig -p, the output shows libOSMesa.so in /usr/lib. The symlink is up to date too, and I've recreated it several times.
Code:
./configure --with-driver=osmesa
When I build Mesa using these configure options, I don't get libGL (well, that's expected, the manual says as much will happen). But apparently libOSMesa is installed just fine. When I went to compile Desmume, no gripes about OSMesa, but Desmume needs both libGL and OSMesa to work properly.
So my question is, how can I install Mesa so that I have OpenGL and OSMesa working together? I've been able to get one working, but not both. I don't know how to get OpenGL on Slackware without using the Mesa package, but the package isn't cooperating. I'm on Intel graphics too.
View 3 Replies
View Related
Mar 3, 2011
I'm learning to use openGL api for graphics. but before i begin i want to check whether my system has openGL installed in it. how do i do that?
View 7 Replies
View Related
Apr 8, 2010
Just installed slackware-13, and sorting issues. I actually have googleearth running - just.It's telling me it's using opengl, but opengl is absolutely cat on this box I have ATI RS690M with the radeonhd driver on my laptop. Opengl is terribly slow. Videos stall, but I move them withmplayer -vo sdl <my_video>/end backgroundAnything I can do with Google earth?o option to swap. fglrx is crap on opengl.
View 7 Replies
View Related
Jan 4, 2010
While I try to add Blue Marble widget I get this error "OpenGL shaders not supported". It's weird considering everything else on kde works great and my laptop configuration is Dell Core2Duo T 6500 2.1Ghz. Should I install any extra packages to make it work?. Also any tips/suggestions/links about improving the look and appearance of Slackware would be most welcome.
View 6 Replies
View Related
Apr 9, 2010
When installing COMPIZ on KDE 4.3.5 and Opensuse 11.2 64 bit, I get the following error message: "compiz-kde4-0.8.4-167.x86_64 requires compiz = 0.84, but this requirement cannot be fulfilled. Is there any way to resolve this issue, and is the problem missing repos?
View 3 Replies
View Related
Oct 19, 2009
I just upgraded from FC8 (32-bit) to FC11 (64-bit). In doing so, I backed up my entire World of Warcraft folder so I could try to avoid having to download and install it all over again. However, I've now reinstalled wine (64-bit now), and the nvidia drivers from the rpmfusion repos (also 64-bit), and when I try to start WoW, it says it cannot load OpenGL. I'm wondering if anyone knows what's up, and if there's a solution that doesn't involve reinstalling WoW.
View 7 Replies
View Related
Sep 30, 2010
I'm trying to install freeside, a perl based web application using the provided rpms & yum installation instructions.
It won't proceed because of missing dependencies and ends with the following:
View 6 Replies
View Related
Jul 29, 2011
Is there any way that I can get a list of packages (on the command line) that have been installed manually i.e. all those that haven't been installed as dependencies? I think this must be possible as apt seems to know which dependency packages are no longer required i.e. apt-get autoremove
View 2 Replies
View Related
May 18, 2010
I have a disk of all the rpms (just the rpms) of RH Ent. 5.1. I needed to intall some packages from it.
For that I created a local repository.
Following is what I did:
1. mounted DVD in /media
2. Issued createrepo on /media (Now the packages are in /media/mycdrom/RHE5Rpms and the repodata is in /media)
3. I added the following in the /etc/yum.conf
Now when I try to install, for example, qt4-devel, it can resolve the dependencies for one level. For example, it resolves libpng-devel (which is needed by qt4-devel), but it fails to resolve libpng (which is needed by libpng-devel). But libpng package is both available in the DVD and is already installed on the machine.
Following is the tail of error messages I get after issuing the command 'yum install qt4-devel'
All the above packages are available through the DVD and already installed on the machine.
View 3 Replies
View Related
Jan 15, 2011
I have installed torcs (using sbopkg) and the dependencies plib, OpenAL, and freealut. On running it I get
Quote:
GLUT: Fatal Error in torcs-bin: failed to create OpenGL rendering context.
I am not sure if it is relevant but this is xorg.conf
Quote:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder62) Tue Jul 28 19:48:57 PDT 2009
Section "ServerLayout"
[code]....
View 9 Replies
View Related
Sep 20, 2010
trying to compile and install wxGTK-2.4.2,i configure with the line-./configure --with-gtk --enable-gtk2 --enable-unicode but when i go to make and make install i get the format not a string literal error, how can I fix this? really need wxGTK2.4 for some old apps.
View 1 Replies
View Related
May 12, 2010
Does slackware 13 have any dependencies on a modular kernel? I am going to make the kernel without modules and wanted to know if this will not work or if it will be painful and still work.
View 8 Replies
View Related
Feb 23, 2010
I am a Linux noob (running Ubuntu 9.10) and not even an advanced Win. user. However, my switch to Linux was for simplicity, stability, fewer crashes,and the open-source software philosophy. However, Ubuntu hasn't been what I am hoping for. While Scientific Linux and Vector seem like good second choices, they don't seem to have the community/enthusiasm that Slackware has. However everything I read is all about "dependency management" w/r/t Slackware. Is this really a big problem? As a newbie, how will I deal with it? I am willing to learn but realize that I am starting from scratch.
View 14 Replies
View Related
Mar 18, 2011
The download page (http://gtk-apps.org/content/show.php...?content=90610) says that PDF-Shuffler depends on GTK 2.x Searching for 'GTK' in sbopkg gives me a big list. Does anyone know exactly which package I need to install
View 15 Replies
View Related
Jul 7, 2011
Moderator: If this post doesnt belong here, please move it to where it belongs. I like the KDE environment but there are so many menu items that I am not interested in or do not use. For example, I use LibreOffice, not Koffice; I use only Firefox & Chrome; I dont use a PIM.There seems to be a lot of duplication to satisfy different preferences.Further, there are a bunch of environments (flukebox etc) that I am not interested in. I thought that if I removed all the stuff that is of no interest to me, that I could have a personalized, uncluttered Slackware 13.37 system that would occupy less disk space and take less time to back up.
I know that you can remove menu items without removing the underlying programs but, if I can get rid of the programs without trashing my system, that is what I would like to do. (I am assuming that I can reinstall some or all later.)
If I were a Slackware guru, I would probably install some sort of Slackware Minimal but then I would probably drive you all crazy with endless posts to this forum.So, the question is: If I use pkgtool to remove the stuff that I do not want, will I end up in Dependency issue Hell
View 14 Replies
View Related
Jun 6, 2011
I'm excited to try the new 2.0.1 version of Guile. I'm running Slackware64 13.37 and the latest version of Guile distributed with it is 1.8.8. I see that this new version, as part of it's new capabilities, has a few new requirements. I have built and installed libffi, libunistring and libgc according to their install instructions, but Guile's configure script can't find them.
I have tried manually creating libffi.pc libunistring.pc and libgc.pc files, which has allowed configure to get past the first two, but I still can't determine the correct name for libgc. Further, I am now not confident that Guile will find these where it expects to find them in the end. I would like to ask for some clarification of the install process for this new version of Guile, but I'm not sure whom to ask.
View 8 Replies
View Related
Jun 10, 2010
I'm trying the DVD authoring stuff on Slackware, so okay I have downloaded Tovid along with its dozens of dependencies that has their own dependencies and so on...Now, one of the dependency is x264 (for encoding H264/AVC video streams). I already have alien bob's VLC from the uk site (restricted packages) and I've read on his blog (if I'm not mistaken) that it has the H264 capability (don't know how to describe it ).Is there any chance that it will conflict with this x264 library?
View 2 Replies
View Related
May 10, 2011
While i am using yum update am getting an error: Error: Missing Dependency: libgpod.so.0()(64bit) is needed by package rhythmbox-0.11.6-4.el5.x86_64 (installed).
View 3 Replies
View Related
Aug 6, 2010
I cannot appear to get memchached installed and I'm presented with the following errors.
[Code]....
View 2 Replies
View Related
Jan 12, 2010
I know this seems obvious but i'm stuck. I'm trying to install squid via the command "yum install squid" and here is the output:Quote:
Setting up Install Process
Setting up repositories
update 100% |=========================| 951 B 00:00
[code]....
View 1 Replies
View Related
Jun 28, 2011
I have installed multilib support in my 64bit slackware 13.37 installation than I proceed it to install google earth from slackbuilds... and did ln -sf /lib/ld-linux.so.2 /lib/ld-lsb.so.3Now when I try to run google earth I get:[ 760.092745] googleearth-bin[3647]:segfault at 984f7d31 ip 00000000984f7d31 sp 00000000ffbfe100 error 4
View 14 Replies
View Related
May 15, 2010
I've tried a few different ways to install the ATI graphics driver "fglrx" to get 3D acceleration.If I try to install using the standard file "ati-driver-installer-10-4-x86.x86_64.run" from the ATI web site it appears to work but then I discover it actually got an error.I saw a reference to ATI requiring 32-bit libraries to install their 64-bit driver. Is there a link or post that explains how to add the 32-bit libraries. Will that solve the problem, or will I just waste more time trying that?
View 6 Replies
View Related
Nov 3, 2010
I was trying to plug projector on my laptop with slackware 13.1 installed. The problem is that the projector stops showing whenever I start X. I can see everything starting from LILO loader, but whenever I type "startx" - bam, no signal or just a black screen on the wall. I try to switch to console mode with ctrl+alt+f1 - the view appears, switching back to X with ctrl+alt+f7 - view disappears. I am using awesome WM. I tried XFCE, but the result was the same. I also tried to change resolution to
Code:
xrandr --output default --mode 1024x768 / 800x600
, but again, no difference. My laptop is ASUS F3Jc. Fn keys doesn't help as well.
View 9 Replies
View Related
Nov 10, 2009
Today I got update notification. I type in terminal yum update, and get this error: Quote: Error: Missing Dependency: libnetfilter_conntrack.so.1()(64bit) is needed by package iptstate-2.2.1-5.fc11.x86_64 (installed) You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest
I removed iptstate.x86_64, again run yum update, and than, ibnetfilter_conntrack got installed. I tried to install iptstate.x86_64 again, but i get Quote:
[Code]...
View 2 Replies
View Related
Jan 9, 2011
What changes have been made in Mesa/3d drivers + xorg from 9.10 to 10.04 ? I tried now on 10.10, and the same bug remains.
On my laptop, 3d doesn't work correctly anymore... OpenArena & UrbanTerror crash Xorg.
I needed to download the OpenArena source from openarena.ws (the apt-get source repository's version doesn't compile btw., apt-get build-dep I did) and needed to compile OpenArena myself, until it halfway worked... (still, the mouse blocks when one tries to move position (keyboard) and view (mouse) simultaniously).
This has now been simultaniously on 2 laptops, so it's not a hardware failure, and it's not an OpenArena bug, because it worked before from the same source.
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
View 4 Replies
View Related
Mar 2, 2010
I tried to compile a program from RedBook which uses accumulation buffer for FSAA. Whenever GLUT_ACCUM is present in glutInitDisplayMode argument, i get this error:
Code:
freeglut (./saa): ERROR: Internal error <Visual with necessary capabilities not found> in function fgOpenWindow
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 4 (X_DestroyWindow)
[code]...
View 2 Replies
View Related