Software :: Make Rpm File From Source Code Of Software?

Sep 16, 2010

how to make rpm file from source code of software?

View 2 Replies


ADVERTISEMENT

Software :: Compiling Evince From Source Code - Make Errors

Mar 20, 2011

When I compile evince from its source code, I am able to run ./configure properly, but when I run make the following output is displayed.

Code:
make all-recursive
make[1]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0'
Making all in cut-n-paste
make[2]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0/cut-n-paste'
Making all in zoom-control
make[3]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0/cut-n-paste/zoom-control' .....
make[3]: *** [libevview.la] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

I am not able to ascertain the source of this error, even though I seem to have the file in question-libevdocument.la. What do I do now to remove this error?

View 8 Replies View Related

Software :: Source Code For File Command

Nov 21, 2008

Does anyone know where is the source code for file command?

View 2 Replies View Related

Ubuntu :: How To Reset File Enigma_active.so To Source Code

Mar 11, 2011

How to Reset File enigma_active.so to Source Code Is in the compressed file Makefile

View 7 Replies View Related

Programming :: Interact With The File System By Own C Source-code?

Jun 1, 2010

I'm investigating how to copy a file located in my file system into another device. I googled to find a solution for my case but I didn't find anything. My original problem was to find a way to permit my code to move a file into a USB device. I wonder If is there a way to implement the cp command or some mechanism that permits my code to interact with between the file system on my computer and the second one on USB external driver (FAT32) ?

View 3 Replies View Related

Programming :: Creating Setup File From Source Code?

Jun 30, 2011

I had made some modifications in the source code of a software called "HomeBank". I'm not able to make a setup file using "Inno setup".how to create an .EXE file for the source code to execute.

View 2 Replies View Related

Programming :: Create A .bin File From Java Source Code?

Jan 4, 2010

i am trying to generate a linux executable data (bin data) from my java source code.

View 4 Replies View Related

Programming :: Transmit A File By Source-code To USB Drive?

Jun 1, 2010

I want to find a simple and quick way to permit my application to bring a file located in my file system and write it into an external USB device. I have to use Bulk Transfer Only mode that means to use stream of characters only. I looked through the LibUsb library using it in my IDE I can transmit a string. To transfer a whole file I suppose I've to dodge the file system building a char sequence that permits to recognise a file in the file system and to put it into the usb device.

View 1 Replies View Related

General :: Include Vim Settings In Source Code So That The File Is Displayed The Same Way?

Feb 15, 2011

I vaguely remember that there is a way to store instructions for vim in my file (like tabstop width etc). I'm not speaking of settings in vimrc but of storing those settings with in the file to be edited. That way the tabstop has always the right width even if I transfer this file to another computer. However, I can't remember what the magic word is so that vim picks up those settings when loading the file.

View 1 Replies View Related

Ubuntu Multimedia :: Saving An Mp3 File From A Webpage's Xml Source Code?

Sep 1, 2010

I listen to a radio show that broadcasts online a lot named ChatterBox Video Game Radio, and when i e-mailed one of the hosts about retrieving archived shows since the site didn't have any archiving of old shows or a link to it. Alon was nice enough to send me one of their old web pages with a HUGE list of archives but it's only the xml source code of the page. since the page isn't live of course, and because of the how he had to send me the code for the page and not a hyperlink to the page, i have the source code. now going through the source code of the page he emailed to me, i can find links to .mp3 files and i can open them and listen to the shows in web browsers, but i was hoping to save them to my computer forfuturelistening.URL]ww.chatterbox'ssite.com/whatever/anotherfolder/showiwanttosave.mp3 in firefox quicktime comes in and lets me listen (as long as my internet connection is active) but wont enable me to save because i dont have the pro version of quicktime. quicktime is good, but i dont use it enough to actually buy the product, and i'm not going to buy the product for just a one time use. is there another way to where i can save this file using the address from the source code (and the ChatterBox allows listeners to save their shows to computer for free, so it not some work around to rob them of money. i fully support them) without having to buy quicktime 7 pro(a product i never really use)?

View 4 Replies View Related

General :: Follow Directions To Install A Program From Source Code (tar.gz File)?

May 11, 2010

I had Ubuntu for awhile, now I installed Fedora12, I'm trying to follow directions to install a program from source code (tar.gz file) I have the February 2010 issue of Linux Format, and am trying to follow it step by step. I copied gnurobbo off their disk to my desk top, which copied it. Then I did the cd command, then I did the ls command and it didn't show me anything but a line saying desktop and a few other things like pictures movies etc. so I did cd gnurobbo-0.64 and it says no such file. I have been trying this for a few times and I think I'm going crazy.

View 3 Replies View Related

Fedora :: Make A Nachos Directory And Download The Nachos Source Code And Cross Compiler?

Apr 28, 2011

I am trying to install NachOS on fedora, i make a nachos directory and download the nachos source code and cross compiler, then i extract the zip files and patch the make files and everything is okay till now. but when it comes to compiling nachos, i followed these steps.

* ~/nachos> cd NachOS-4.0
* ~/nachos/NachOS-4.0> cd code/build.linux
* ~/nachos/NachOS-4.0/code/build.linux> make depend

[code]....

View 10 Replies View Related

Ubuntu Installation :: Compileing The Source Code In The Terminal - Cannot Open: No Such File Or Directory

Apr 13, 2011

I've tried a couple times to install from a tar.gz file and when i try to compile the source code in the terminal I get this error "tar: bash-4.2.tar.gz: Cannot open: No such file or directory" what am I doing wrong? Now when I download the files, I leave themin the down loads folder, do i need to make a new directory? If so how do I do that and how do i call it up when I compile the sopurce?

View 1 Replies View Related

Ubuntu :: Source Code Of The Krnel From The Kernel.org - Source Trees Organization

Apr 11, 2011

i am already a little bit familiar with linux and now i want to know better the linux OS. i have downloaded the source code of the krnel from the kernel.org and i dont understand the linux source trees organization, so can somebody do me a favor and give me a link to some internet page (or at least a book) that explains that?? i have searched in the internet with the tag:::linux source trees organization and i have not found nothing interesting

View 1 Replies View Related

Ubuntu :: How To See Source Code Of Open Source Software

Sep 12, 2010

I want to see the source code of smplayer software.from where i can see source code of open source softwares?

View 9 Replies View Related

Fedora :: How To See The Source Code

Jan 22, 2011

I have been a newbie to Fedora, Now i think its the time to explore fedora and learn the "behind the scenes" process.. I want to know how to view the source code of kernel,an application.

View 2 Replies View Related

Ubuntu :: Where Is The Source Code?

Jul 20, 2010

I have been using Linux for 2 months, specifically Ubuntu, and been wondering where the source code is. Not only do I wonder where the kernel source code is but also where the source code for the installed programs are.

View 2 Replies View Related

Fedora :: View The Source Code?

Aug 24, 2009

where can I find the source code of fedora's calculator?? I have to download it from somewhere? Am I able to view it from inside the O.S.?

View 12 Replies View Related

Fedora :: Where To Get F11 Source Code Disc

Nov 17, 2009

Where I can get a disc for the Fedora 11 source code? I really like this release of fedora and want to keep it for the future. Also, what's the difference between SRPM and RPMs? What does an SRPM do when you install it and what is it's purpose?

View 3 Replies View Related

Fedora :: Compilation Of Vlc Source Code?

Dec 13, 2009

how vlc source code can be compiled?

View 2 Replies View Related

Fedora :: Flowchart From C Source Code?

Jul 12, 2010

I have some C source code listings that are not documented or even commented from which I would like to run a program to create a flowchart.I'm not looking for the likes of dia or such which require the user to do the creation please. I've read the posts on this and other forums but have found only user created charts, not from source. From several web searches I know winblows has such programs but I don't want windows on this machine!

View 2 Replies View Related

Fedora :: How To Do Installation From Source Code

Aug 23, 2011

Looking for a guide or thread that explains how to install from source code.What programs that I need to install like php or others and the steps to compile make and install the code.

View 11 Replies View Related

OpenSUSE :: How To Install API From Source Code?

Feb 6, 2010

In what directory do I need to install a tarball containing API libraries in order to import the libraries for programming?I've been trying for a few hours now to get started on my homework - but I need the GLUT api for OpenGL. After attempting to compile a simple test program, I got the error
Code:
glut.h: No such file or directory

First off, I'm not even really sure if OpenGL wasn't included in the original install or if I even need it when programming with GLUT (I truelly am clueless, lol). But after reading as much as I could, I've only been able to deduce that I need to install the API libraries somewhere on my disc.So I found the tarball, and there are special instructions for installing a linux machine. I found instructions saying to install it in the directory /usr/lib/ but is that right for the SUSE distro?Also, if anybody knows anything about GLUT/OpenGL programming + openSUSE11.2.

View 9 Replies View Related

Ubuntu :: Get The Full Source Code?

Oct 16, 2010

where can i get the full source code of ubuntu ?

i want to study it and mayb il make my own os in the future.

View 3 Replies View Related

Ubuntu :: Editing Source Code ?

Mar 27, 2011

How to edit Ubuntu Source code to edit Ubuntu how I want? I know I am legally allowed to modify the code but I do not know how?

View 2 Replies View Related

Ubuntu :: Where To Obtain The Source Code For 10.04.1 LTS

Jun 7, 2011

Where can I obtain the source code for Ubuntu 10.04.1 LTS?

View 1 Replies View Related

Applications :: Get Source Code For Squid?

Aug 5, 2010

whr to get source code for squid

View 1 Replies View Related

Ubuntu :: How To Compile Source Code

Jul 24, 2009

I downloaded wine from a windows laptop, but because you have to have a computer running Linux to download it as a .deb package, I had to download the source code as a tar. bz2.

Does anyone know how I compile it and make it executable?

View 6 Replies View Related

General :: Need Source Code For Gprof

Jan 17, 2010

I need GNU gprof source code. I have searched on Internet but didn't find anywhere. Can any give me the link for downloading the same?

View 3 Replies View Related

General :: Red Hat Enterprize - Can To Get It's Source Code?

Mar 22, 2011

Is red hat enterprize linux is open source and if yes from where I can get it's source code?

View 2 Replies View Related







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