Software :: Building Tumble-0.33 Pdf Creator With Netpbm Instead Of Original Pbm Library?

Jan 2, 2011

I would like to scan some documents and create a *.pdf file from the resulting *.tif output image files. I believe I used Eric Smith's Tumble-0.33 for this a few years ago, but can't remember how I built it. The Makefile assumes the pbm library. I believe the current version (at least with my Slackware linux 2.6) is netpbm, ie usrlib etpbm, and I'm having trouble figuring out how to modify the Makefile to use this library. The author does some stuff there that is beyond my scope. Anyone done the recently who can point me in the right direction?

View 1 Replies


ADVERTISEMENT

Ubuntu :: QT Creator Cannot Find C++ Library

Jul 28, 2010

I installed Qt SDK for Linux/X11 on my Lucid. But when I try to write a simple program, Qt Creator cannot recognize the c++ headers.

Exact message when I used #include <iostream> : "iostream:No such file or directory".

Seems it cannot find the C++ standard library headers. Also gives a similar error when I try to use the std namespace.

How can I resolve this? From where and how can I give the C++ headers to the Qt Creator.

View 5 Replies View Related

General :: Graphics Library And Building A Simple GUI?

Aug 10, 2010

how (or what to use) to build a simple GUI on an embedded Linux system? I am using the Linux distribution Angstrom with a gcc compiler, and need to draw graphics on the screen. Preferably NOT in X11, but in a console only image. Are there simple graphics commands in C that will draw circles, boxes, and lines?

View 1 Replies View Related

Slackware :: Failure Building Multiple Apps Due To Missing Library Jscore?

Jan 26, 2011

I'm having a problem building some applications (e.g. Qsynth and FreeCAD) with sbopkg relating to an unfound library named "jscore". I've been keeping my system up to date with slackware64-current.Google searches have turned up very little about this library. There is a sourceforge page that has no files and seems to be related to a google hosted script jsCore.js... but I don't think that's what's missing here. I've come across some vague references to this jscore library being part of webkit. Can anyone verify this? I updated my webkit library itself and found no apparent results. Perhaps jscore was removed in an update to Qt (both of the example applications mentioned above link to Qt) as it seems to have it's own webkit library, libQtWebKit.

View 5 Replies View Related

General :: "no Termcap Library Found" When Building Gdb?

May 10, 2011

I am trying to build gdb on Fedora 14. I get an error: "no termcap library found" I have not been able to find a good answer by Googling. There is some recommendation to make sure libncurses is installed, which I think it is.

locate *libncurses.so" returns:
/lib/libncurses.so.5
/lib/libncurese.so.5.7

View 4 Replies View Related

Ubuntu Installation :: Warning: Missing REQUIRED Dependency: Libtool (libtool - Library Building Support Services)

Sep 17, 2010

I am working with Ubuntu 10.04 I can't print documents on HP Laserjet 1020 While printing, the jobs shows up in the print queue and disappears without any error, but no printout I tried to install HPLIP 3.10.6 from [URL]I followed the instructions but it ends with the error

Code:

INSTALL MISSING REQUIRED DEPENDENCIES
-------------------------------------
warning: There are 5 missing REQUIRED dependencies.
note: Installation of dependencies requires an active internet connection.

[code]....

View 9 Replies View Related

Software :: Need Link To Netpbm Binaries

Aug 27, 2010

Looking for netpbm binaries for 686 Linux. Found the netpbm binaries to the gallery project, but they don't have the full netpbm library. I came across [URL] but I think that needs csh which I don't have.

View 2 Replies View Related

Software :: Netpbm Install - Permission Denied ?

Jul 17, 2009

I'm trying to install netpbm on my dedicated server and I'm getting the follow message every time I try to run ./configure

bash:

And I know I have permission to run ./configure because I tried it on a different software and it ran just fine.

And I can't even do the make either because I got a permission denied again. Can anyone help me out here? Thanks.

My dedicated server is running CentOS 5.

View 2 Replies View Related

General :: Conversion - Mobipocket Creator Equivalent - Can't Use Mobipocket Creator

Jan 24, 2010

I'm a Kindle DX owner and I normally download some free PDFs from the internet, but I prefer to read then using the PRC format. As I'm a Linux user, I can't use Mobipocket Creator, then I want to ask for a alternative.

View 3 Replies View Related

Software :: ./configure Problem For Libsf Library Due To Apparently Missing Libdb Library ?

Aug 4, 2011

./configure script fails to configure libsf. Please check the following last few lines of configure script error.

But find command shows the following;

It seems the file libdb does exist. man dbopen displays man page for dbopen. I also tried to ln -s /usr/lib/libdb.a and libdb.so /lib dir but all were in vain.

View 6 Replies View Related

Programming :: SDL Static Library - Shared Library ?

Apr 7, 2009

I'm reading about shared, static, and dynamic libraries. What is SDL? Is it static, shared, or dynamic?

I always thought a library would be a lot of .h and .cpp files compiled separately into .o files and then if you compiled your own program you could use the -l parameter to link the library and it was all compiled together. Now I'm not so sure.

I don't even see any SDL .cpp files in my system anywhere. All I have are lots of SDL .h files in /usr/include/SDL and I don't really understand the code in them.

I'm making a wild guess here: SDL is a shared library. SDL itself is NOT compiled into my program, therefore SDL must be on any system my program tries to run on. When I compile and link SDL all it needs is the header files to know what SDL function and objects it can use. And then on every system it uses an already compiled SDL shared library thingy somewhere.

So... where is that part of SDL? All I can find are header files.

I'm thinking the advantage of shared libraries is that someone could say update SDL on their own system and take advantage of the new features without having to download new executables with the new version of SDL compiled into them for every program that uses SDL.

So if I'm making an editor and a game engine and they both use a lot of the same .cpp and .h files that I wrote and I'm tired of updating one and then the other and I need to turn them into a library, then a shared library might be kind of a silly solution. I could just make a static library. Right? Because it's not SDL. Nobody else is ever going to use this library.

View 6 Replies View Related

Programming :: Convert A Dynamic Library (filename.so) To A Static Library (filename.a)?

Nov 18, 2009

How can we convert a dynamic library (filename.so) to a static library (filename.a) using gnu gcc . Can we get a static library form a dynamic library . I saw a few post in which the conversion form a static library to a dynamic library is mentioned but, unfortunately, not the other way.

View 4 Replies View Related

Ubuntu :: Usb Creator Broke Grub

Apr 24, 2010

This was a bizarre problem with my systems bios confusing my usb wireless adapter and hard drive with one another! The solution was to unplug the adapter and reboot. I have been running a dual boot system with xp pro on one hard drive and Ubuntu 9.10 on a second hard drive, both are sata drives. I have been using this system for a few months and have been happy with it. A few days ago I decided to try to put Ubuntu 9.10 on a bootable usb, I followed the directions from help, but when I restarted my computer I could not boot from the usb device or boot from grub2. I read the grub2 documentation and tried all 3 methods of reinstalling grub from the live cd with no success. I then decided to install Lucid beta1 to a small partition on the second hard drive, when I rebooted I had grub 1.98 which recognized all three operating systems. This worked for a couple of days then again I got the error saying that the disk does not exist. I tried reinstalling grub using different methods, I even tried to use the fixmbr command on the xp disk, still no luck, now all I can do is use the live cd.

View 9 Replies View Related

Ubuntu :: USB Startup Disk Creator?

Apr 28, 2010

This utility doesn't work it won't format and won't boot the one time I got it working. Now it has broken my usb flash drive as gparted won't format it to anything . I tried the alternate unetbootin program and now it won't see the flash drive because the startup program trashed it. I still think the external usb devices is the most frustrating part of ubuntu and needs serious fixing. My new netbook install won't see any of my external drives.

View 3 Replies View Related

Ubuntu :: Where Is Startup Disk Creator

Jun 29, 2010

The Ubuntu Software Centre tell me I have Startup Disk Creator installed. But where is it? I cant see it anywhere on my system

View 5 Replies View Related

Ubuntu :: 11.04 Eclipse And QT Creator Mouse?

May 4, 2011

ok. here is my problem. when im using these two program, if i change to another window then come back to this program, the program will change to some sort of "view" only mode.i click on the workspace and i can't type or copy my code or edit anything . However, it will still highlight the code i selected. the program will back to normal after i click the applet on the right hand side of the top panel.

View 1 Replies View Related

Debian :: Install Usb-creator On Lenny?

Jan 25, 2011

Howto install usb-creator on Lenny?

I've tried to install according to:

[URL]

but I get this error:

Code:
# bzr branch lp:usb-creator usb-creator.trunk

You have not informed bzr of your launchpad login. If you are attempting a write operation and it fails, run "bzr launchpad-login YOUR_ID" and try again.

bzr: ERROR: Unknown branch format: 'Bazaar Branch Format 7 (needs bzr 1.6

View 3 Replies View Related

General :: How To Install DVD Creator Devede 3.16.8-0

May 6, 2010

I am new to Ubuntu 9.10.But after reading some tips I was able to install vlc player,handbrake,a free DVD ripper.Now I downloaded a DVD creating tool by nameDEVEDE (devede_3.16.8-0~rastersoft1_all.deb). But it is asking mencoder which I could not install even after installing many uniuversal and multiverse codecs related to mencoder and mplayer.

Therefore I request you to kindly tell me how to install first mpalayer and mencoder also tell me source installing(normally a deb) packages of mencoder and mplayer. Please give me details for offline installation only. Finally tell me how to install DVD creator DEVEDE i.e devede_3.16.8-0~rastersoft1_all.deb.

View 1 Replies View Related

Software :: Web Page Creator For Sabayon 5.3

Sep 25, 2010

Does anyone know of a good web page creator that is easy to install on Sabayon 5.3?? I'm new to Linux and web page creating, so be gentle! I have registered a web address and a host, now all I have to do is get the info to the world.

View 3 Replies View Related

Software :: Live Usb Creator That Runs ?

Oct 12, 2009

I was recently trying to use unetbootin for linux but no luck. i want a program that can create a live usb from a cd image i have on my computer, what is it called and where can i find it (it has to work in pclinuxos)

View 3 Replies View Related

Programming :: Multiple Window GUI App In Qt Creator

Aug 3, 2010

For example I want my Qt Creator app to have multiple custom dialogs. How do I manage them? Also, what if I want to replace all the widgets in a window with new ones, how do I manage that in Qt Designer?

View 4 Replies View Related

Fedora :: How To Use The (--base-on) Switch With Livecd-creator

Jul 27, 2009

Anyone have a practical example of how to invoke livecd-creator using the (--base-on) switch to add packages to an existing iso image?

I've looked high and low, but can't find much info concerning the use of this option.

View 6 Replies View Related

Ubuntu :: USB Startup Disk Creator Format WD HD 1 TB

Mar 7, 2010

The program damage my external hard disk brand Western Digital of 1 TB and 3 partition of that disk. I'm deeply sad and hopeless... googling a little bit I found that this is and old problem, was my first try. I have a lot, of very important information, I don't even know if is this the right group on this forum to put my question.

View 6 Replies View Related

Ubuntu :: Startup Disk Creator Disaster

Mar 14, 2010

I was attempting to create a bootable usb drive for a friend with Startup Disk Creator. I was certain I had selected the correct drive but apparently I had not, because when I clicked "format" it began to format sdb instead of sdc. Unfortunately, sdb was my external hard drive. In a panic i force quit the format window, as i couldn't see any other option.

Now, when i access my external hard drive all I see is 4 files with jibberish titles full of random symbols. When I right click the external drive it still says its ~70% full of data, so i guess everything is still there.. whether or not it is salvageable is the question. Is there anything to be done or is it beyond repair?

View 1 Replies View Related

Ubuntu :: LiveUSB Creator Says Disk Full?

Jun 7, 2010

I am using default USB Startup disk creator for spreading new versions of ubuntu on all my machines. In 10.04, I point it to GnomeLiveCD of 600Mb, and usual 4Gb flash drive. And the application says I have not enough space.4Gb is empty, fresh formatted, with right partiion. It is OK in short. Do somebody know what to do with app?

View 3 Replies View Related

Ubuntu :: CD / DVD Creator Non-successful With Burning Discs

Jun 12, 2010

I know, as of 2008, no support, but I'm wanting LTS so I'm trying to get Ubuntu 10. I'm trying to use 7.04,s CD/DVD creator to burn the Iso to a CD. I've tried desktop, and alternate, both by bittorrent, and every time I attempt to burn to a disc, it takes 10 minutes with useless spinning, saying "Preparing to write disc" and then it stops, locking the CD drive and having me to restart the system to get it running again. I've run on 2.0x, 1.0x, and 8.0x, all failing. I could really use help. I'm running a Dell Dimension 4500S, Pentium 4, 512MB ram, with a Cyberdrive CW058D CD-R/RW, SCSI, and IS a burner.

View 9 Replies View Related

Ubuntu Multimedia :: CD / DVD Creator - No Proper Playback

Aug 11, 2010

I have a DVD that I am trying to burn to a disc. What I have is a VIDEO_TS folder. First I burned just that to the disc and it plays fine in my standard DVD player, but when I try to play it back using Ubuntu's Movie Player, it acts like it is going to play for a split second and then goes into stop mode. So, I tried burning the disc again, but this time I added and empty AUDIO_TS folder to it. Still plays fine on the DVD player, but in Movie Player it plays the menu. Only it doesn't show any image, just a '>' symbol that you can move with the mouse.

View 1 Replies View Related

Ubuntu :: Cannot Find USB Startup Disk Creator?

Oct 15, 2010

I'm trying to use USB Startup Disk Creator. The problem is I can't find it! I mean it is installed on my system, the Software Centre shows that but it doesn't appear in Applications>Accessories or anywhere else I can see. So where the heck is it?

View 9 Replies View Related

Ubuntu :: Is The 'startup Disk Creator' Proprietary

Oct 22, 2010

I'm trying to make a live USB of openSUSE from the 'startup disk creator' in Ubuntu. I wanna try it and see what it's like. As well as Fedora and gOS. As soon as the downloads for Fedora and gOS finish I'll try making the startup disk with 'startup disk creator' for each of those. But my problem is that I tried openSUSE and I select the .iso and it doesn't do anything.... I would imagine it should work with any old .iso, right? Or no? Can I only make an ubuntu startup disk with it?EDIT: Fedora doesn't work eitherEDIT again: Yea, requirements state that I can only make a USB startup disk of Ubuntu desktop edition

View 4 Replies View Related

Ubuntu :: Startup Disk Creator Not Always Loading Iso's?

Nov 8, 2010

I have this problem across all my computers running Ubuntu (Lucid and Maverick installations). It works sometimes but it's hit and miss. Sometimes it will load up an iso no problem and i have a start up flash stick in no length of time. Other time's it will not load up an iso. I have tried formatting my flash drive these times but it doesn't make a difference as the drive is always recognised by the program yet i sometimes can't load an iso. When this happens i find that i generally have the same problem at the same time on my other Ubuntu installations. I find it weird. Anyway it's very frustrating when i come across another distro that i really want to try out and i cannot load the iso in the program.

View 3 Replies View Related







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