Fedora :: Run C++ Program On Fedora And It Give Errors Of Its Header Files?

May 22, 2010

i have a c++ program and i tried to run it using gcc command and it gives header files error i got the header file now but dont know where to place those files?can any one got the idea??? we could not place header files in usr/include folder!

View 7 Replies


ADVERTISEMENT

Ubuntu :: Errors When Pointing VMWare Install To Kernel Header Files

Mar 31, 2011

I'm running BackTrack4r2 which is based on Intrepid. I'm pulling my hair out over this problem. As I try to install VMWare Server 2.0 I'm getting stuck at a question the installer poses: Where are the kernel header files located? It would make sense that they're in /usr/src/linux-2.6.35.8 but when I put that it just says there's no subfolder "linux" as expected and to try again. If I use the default location that VMWare says (/lib/modules/2.6.35.8/build/include) I get an error:

[code]...

View 4 Replies View Related

General :: Program Consists Of Header Files, .cpp, .c, \ How To Compile And Run Them?

Aug 12, 2010

I have a program consists of header files, .cpp, .c, a Makefile and need to include the problem instances file (.tim).May i know how to compile and run them? From google, i have heard bout the command make.

View 6 Replies View Related

Fedora :: Script / Program That Will Give A Listing Of All The Content On My Hard Drive(s)?

Aug 3, 2010

Does anyone know of a script / program that will give me a listing of all the content on my hard drive(s)? I have two drives that I keep my content on (which is re-downloadable if I lose a drive). In the event that I lose a drive, I would like to have a list that I can refer to so I know what I need to re-download again.

It would be good if it doesn't list *every* file but maybe only the relevant folders and files. For example, many folders are extracted archives of 100's of files. If it just gave me the folder name that would be better than all the files (less stuff to sift through).

View 3 Replies View Related

Fedora :: Vmware And C Header Files ?

Dec 28, 2009

I've installed Fedora 12 (KDE version) on VMware workstation running under Windows 7.

I've been able to configure the VMware tools fine up until this point:

Code:

What is the location of the directory of C header files that match your running kernel? After some searching online I deduced I should install all of the latest updates and kernel-devel.

I then nuked the previous VMware tools install and started over with it again, but alas, no directory I try works (i.e. /usr/src/kernels/, /usr/src/kernels/2.6.31.5-127.fc12.i686/ and so forth).

View 8 Replies View Related

Fedora :: C Header Files Which Match Currently Used Kernel

Jan 13, 2011

I need to install some module which needs to be interated into OS's.

It asks me: "What is the location of the directory of C header files that match your running kernel? "

I know that I need kernel-devel package and I installed this yum install kernel-devel after that I have this /usr/src/kernels/2.6.32.26-175.fc12.i686/include/

Now when I run configuration it does not work

Does it mean that I need to update the kernel so that it matches to the kernel-devel module available in the net?

View 4 Replies View Related

Fedora Installation :: Location Of Kernel-header Files

Dec 24, 2009

I am using Fedora 12 with VMWare Player 3. I want to install the vmware tools. To get them properly working i need the location of the kernel header files. In which directory are they usually stored?

View 2 Replies View Related

Fedora :: Installing Older Kernel Header Files With Yum Or Rpm

Feb 3, 2011

I just had a hard drive failure on my mythtv box that I had been running F14 on. I reinstalled F14 and just got about everything up and running like normal again except that I upgraded the kernel by mistake when I was upgrading everything else to current levels. The problem is that I run a hauppauge pvr150 on this mythtv box, and the code for capturing on this card is broken on the latest kernel version. I have the kernel headers and development files installed for the newest kernel that I can't really use, but I didn't install the kernel headers for the older kernel before the upgrade. Now, I am looking for a way to forcefully install the older kernel development files so that I can compile my the proprietary nvidia drivers against it for my adapter. I downloaded the rpm files from the fedora 14 repository directly. Is there an option for rpm that I can use to force the installation?

View 2 Replies View Related

Programming :: Compile C++ Program Without Changing #include Line & Header Files Not System?

Apr 3, 2011

I have C++ source code(*.cpp) files that expects it's header files in System's include folder which is/usr/include.The cpp files has include lines like this:

Code:
#include <some.h>
#include <another.h>

[code]...

View 3 Replies View Related

Ubuntu :: Give Permission To Execute As A Program To All The Files In A Folder?

Sep 2, 2010

I'm running WoW through wine. In order to install addons I need to give all the files in the program permission to execute as a program. the problem is I can't (dont know how) just right click the folder and give everything inside permission i have to open each one and give them all permission, which can quickly turn into hundreds depending on the addon. how to give permission to execute as a program to all the files in a folder at once it would save me a lot of clicking and time.

View 2 Replies View Related

Fedora :: Location Of The Directory Of C Header Files That Match The Running Kernel?

Oct 13, 2009

I am trying to install VMware on my machine. I have downloaded VMware and I am now trying to configure it. After accepting the EULA, the program states;

Code:

None of the pre-built vmmon modules for VMware Server is suitable for your running kernel. Do you want this program to try to build the vmmon module for your system (you need to have a C compiler installed on your system)? [yes] y Then;

Code:

Using compiler "/usr/bin/gcc". Use environment variable CC to override. What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include] The path "/usr/src/linux/include" is not an existing directory. What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include] /usr/bin/gcc The path "/usr/bin/gcc" is not an existing directory. What is the location of the directory of C header files that match your running kernel?[/usr/src/linux/include] How do i find where the C header files are?

View 14 Replies View Related

Fedora :: Error - C Header Files Matching Your Running Kernel Were Not Found

Jun 29, 2010

I need to install VMWare Workstation on Fedora 13, but I keep running into the following error -

"C header files matching your running kernel were not found...."

It's looking for 2.6.33.3-85.fc13.i686 but when I did a - yum install kernel-devel I got 2.6.33.5-124.fc13.i686

when I do - yum install kernel-devel `uname -r`

I get the following -

Loaded plugins: presto, refresh-packagekit
Setting up Install Process
Package kernel-devel-2.6.33.5-124.fc13.i686 already installed and latest version

[code]....

View 5 Replies View Related

General :: Get Socket.h Header File / Copy Pasting This Header File In 'incl' Directory Allow To Use It In The Program?

Apr 22, 2011

where can i get socket.h header file? will copy pasting this header file in 'incl' directory allow me to use it in the my program?

View 1 Replies View Related

Fedora Installation :: Can't Find Any SHA1SUM Files To Give Correct Character Sequences

Sep 27, 2009

I have downloaded both versions of Fedora 11 (Gnome and KDE) to iso files on my hard disk - in Windows XP. I then tried the verification procedure advised in [URL]... section 3.1. I have successfully installed and run hashcalc, with the SHA1 option, and got the following results:

- for the Gnome version : 795b52b3c7b16eba6f2cae055ec894d8648d8095
- for the KDE version : 38ef6c97e29803add28d40add05aa025b6f4c92b.

But I can't find any SHA1SUM files to give me the correct character sequences against which to compare the said results.

View 7 Replies View Related

Fedora Security :: Open PDF Files Only By One Program?

Jan 27, 2010

How to configure SELinux to open PDF files only by Adobe Reader and other programs can't do that?

View 3 Replies View Related

Fedora Servers :: Transfer Files From Computer - Run Program?

Aug 25, 2011

I have recently rented a server which is running Ubuntu linux. I can connect to it through ssh. I've written a Java application that I would like to run on the server 24/7. How do I transfer the files from my computer to the server so I can run the program from the server?

View 11 Replies View Related

Fedora :: A Batch Program That Reduces Size Of Jpeg Files?

Nov 11, 2009

king for a program or command line tool that ease the process of reducing size of many .jpeg files at once.I've been doing this with gimp manually by reducing jpeg quality and it's painful for 10 or 15 files to do that

View 7 Replies View Related

Fedora :: Installing Programs And Finding A Program That Plays FLV Files?

Mar 28, 2010

how to install programs, that i downloaded onto my windows XP computer,and they are for linux, i downloading it off a site.i just need to learn how to install it,and i need to find a media player that plays FLV files, as well as MP3 files, with the codec preinstalled,or how to install codecs.im sorry im really new to linux, i was considering switching to Mint, is that any better for media?

View 9 Replies View Related

Fedora :: Best Program Have Found To Make Or Edit Epub Files / Sigil

Jun 11, 2011

Has any one got this to run on Fedora 14. I have it running just fine on Ubuntu 10.04 but it will not boot up under Fedora. It seems to install just fine.Best program I have found to make or edit epub files. Sigil

View 1 Replies View Related

Fedora :: Installing Wine - Add / Remove Program Install Both 86_64 And I686 Files

Jul 7, 2011

When I install wine the add/remove program wants to install both 86_64 and i686 files. I have the x86_64 version of Fedora 14. I am having problems with counterstrike and have installed it using Wine, have noted problems when both types of files are installed.

I would like to have Fedora set up just right but as with all Linux distros, am having trouble keeping my head above water with fc14. I have success up to a point and then want to go back to Windows for its simplicity. Just this wine problem

View 1 Replies View Related

Fedora :: Bottom And Header Is Gone ?

Jun 17, 2010

I recently installed Fedora 13 on my computer, but when I logged in the header and bottom was gone. I do not know what to do. Is this a normal problem?

View 14 Replies View Related

Programming :: Writting A C++ Program Using Netbeans And Keep Getting Error About Finding My Header

Feb 14, 2011

Below are the header files and the program:

using namespace std:

View 2 Replies View Related

Fedora :: Installing A Kernel Header?

Aug 4, 2010

I always wanted to get it installed on my old Dell Laptop and Fedora 13 is the first one that has actually worked.

Anyways, I am trying to install:

kernel-devel-2.6.33.3-85

Which I downloaded from:

[URL]

When I double click the file to install, it says:

could not do simulate: Backend will not install a src rpm file

View 1 Replies View Related

Red Hat / Fedora :: Header When Installing Mapserver

Nov 5, 2010

not sure what how to sort out this problem but i am trying to install map server and it errors out because i don not have this header. i get this exact error message configure: checking whether we should include ESRI SDE support... configure: error: "Could not find sdetype.h or libsde.a/libsde.so in /u01/arcgis93sdk/sdeexe93/."

View 1 Replies View Related

Programming :: (.text+0x7): Undefined Reference - Compiling Program Include One Header File And 2 C

May 21, 2011

i am a new programer in c i have write a simple app and i have a problem with combiling my program include one header file and 2 c

fun.h
#include<stdio.h>
void f();
/******EOF*******/
fun.c
#include"fun.h"
void f(){
[Code].....

View 6 Replies View Related

Programming :: C Header Files And Object Files ?

Sep 18, 2010

When is it good to use separate translation units and object files and link them into the main C program, and when is it good to include the header files in the main C program? I don't understand if most people include header files or if most people just link in object files and use their contents in the main program. It's sort of a simple question, but it's confusing to me and that's why I need help with it. I sort of don't understand the difference, or if there's really no difference other than the way the final result is achieved, which way is better or preferred, etc...

For example:

Code:

or:

Code:

Simple explanation of the difference? or which one is preferred or better? I've read a little on the ELF format... so is there no difference in the end result? It's just a matter of preference or necessity, and where the information is to begin with?

View 9 Replies View Related

Fedora X86/64bit :: Vmware Cannot Find Kernel Header

Jul 28, 2009

I am running a vmware on a 64 bit fedora 9. I have already installed kernel header, but the vmware could not find the kernel header, and ask to input the kernel header path. I added /usr/include to the vmware, it complained not a right kernel header.

View 1 Replies View Related

Fedora :: Download Fipscheck-devel That Can Contain Both The Header And Libfipscheck.so?

Dec 8, 2010

I downloaded openssh version openssh-5.1p1-8.fc11.src.rpm.It requires fipscheck-devel.I downloaded fipscheck-devel from the internet and it includes the following :

$ rpm -qlp fipscheck-devel-1.2.0-1.el5.i386.rpm
/usr/include/fipscheck.h
/usr/lib/libfipscheck.so

However it does not inlcude the libfipscheck.so lib. Just a symlink under /usr/lib/$ ls -l
libfipscheck.so -> libfipscheck.so.1.1.0

Where can i download fipscheck-devel that can contain both the header and libfipscheck.so ?

View 2 Replies View Related

Fedora Installation :: ImportError:/user/lib/libdhcp6client-0.10.so.0:Invalid ELF Header

Jan 14, 2009

I installed the FC8.0 by hard disk! The system in (hd0,0) is windows xp! THEN i copy vmlinuz and initrd.img to c: Using GRUB like this:

title Install Fedora 8
kernel (hd0,0)/vmlinuz
initrd (hd0,0)/initrd.img

when finished to choose the keyborad the installing started but it said:

ImportError:/user/lib/libdhcp6client-0.10.so.0:Invalid ELF header

how can I continue to install?why this happens?

View 2 Replies View Related

Red Hat / Fedora :: Warning: Glibc-2.9-2.x86_64.rpm: Header V3 DSA Signature: NOKEY, Key ID

Jun 9, 2011

I get this error when trying to install

rpm -i glibc-.9-2.x86_64.rpm
warning: glibc-2.9-2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 4ebfc273
error: Failed dependencies:
glibc-common = 2.9-2 is needed by glibc-2.9-2.x86_64
glibc > 2.5 conflicts with glibc-common-2.5-49.el5_5.7.x86_64

View 2 Replies View Related







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