OpenSUSE :: QTParted Doesn't Compile Properly

Dec 26, 2010

I just tried to install qtparted ver0.4.5 on my computer to help partitioning my HDs.After doing the "configure/make"-sequence (using unsermake, as required), I received following error during compilation:
"qp_libparted.cpp:1751: error: �ped_free� was not declared in scope",My parted version is 1.9.0-3.7.1 from openSuSE 11.2.My question:

1. Do you know, which other library might contain this "ped_free"-declaration?
2. Any other perted GUI, that might work better (gparted is only available on a live DVD after boot)

View 2 Replies


ADVERTISEMENT

OpenSUSE :: Latex Beamer Pstricks Package Will Not Compile Properly

May 6, 2010

I'm experiencing the following problem with latex. A tex file using using the beamer documentclass and the pstricks package will not compile properly. To be more precise, latex-ing results in a dvi file but the pspictures are missing. When using pdflatex I'm repeatedly prompted with a?. Replying with enter all the time gives a pdf file without the pictures again. I'm running 11.2 with KDE and the normal preinstalled texlive. Version 2008-13-15.1-x86_64 from the Update repo that is. A minimal example where this happens would be:

[Code]....

View 1 Replies View Related

OpenSUSE Install :: G77 11.2 - Doesn't Compile With Gfortran

Jan 21, 2010

I would need to compile some old codes with g77 (unfortunately, they doesn't compile with gfortran). The gcc44-fortran is installed on my computer but if I have well understood, there is no g77 compiler in this package... Do you think I can install gcc33-fortran without creating conflicts between the 2 packages?

View 2 Replies View Related

Software :: Nucleo Doesn't Compile (Nucleo Now Compiled But Metisse Doesn't Compile)

Mar 19, 2010

I wanted to try installing the Metisse window manager, and it depends on Nucleo. I got Nucleo from the AUR, but it fails to compile:

Code:
PNGenc.cxx: In function �void nucleo::png_memory_write_data(png_struct*, png_byte*, png_size_t)�:
PNGenc.cxx:38: warning: �png_struct_def::io_ptr� is deprecated (declared at /usr/include/libpng14/png.h:1125)
PNGenc.cxx:38: warning: �png_struct_def::io_ptr� is deprecated (declared at /usr/include/libpng14/png.h:1125)
PNGenc.cxx: In function �void nucleo::png_memory_read_data(png_struct*, png_byte*, [Code].....

View 14 Replies View Related

OpenSUSE :: 11.3: GNOME Screen Doesn't Refresh Properly

Sep 12, 2010

I had many trouble with my system the past two months. I thought i finally had it running flawless as i encountered another major issue: My Screen doesn't refresh properly (using GNOME). I have blank windows or windows showing old content which only gets updated when i minimize the window or move the mouse over them. And even then only small parts get really refreshed. Every Applicatio

View 2 Replies View Related

OpenSUSE :: Emacs Window Doesn't Properly Snap To Other Windows

Jul 19, 2010

with 11.2 and now with 11.3 (using KDE4) i got two issues with emacs:

1) The emacs window doesn't properly snap to other windows. There is mostly a small gap inbetween.
2) When switching between buffers with C-x b the emacs window shrinks vertically from below!

View 1 Replies View Related

OpenSUSE :: Error: Failed Dependencies - Doesn't Compile - RPM Won't Install - X86_64

Feb 27, 2010

I tried installing the RPM from tcpflow website. error: Failed dependencies: libpcap.so.0.6.2 is needed by tcpflow-0.21-1.i386 I installed libpcap1-32bit, but doesn't help. I tried added soft-link to libpcap.so.1.0.0 from libpcap.so.0.6.2 to workaround, doesn't help. hen I DLed the tarball, ./configure gives an error, even after including --with-pcap=/usr/lib64/libpcap.so.1.0.0 checking for --with-pcap option... configure: error: /usr/lib64/libpcap.so.1.0.0 does not exist I CAN'T install the rpm, I CAN't compile from source. I can't find this program on any suse repo. I need to use this prog -- what can I do?

View 14 Replies View Related

Fedora :: SWFTools (0.8.1 / 0.9.0) Will Not Compile Properly

Nov 5, 2009

I'm new to Linux. I have recently made my first Linux install using Fedora 11 and Alfresco with a view to running a PoC ECM server. After some initial teething troubles and a seemingly exponential learning curve, Fedora and ALfresco are now installed and running bar a couple of things. Alfresco relies on swftools to automatically transform file types and swftools does not come installed either with Fedora, as an available package to download within the Add/Remove software program or with Alfresco.

I have installed the dependencies of swftools (zlib-devel, libjpeg-devel, giflib-devel, freetype-devel, gcc, gcc-c++ and make) but for some reason neither swftools-0.8.1 nor swftools-0.9.0 will compile properly. I even installed lame in case but still problems. This is what I do to install:
tar -zvxf swftools-0.9.0.tar.gz *stuff happens*
cd swftools-0.9.0
./configure --disable-lame (lame disabled as advised by Alfresco Wiki) *stuff happens*
make *stuff happens with errors*

The errors include :
warning: initialization from incompatible pointer type
invalid conversion from 'const char*' to 'char*'
Error 2 etc...

View 13 Replies View Related

Applications :: Ubuntu 9.10|codelite--getting Lua To Compile Properly?

Jan 25, 2010

I assume that this would be the correct place to put this, because codelite isapplication that you have to download via the Ubuntu Software center to get. But anyhow...I have been playing around with codelite for a little while nowand I wanted to use it for the purpose of learning how to script and write programs in Lua programming languageAccording to the program description it comes with the Lua support built in, but running it proves to me that it is solely a C++ application.

This isn't an extreme problem, though, I've read that Lua is supposed to be programmed through C++ anyhow. I am having only one problem that needs the attention. I ran through the code and got an error telling me that it could not find the #include files for Lua. A quick check of the /usr/include/ files showed me that there werendeed none in there.That being said, I went to the Lua website and downloaded the source and binaries *.tar.gz file, extracted it to a folder called "Lua." I am unable to move the #include files from inside its include folder to the main one on /usr/include/.

I have a feeling it is an administrator problem and that I need something involving the terminal or sudo to reach there. I have read around online, and they almost all say the same thing, telling me to navigate to the folder and "run make." I know what this is and how to do it, but it says that it cannot find the Makefile, which I have seen and know is in the folder, so it doesn't.Moving to the src folder within the Lua folder shows me that there is another Makefile, meaning that I have a second chance to make the files. I navigate to it, and then what do you know? Make works. Until the end, where I get a lot of errors and a termination of the process. Errors include Error 1 and Error 2, which I do not know what they are

View 3 Replies View Related

Ubuntu :: Gcc Doesn't Compile Cpp Programs?

Jun 24, 2010

iam using ubuntu 9.10 and iam working in gcc for about half an year for devoping c programs. but i find its not possible to compile any c++ programs in my gcc.Always it ended up showing the error below:

gcc: error trying to exec 'cc1plus': execvp: No such file or directory

i find the same when i tried to install wxpython from its source and hence cant complete it.

View 9 Replies View Related

Ubuntu :: 10.04 Doesn't Shut Down Properly

Mar 5, 2011

Many times it happens that when i shut down ubuntu 10.04 at that time it keeps on showing that screen which displays "Ubuntu" written & below it 5 dots. I waited for 15 minutes than also it keeps on showing that.I have to use hardware restart button in such case.What should i do?

View 2 Replies View Related

Fedora :: Nouveau Doesn't Suspend To RAM Properly?

Dec 7, 2009

I just wanted to check, I'm using nouveau on Fedora 12 with the latest updates and each time I wake the machine from suspend, the fan on my XFX 8800GT goes to full speed and stays there. I've read some nouveau stuff and they say that nouveau doesn't control the fan speed, so I think the card is running in a safety mode after wake up where it runs the fan at full speed to be safe. The only suggestion I saw for fan speed and nouveau was to use nvclock to manually adjust the fan but that sounds dangerous to me. I think I'll just go to the closed rpmfusion driver then if this is the case.

View 3 Replies View Related

Ubuntu :: Sometimes Computer Doesn't Boot Properly

Jan 7, 2010

I have Ubuntu 9.10 64-Bit. sometimes when i boot the computer, right after the grub loads, a black screen is displayed. It just says my computer's name and "tty1".It lets me enter my username and password. The system takes my password but the black screen remains.For some reason the word "ubuntu" with the loading bar does not appear like it is supposed to in this case. The system does not boot into my destop like it should.

This usually happens 1/4 times when i boot so i didnt pay much attention and would just restart the computer. However just 5 minutes ago i had to boot my computer 12 times to get it to boot into the desktop.

View 7 Replies View Related

Ubuntu :: LMMS Doesn't Exit Properly?

Jan 10, 2010

Whenever i close LMMS, it's still running in the background until i kill the process. How can i get it to exit normally?

View 2 Replies View Related

Ubuntu :: Theme Doesn't Load Properly

Apr 11, 2010

Sometimes when I log on, I find that the theme (specifically the window borders and icons) didn't load properly, and that I instead get a set of grayish window borders (Raleigh, I believe) and the gray GNOME icons. Sometimes the window borders corrects itself, but the icons stay the same. Reloading compiz doesn't help, and the only solution I found was to logoff/logon.

View 6 Replies View Related

Ubuntu :: Tofrodos Doesn't Seem To Install Properly?

Apr 13, 2010

I can't seem to install tofrodos on my Lucid box. Both dos2unix and unix2dos is missing - I don't have the todos and fromdos folders in /usr/bin/ either.
I've tried the following but it doesn't work:

Code:
sudo apt-get --purge autoremove tofrodos
Reading package lists... Done
Building dependency tree
Reading state information... Done

[Code]...

View 2 Replies View Related

Ubuntu :: Personas Doesn't Work Properly?

May 1, 2010

Once I updated to 10.04 I had some problems with my themes, but updated it and it works fine now. BUT, in firefox, 3.6.3 it looks like this:

I can only see the personas image at the tabs and the statusbar. Does anyone know how to fix this?

View 2 Replies View Related

Ubuntu :: 8.10 Server Apt-get Doesn't Work Properly

Apr 25, 2011

I am trying to install some packages in a ubuntu 8.10 server, however, apt-get doesn't work (I get several 'not found' errors). Is there any way to do that? I know this version is probably not supported anymore but I can't just format a customer server because it's OS is outdated...I just can't put my sources.list on it because I am on ubuntu 10.10 and it would download updates for the wrong OS probably causing a huge damage on the old one.

View 9 Replies View Related

Ubuntu :: Kernel Doesn't Boot Properly?

Jul 16, 2011

I tried to put Avast on my 11.04 machine, it didn't work, what's worse is that now only one kernel will work properly. any time i try any kernel other than 2.6.38-9-generic(it came with the install CD)the boot process stops at different points but it's during the time that it is starting and stopping processes. oh yeah, i've tried install different linux systems and they all work with what comes with the install cd but when i try to change the kernel same problem.

View 1 Replies View Related

Programming :: Code That Doesn't Seem To Be Working Right With Gcc Compilers, But They Do Compile?

Dec 11, 2010

I actually thought there was something wrong with my programming skills.ut after I compiled the same code using Visual Studio, it worked. So here's the code that doesn't seem to be working right with gcc compilers, but they do compile. Note I'm using the Cygwin 3.4.4 version of gcc and 4.5.1 version of gcc from MinGW.

Code: #include <stdio.h>
#include <math.h>
int main()

[code]...

View 5 Replies View Related

Fedora Networking :: Internet Doesn't Seem To Work Properly

Nov 1, 2010

I'm runnig f 13 on my laptop, and it runs like a charm. But once in a while, the internet doesn't seem to work properly. It mostly works, but right now i am unable to reach certain pages such at google (which is annoying), whereas other pages like yahoo and this one works perfectly well.

View 2 Replies View Related

General :: RHEL6 Crontab Doesn't Work Properly?

Apr 26, 2011

In RHEL6 root's account I have crontab job: 30 6 18 4 1 /sbin/init 6 It worked fine on the 18th of April and properly restarted my system, BUT it also restarted my OS at 6:30 on next Monday - 25th of April.

View 2 Replies View Related

Ubuntu :: Cursors / Pointers Doesn't Work Properly In 9.10

Jan 19, 2010

I am running ubuntu 9.10 on a dell mini 10v. I am experienced in running themes and xsplashes, but for some reason i can not successfully install pointers. I drag and drop the pointer themes to the appearance window found from System>Prefrences>Appearances. When i click customize i see that the pointers i instatlled are there, however when i choose them it doesn't work properly, if i go over text or resize a window i see the new pointers but the main pointer always stays the default white.

View 1 Replies View Related

Ubuntu Installation :: Warcraft 3 Doesn't Open Properly?

Feb 14, 2010

I've had many problems with Linux so far. Here's just one: I love Warcraft 3. So I bought Reign of Chaos and The Frozen Throne today. I installed them correctly with WINE and tried to open. It starts to open like it does at internet cafes, so I think its fine. But then the screen resolution keeps changing and it doesn't get anywhere.

Next problem:I ask my friend who has warcraft 3 on Linux. He says you don't have the right drivers. I go to System > Administrator > Hardware Drivers and as he said the applet said: "No proprietary drivers installed". My friend says to check the Video graphics card. But I don't see where i can find what model it is. My computer is Compaq presario CQ60 with the default video/graphics cards. I know nothing about drivers, If I can't find a solution ill probably reformat my computer to Windows 7.

View 2 Replies View Related

Ubuntu Multimedia :: Webcam Doesn't Work Properly?

Nov 28, 2010

The web cam on my Dell Inspiron mini 10 doesn't work properly. Cheese only takes very dark pictures but no video and the main screen stays dark all the time. Skype transmits a very dark image, too. How can that be tweaked.

Bus 001 Device 002: ID 174f:1403 Syntek Integrated Webcam

View 4 Replies View Related

Ubuntu :: Firefox Doesn't Render Pages Properly

Feb 12, 2011

It seems that I have been running Firefox unbeknownst to me with a broken configuration. It seems that if I enable the Quote: Allow pages to choose their own fonts, instead of my selections above in Edit->Preferences->Content->Fonts&Colors->Advanced, pages will no longer be render properly -- they are mostly blank.When running on the command line, I notice that I get errors from Pango (whatever that is) and think there may be a connection.

I tried doing sudo aptitude reinstall libpango-perl libpango1.0-0 libpango1.0-common libpangomm-1.4-1 but it didn't fix the problems. (I haven't yet tried uninstalling pango since it looks like it removes some crucial components.)I also tried sudo dpkg-reconfigure fontconfig and it didn't help.I'm guessing that the fonts cannot be scaled.This otherwise wouldn't be an issue, but it seems that some Firefox addons forcibly ignore the configured fonts and those pop-up windows are mostly blank/empty and therefore useless.

View 2 Replies View Related

Ubuntu / Apple :: Kubuntu Doesn't Display Properly / What To Do?

Feb 26, 2011

I have an Apple iBook (ancient I know) and whenever I boot from the Live CD (Kubuntu 10.10) it boots up in 800x600 (as far as I can tell that's what it is). This would be a problem however it simplely leaves a huge black column on the right side and has a partially duplicated desktop below it.
When I go to display settings it won't let me change to a higher resolution (1024x768 is what the iBook natively runs at).
This is an iBook G3.

View 9 Replies View Related

Networking :: Wireless Tools Doesn't Refresh APs Properly

Feb 17, 2010

I need to monitorize which Wi-Fi APs are in coverage, so periodically I perform a scan whith "sudo iwlist ath0 scan". The problem appears when disconnecting an AP (from the electrical network). In this case, iwconfig shows the disconnected AP during 30-40 seconds after the disconnection.

I'm trying to figure out how to order the kernel to actually refresh the list of in coverage APs, and avoid to show nets that were in coverage but aren't now.

View 2 Replies View Related

General :: Debian 5.0 Doesn't Boot Properly On HP Laptop / Fix It?

Aug 27, 2010

I'm trying to install debian on my HP laptop but get the following problem...
After the live CD boot screen shows up i go to XFCE > install
it loads vmlinuz and init.gz and after that the screen goes blank
i tried graphical install, advanced install, advanced graphical install but those too didn't work
also i tried all of these from LXDE menu
but the same problem
My laptop is HP pavillion dv6
its got an ATI radeon graphics card (hope there's no problem with the display)
4GB ram
intel core i7
However the cd works fine with my old desktop computer
which has no graphics card
256MB ram
intel P4 CPU
Do i need to set some boot parameters?

View 7 Replies View Related

Ubuntu :: GNOME Shell Doesn't Display Properly ?

Jul 16, 2010

Im on an inspiron 5100 laptop and i wanted to try out the new GNOME shell and every time i launch it it takes a long time then does not display correctly at all. forcing me to restart.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved