General :: Compiling Liarliar-0.5.2 In Fedora 12?
Jan 25, 2010
I'm trying to compile liarliar-0.5.2, a VSA app in my netbook (Acer Aspire One D150 10", intel atom N280 (Hyper Threading Enabled), 2GB Corsair RAM, Fedora 12 with KDE 4.3.4 up to date as of today 26 January. This is what I get when executing ./configure:
[...]
checking for pkg-config... /usr/bin/pkg-config
checking for gtkmm-2.0 gthread-2.0 gstreamer-0.6... Package gtkmm-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtkmm-
[code]....
how do I set up the PKG_CONFIG_PATH env variable in order to fix this? I even have a clue of what a "nonstandard prefix" is.
View 12 Replies
ADVERTISEMENT
Mar 1, 2011
i'm trying to compile this experimental VSA application i realize that its an old program and may not compile properly on fedora 13, but after hassling with a bunch of old libraries and such i finally got the configure to finish properly but now when i try to make the binary this is what i get:
Code:
mkdir .libs
g++34 -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE="liarliar" -DVERSION="0.5.2" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
[code]....
View 3 Replies
View Related
Feb 24, 2010
I am trying to compile older version of kernel 2.6.23.4 on my fedora 11.
I am following below steps:
1)make menuconfig
2)make bzImage
3)make modules
4)make modules_install
5)make install
Kernel is compiling. After doing make modules_install it says:
My grub.config looks like:
But after that the cursor only blinks nothing happens.
View 5 Replies
View Related
Oct 7, 2009
I have Fedoara 11 install on my PC. I want to compile program as 32 by g++ option -m32. I have 32 bit library install on my machine which present in path
When i compile my sample program with -c & -m32 option it compile correctly
Then it gives linking error as:
View 2 Replies
View Related
Mar 21, 2010
how we can we write java programs in java and how we execute it.. to produce output?
View 2 Replies
View Related
Oct 30, 2010
A C program which compiled well in Dev CPP compiler is not compiling in Linux-Fedora.It shows the following error message/tmp/ccy02C6e.o.eh_frame+0x12):undefined reference to '__gxx_personality_v0'collect2:ld returned 1 exit status
View 2 Replies
View Related
Aug 22, 2010
Running Fedora 12, I am attempting to compile an application. The README file tells me that I need Qt 4.6.3. Clicking on System - Administration - Add/Remove Software, I find many packages having something to do with qt, but nothing looks like what I need. Is this available as a package for Fedora? If not, what would I need to do to download and use qt on my system?
View 2 Replies
View Related
Jun 22, 2011
I am compiling and installing the custom kernel based on the instructions provided in Building_a_custom_kernel on fedoraproject.org/wiki site.
However, according to the instructions, anytime I change anything in the kernel source files(e.g /driver/ata/libata-core.c), I have to create a patch a rebuild the whole kernel and install this new kernel which takes 2 hours. Is there a simpler way of recompiling what has changed(without creating patch) and try that changed kernel? Since my changes are not in the drivers which can be dynamically loaded but is in the static code of the kernel, it is making life cumbersome.Are there any instructions for this? How does other kernel developers manage this?
View 2 Replies
View Related
Dec 27, 2009
The Avant Window Navigator beta, as taken from the project's Bazaar repository, isn't configuring correctly on my machine and gave me loads of errors previous to this point, so I've had my hands full for a while now. Three packages that AWN needs to compile (gnome-desktop-devel, gnome-vfs-devel and libgnome-devel) are refusing to install, leaving me with this Quote: checking for AWN... configure: error: Package requirements (glib-2.0 >= 2.8.0 gthread-2.0 gobject-2.0 gtk+-2.0 gdk-2.0 >= 2.10 dbus-glib-1 gnome-desktop-2.0 libgnome-2.0 gnome-vfs-module-2.0 gconf-2.0) were not met: No package 'gnome-desktop-2.0' found No package 'libgnome-2.0' found No package 'gnome-vfs-module-2.0' found.
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables AWN_CFLAGS and AWN_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. and this is why they won't install Quote:hal = 0.5.13-9.fc12 is needed by package hal-devel-0.5.13-9.fc12.x86_64 (fedora) I need an old version of HAL for the "dependency resolution failed" notices to go away. One which PackageKit says is still on my computer. I would try to downgrade via yum but setenforce 0 fails. What do I need to do to get this whole thing finished?
View 14 Replies
View Related
Apr 7, 2010
I am trying to compile kernel 2.6.33.2 (without problems 2.6.33.1), but i got the following message :
[code]...
View 2 Replies
View Related
Nov 10, 2010
compile ParaView myself so that I can install the pvmeshless plugin. I have done that a few times before on Ubuntu machines. Now I read that I might run into problems due to qt4.7 (4.6 is supported by PV). Anyhow I don't even come to that stage since I can't enable python support. The error I get is:
Quote:
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE):
Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
Call Stack (most recent call first):
[Code]....
View 2 Replies
View Related
Jan 14, 2011
I have a problem i can't compile vmware i have all the packages that are needed to compile VMware.The compile can't compile anything. Here is the log of the compile :
Stopping VMware services:
VMware USB Arbitrator [ OK ]
VM communication interface socket family [ OK ]
Virtual machine communication interface [ OK ]
Virtual machine monitor [ OK ]
[code]....
View 4 Replies
View Related
Oct 3, 2009
its been a long time since i was last on here, (2006)
I am trying to compile ffmpeg (and libraries) but im stuck. I am running x86_64 FC11 and want to compile 32 bit binaries so i can post them online for people to download, and mine is different then the ones hosted by the yum repo's.
here is what the output is
Code:
[rbehera@roflmao ffmpeglinux]$ ./configure --cpu=pentium3 --arch=x86 --enable-cross-compile
[rbehera@roflmao ffmpeglinux]$ ./configure --cpu=pentium3 --arch=i686 --enable-cross-compile
[Code].....
View 3 Replies
View Related
Dec 24, 2009
I've been playing around with this forever now, I am trying to do the example timer using boost asio's example, I keep getting an undefined reference error for boost::system and pthread errors, so after a bit off googling I went back to boosts' to follow their advice it didnt help one bit I know where the boost system lib is /usr/lib and the include directives are in /usr/includes however, when issuing the command they said that needs to be done as in the example with gcc nothing happens just file not find and I am inputting the correct path.
View 1 Replies
View Related
Apr 9, 2010
I am trying to compile a vanilla kernel that I got from git in a VirtualBox VM running Fedora 12. With RHEL (albeit on real hardware, not a VM), I am able to do a make; make modules_install; make install and simply able to boot up the kernel. The make install step, in particular, creates the initrd using /sbin/installkernel, which also updates the grub configuration.
Under Fedora 12, my new kernel does not boot. I see no messages on the screen, not even if I change the boot command line to remove quiet bootup. I see disk usage on the VM and the CPU gets pegged at 100%. Strangely enough, if I change the initrd to refer to an existing, Fedora-provided kernel, I can boot my new kernel without any problems. I started with a Fedora kernel config and used it to generate the config for my new 2.6.33 kernel, so it couldn't be the case that I missed something in the config either.
Does anybody have an idea about what could be going on? Is there some specific patch that Fedora kernels use that are essential for booting up?
Also, the guest Fedora OS is 64-bit, if that is relevant.
View 2 Replies
View Related
May 28, 2010
Code:
g++ hworld.cpp `wx-config --libs` `wx-config --cxxflags` -o hworld
hworld.cpp:5:20: error: wx/wx.h: No such file or directory
(snip)
I looked at other topics with similar problems and I have both wxGTK and wxGTK-devel installed. I'm pretty sure the method of compiling is correct.
View 4 Replies
View Related
Nov 7, 2010
I am trying to compile the drivers for my new wireless adapter card. It has me copy a specific configuration based on my Kernal (2.6 which is supported) to a Makefile, then "make all."I get an error after performing this task stating that the path ending in /build is not a directory. I follow the path to /build and "build" is shown in red letters with a black box around it. Just for fun I attempted MKDIR build, and it stated "file exists" ls-la says it is not a directory. I think this is where it is bombing, from the Makefile:
make -c /lib/modules/$(shell uname -r)/build SUBDIRS=$(shell pwd) modules
View 4 Replies
View Related
Jan 4, 2011
I am trying to install Elmer-fem on a x86_64 Fedora 14 machine. There are various things needed to to be installed in this package and I mean a lot of "./configure -> make ->make install" procedures. The problem is that I can't get through the installation of a specific component of Elmer-fem called ElmerGUI due to (I think) a problem in defining the correct paths of tcl, tk and FTGL libraries. I can't get through the compilation of the "post" folder, therefore, I can't install fully Elmer-fem. Here is my problem. I downloaded the trunk folder of elmerfem and I try to compile it using the compile.sh script with the addition of :
Code:
#the compiler flags
export CFLAGS=""
export FCFLAGS=""
export F77FLAGS=""
[code]....
View 2 Replies
View Related
Feb 24, 2011
I find that I can't compile alsa-driver 1.0.24 OR 1.0.23 under Fedora 14.
Compiling alsa-driver 1.0.24 fails with:
make[1]: Entering directory `/usr/src/kernels/2.6.35.11-83.fc14.x86_64'
CC [M] /home/Extra/Emerg/Download/alsa-driver-1.0.24/acore/hrtimer.o
In file included from /home/Extra/Emerg/Download/alsa-driver-1.0.24/acore/hrtimer.c:1:0:
[Code]....
View 8 Replies
View Related
Aug 17, 2010
I am trying to install rsyslog 5.4.0 with relp on CentOS 5.5 (vmware). My installation steps:
yum install gcc.i386
liblogging-0.7.1:
./configure
[code]...
View 1 Replies
View Related
Feb 5, 2011
Recently i have installed fedora 13 my laptop but when i try to compile a c program it says that gcc command not found.
i think repo file must be created first but i dont know how to create a repo file in fedora 13
or is there any other solution.
View 2 Replies
View Related
Jun 30, 2011
Im trying to install the latest stable release of Samble but I am recieving errors during the make process.
Also is there and ezier way to install samba than compiling from source?
Forgot to mention i cannot use yum because this computer cannot be connected to the internet.
View 5 Replies
View Related
Mar 14, 2011
when compiling stlplus (02-08), FC14, i am getting these errors:
[Code]....
View 3 Replies
View Related
Jun 14, 2010
I see references to compiling, but as a newbie am unclear about it. What is compiling, when do you need to do it, and how do you do it?
View 10 Replies
View Related
May 25, 2010
I wrote a program in c++ on fedora 11. When i compiled it using g++. it displays the following error:
g++ fibnocci.cpp
fibnocci.cpp:2:22: error: iostream.h: No such file or directory
fibnocci.cpp: In function int main():
fibnocci.cpp:8: error: cout was not declared in this scope
fibnocci.cpp:8: error: endl was not declared in this scope
View 2 Replies
View Related
Jun 28, 2010
I'm sometimes compiling a piece of software on my Fedora 13 machine and then transferring it to an Ubuntu box. Recently I noticed this would yield issues with Fedora's .so files:
Given I had a program's binary and an .so file the program would attempt to load, both compiled on Fedora, the program would run fine on Ubuntu 8.04 LTS but would be unable to load to open the Fedora .so with an "ELF file OS ABI invalid" error.
Now any program I natively compile on Ubuntu which I run on Fedora instead, will throw the *same* error with Fedora .so's - so basically neither a Fedora bin on Ubuntu, nor an Ubuntu bin on Fedora can load the Fedora .so files, only a Fedora bin natively on Fedora can.
That means Fedora .so files are always a problem on Ubuntu, and Ubuntu bins are always a problem on Fedora (unable to load system libs there).
This is a bit odd for e.g. binary redistributions of programs (which are rare I know) and I also found out that e.g. Tibia's linux client suffers from this issue (throws "ELF file OS ABI invalid" on my Fedora 13 when attempting to load my system's libGl).
And I started to wonder whether the only way to work-around to get something that works on all platforms is a Fedora binary shipped with .so files compiled on Ubuntu - which seems a bit stupid and ridiculously complicated just to get something that works flawlessly everywhere. Isn't there e.g. a gcc switch that will allow me to compile the .so files on Fedora in such a way that they can also be used on an Ubuntu system so just compiling everything on Fedora, yet getting it to work on Ubuntu aswell would be possible?
View 13 Replies
View Related
Dec 7, 2009
Keep receiving the following error message when i try to compile any code:
Code:
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
logs test out some code with the C preprocessor and fail, thereby failing the "sanity check" I reinstalled cpp, but to no avail.
View 1 Replies
View Related
Jan 4, 2010
Did someone has been able to compile pipslite_1.4.0-5.tar.gz and iscan_2.23.0-3.tar.gz (avasys drivers) on fedora 12? I have an epson stylus sx600fw and it was working perfectly in fedora 9 with the avasys drivers but after upgrade to f12 I cannot install the new driver
View 9 Replies
View Related
Jul 12, 2010
i ve been trying to compile rtorrent from source and while configuring i run to this: Code: checking for OPENSSL. configure: error: Package requirements (openssl) were not met: No package 'openssl' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables OPENSSL_CFLAGS and OPENSSL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. i tried to install openssl and than i came up to this:
[Code]....
View 3 Replies
View Related
Nov 19, 2010
I just finished compiling xephem to run on fc14 64 bit and the main change was to specify lib64 instead of lib. Is there a document or tutorial that has some general suggestions for getting software to compile for the 64 bit platform?
View 2 Replies
View Related