Software :: Can't Compile Because Of Qt-mt Lib

Jun 6, 2010

I can't compile several applications on my 11.2 x64 installation. Configure script returns something like:

"checking for Qt... configure: error: Qt (>= Qt 3.0) (library qt-mt) not found. Please check your installation!"

qt3, qt3-devel, qt3-32bit, qt3-devel-32bit packages installed. If I ran ./configure with --enable-libsuffix=64 it's done without troubles:

"checking for Qt... libraries /usr/lib/qt3/lib64, headers /usr/lib/qt3/include using -mt"

But then make returns error:

".../usr/lib/qt3/include/qrect.h:53: error: variable Q_EXPORT QRect has initializer but incomplete type
/usr/lib/qt3/include/qrect.h:53: warning: extended initializer lists only available with -std=c++0x or -std=gnu++0x

[Code]....

View 8 Replies


ADVERTISEMENT

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

Ubuntu :: Can't Compile With Gcc?

Jul 20, 2010

I too have one of those nagging "stdio.h file or directory not found" things when I try to compile with gcc.

I do the following:
gcc hello.c
which gives:
hello.c:1:20: error: stdio.h: No such file or directory
hello.c: In function 'main':

[Code]...

View 6 Replies View Related

Ubuntu :: How To Compile Vim With GUI

Oct 12, 2010

I want to learn how to compile vim from the sources, because there are some additions that I want to add, and learn how to deal with this situations, but until now I didn't have success doing it, I can compile vim, but without its GUI I think it's a dependencies problem, but I can't figure out which packages I have to install, what are the dependencies to compile vim with its gui? how to compile gvim, but I don't have the packages for install in my ubuntu 10.10 repositories.

View 1 Replies View Related

Ubuntu :: How To Compile A Deb

Nov 14, 2010

this may be the wrong forum but how do i compile a .DEB from a tarball? and give me full step by step instructions preferebly for checkinstall since im not gonna distribute anything. none of that
"./configure make sudo checkinstall" crap plz cuz i dont understand it i rly wanna switch from win 7 completely but ill need ur guyz help or im stuck with it T-T.

View 9 Replies View Related

Ubuntu :: Can't Compile Anything Using Gcc

Mar 27, 2011

I suddenly can't compile anything using gcc - it just stalls (even with a basic Hello World program). I'm very stumped by this in terms of what might be wrong or how to go about finding out, so the best I can do for the minute is post the trace output (attached) and ask for some pointers.

View 1 Replies View Related

Programming :: Can't Compile OS Example?

Apr 22, 2010

I am following this tutorial:But I just can't get it to compile. What do you think is wrong?

Code:
$ nasm -f elf -o loader.o loader.s
[michael:test]$ gcc -o kernel.o -c kernel.c -Wall -Wextra -nostdlib -nostartfiles -

[code]....

View 14 Replies View Related

CentOS 5 :: Compile RPM For OS5 And OS4?

Mar 1, 2009

I have CentOS 5 x64 installed. I would like to know if --ignoreos is enough to bypass a basic package who installs a file into /usr/bin, for example. Is there a way to create an RPM designed for CentOS4, without actually installing it and run the spec file on it?

View 6 Replies View Related

5 :: Compile Centos Into Rpm?

Jan 25, 2010

I would like to install Centos with yum-upgrade, asterisk and some iepbx program and burn it into ISO images.

Unfortunately I don't know which files to be compile into rpm. Can somebody direct you on this?

View 4 Replies View Related

Debian :: Gcc Won't Compile - Getting Error

May 1, 2010

When I try to compile it get there errors: [URL].... compiling with: gcc -v execv.c -o hola I already installed build-essential, what could be happening with my gcc compiler? this is my code, as you can see it's not complex

[code]....

View 6 Replies View Related

Debian :: How To Compile From Source

Jun 1, 2015

I can't compile using the instructions on the package... the package in question is this: [URL] ....

Just trying to play with old and good windowmaker. When running make it just says "make: nothing to be done for 'all'.

View 5 Replies View Related

Fedora Installation :: Compile PHP 5.2.x With PHP 5.3?

Jan 10, 2010

I would like to install PHP 5.2.x on my machine because Drupal does not yet fully support PHP 5.3.x and I get a bunch of deprecated warnings.

I already installed PHP 5.3 via yum and a few other php extensions.

If I install/configure PHP 5.2.x do I need to uninstall my PHP 5.3 first?

When configuring PHP 5.2.x can I use the php extensions I already downloaded when I installed PHP 5.3?

View 2 Replies View Related

Fedora :: Compile 32-bit Program On A 64-bit OS

Jan 20, 2010

I am trying to compile a very simple 32-bit program on my 64-bit fedora 12 install, but it won't let me.

I get this error.

I tested it on the school server (64 bit Red Hat Server), and it compiled flawlessly without any warnings. I think I am missing some libraries, but don't know which.

View 4 Replies View Related

Fedora :: Compile With Gcc And Llvm In 11?

Apr 2, 2010

I use a fedora-11 system and recently I installed llvm ( sudo yum -y install llvm llvm-docs llvm-devel ). When I search for llvm I get them in /usr/bin. some of the links to the binaries are broken(llvm-gcc,llvm-g++,llvm-cpp,etc.) the include files are found within /usr/include/llvm and libs at /usr/lib/llvm. How to compile them using g++? I tried to compile the kaleidoscope code given in the tutorial [URL] as per directed, but it fails to compile..

I get this...

toy.cpp:5:30: error: llvm/LLVMContext.h: No such file or directory
toy.cpp:352: error: �getGlobalContext� was not declared in this scope
toy.cpp: In member function �virtual llvm::Value* NumberExprAST:odegen()�:

[code]....

I cannot find the LLVMContext.h file too. so i guess this might be a version problem. what should i do to make it work?

View 1 Replies View Related

Fedora X86/64bit :: Can't Compile With GCC 12

Apr 23, 2010

I switched from suse to fedora, but i have a problem with gcc (i guess) i tried to reinstall it or upgrade it but i coudn't fix the problem.. There is a very simple example

Code:

#include <stdio.h>
int main()
{
printf(" :( ") ;

[code]....

View 2 Replies View Related

Fedora :: How To Compile Madplay-0.15.1b

Apr 29, 2010

i have been using fedora 10th version can any help me how to compile madplay source code in oder to compile vlc source code

View 1 Replies View Related

Fedora :: YUM Install Vs Compile ... Which Is Better?

Jun 29, 2010

I have been playing around with linux for a bit ... but i am getting to the point where i would like to know what is actually happening to the system .

Scenario ... I would like to install Mozilla Thunderbird On mozilla thunderbird website, current version is 3.1

However, when i run 'yum search thunderbird' i get a version 3.0.5.xxx

Why is repository not up to date?

So is it better to install through YUM or should i download the source and compile it?

If i compile it, will the YUM keep track of it if an update is made?

If compiled, how can i get it so it appears in the menu system (alacarte?)

Is it possible to extract and install source files through YUM (so it can keep track of the package)?

View 7 Replies View Related

Fedora :: How To Compile Avahi From Src.rpm In F14

Jan 15, 2011

I am trying to compiling avahi from src.rpm, and got this error: /usr/include/gtk-3.0/gtk/gtkapplication.h:57:3: error: expected specifier-qualifier-list before 'GApplication'According to bug651328 Comment #2,gtk3 in F14 is a dead-end, unfortunately. gtk3 requires a newer glib than f14 has or will have.So how was the avahi rpm compiled? And how can I compile it from src.rpm?

View 3 Replies View Related

Fedora :: Can't Compile Blender-2.56

Jan 28, 2011

i tried to compile blender-2.56 like described here:[URL]

but on fc14 it fails with the following errror message:

Code:
gcc -o build/linux2/source/blender/blenkernel/intern/node.o -c -O2 -g -march=i386 -mtune=i686 -O2 -Wall -Wno-char-subscripts -O2 -g -march=i386 -mtune=i686 -fopenmp -O2 -Wall -DXP_UNIX -fopenmp -DGLEW_STATIC -DWITH_PYTHON -DWITH_OPENEXR -DWITH_TIFF -DWITH_OPENJPEG -DWITH_DDS -DWITH_CINEON -DWITH_HDR -DUSE_BULLET

[Code]....

View 4 Replies View Related

Fedora :: Trying To Compile Qoci In F14?

Mar 2, 2011

I am trying to compile the QOCI (oracle driver) in fedora 14 . I am following this linkI was able to instal it using Debian. But now when I tried to compile the qt4 using make I got the error:

Code:
/usr/local/src/qt-everywhere-opensource-src-4.7.1/bin/moc: error while loading shared libraries: libclntsh.so.10.1: cannot enable executable stack as shared object requires: Permission denied

[code]....

View 9 Replies View Related

Fedora :: Can't Compile From C Source

Jun 4, 2011

I often like to use packages that have to be compiled from source. However, even after downloading gcc, I can't compile anything, because the configure script gives me a message about being unable to execute C programs. I gather that this is because of a "noexec" option in /proc/self/mounts. Problem is that the file apparently cannot even be edited by root. Perhaps there is an alternate type of fedora distribution I could use?

View 2 Replies View Related

Fedora :: Compile Some KDE Components From KDE 4.6.5 For KDE 4.6.5?

Aug 18, 2011

I tried to compile some KDE components from KDE 4.6.5 for KDE 4.6.5 but there are errors and this sucky cmake never tell me how to solve it.

Code:
CMake Error at CMakeLists.txt:7 (macro_optional_find_package):
Unknown CMake command "macro_optional_find_package".
DOLPHIN
Code:
CMake Error at src/tests/CMakeLists.txt:4 (kde4_add_unit_test): Unknown CMake command "kde4_add_unit_test". How to repair it ?

View 5 Replies View Related

OpenSUSE :: Compile A Tar.bz2 File?

Mar 27, 2010

How do I compile a tar.bz2 file I have never successfully done it. I really want to do it for mac on Linux.

View 9 Replies View Related

OpenSUSE :: Cannot Compile Scilab?

May 16, 2010

I had a difficulty with scilab, it would not plot! an would give me error 21. and crash.!I could not figure it out. I tried to install from source. and this is where real trouble came ./configure crashed with the following errorchecking Symlink for /usr/lib/jvm/java-1.5.0-gcj/bin/javac... Filename changed... Keeping the one found beforeJava base directory (probably) available here : /usr/lib/jvm/java-1.5.0-gcjchecking for zip or jar files to include on CLASSPATH... checking to see if the java compiler works... configure: error: Could not compile simple Java program with '/usr/lib/jvm/java-1.5.0-gcj/bin/javac'. Try with the Sun JDK (1.5 or 6). I changed to the directory to find this

alon@linux-6xrt:~/Downloads> cd /usr/lib/jvm/java-1.5.0-gcj/bin/
alon@linux-6xrt:/usr/lib/jvm/java-1.5.0-gcj/bin> ls
appletviewer jarsigner javac javah rmic

[code]....

View 2 Replies View Related

OpenSUSE :: Can't Compile A Program

Jun 20, 2011

I was using my college's unix server (ubuntu presumably) to compile programs in the laboratory. Now, i have installed Opensuse 11.4 with gnome3. I have installed the Developers pattern, and almost all the packages that looked relevant (which came up when i searched for libgc , gcc, and all). Now, i cant compile a program:

Code:
/*program to test file I/O and getch/putch functionaliny in gcc*/
#include<stdio.h>
int main()
{ FILE *fi;
char ch;

[Code]....

View 1 Replies View Related

General :: Compile Vim 7.3 With +signs On OSX 10.6.6?

Jun 3, 2011

I'm trying to follow this guide http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/ and I need to compile Vim with signs and python options.I have: downloaded the latest source with hg clone https://vim.googlecode.com/hg/ vim uncommented the signs feature in src/feature.hran ./configure --enable-perlinterp --enable-pythoninterp with no errorsran make with this output and errors that I don't understand and can't find on google:

$ make
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/ex_cmds.o ex_cmds.c

[code]....

View 1 Replies View Related

Ubuntu :: Can't Compile A C Program

Jan 4, 2010

I can't compile a C program form terminal using gcc by Code Blocks 8.02 is able to do so.

Code:
#include<stdio.h>
int main(void)
{
printf("Hello World

[Code]....

View 9 Replies View Related

Ubuntu :: How To Compile Tar.gz Files

Feb 24, 2010

I have been using Ubuntu 9.10 Karmic for abt 3 months now. I wanted to know how do i complie tar.gz files.

View 4 Replies View Related

Ubuntu :: How To Compile The New Hdparm

Apr 19, 2010

I've been using ubuntu for the past year now but unfortunately I have to confess I never had to compile anything from scratch. I bought a new intel SSD drive and I've been running some benchmarks on it with various fs. The new hdparm version has a few features that I'd like to test (TRIM/wiper) but I don't know how to install it as it's not in the repositories. I've been googling for almost 4hrs now but I still haven't found a way to do it.

I've downloaded the tar.gz file from sourceforge and I've decompressed it. Inside, it was a debian folder but there was no .deb file in it. Anyway I did a "make hdparm" and it compiled with no errors. It gave me an "hdparm" executable which works fine if I call it with the full path. what's the proper way to install it in place of the already apt-get installed package?

View 2 Replies View Related

Ubuntu :: GNU Chess Won't Compile

Aug 14, 2010

I'm trying to compile GNU chess from the website, and I get this for the output:

[Code]...

View 2 Replies View Related







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