Ubuntu :: Compiling Source Code Error "You Need Intltool 0.40.0 Or Later"?

Jun 5, 2011

Just switched over to Ubuntu 11.04 32bit. I have spent the day configuring it to my likings, and am content with Ubuntu. I have zero experience with coding, and bare minimum knowledge. Anyways, I have gotten some tar.gz files, that I have extracted them into folders, and then in terminal I run ./configure, and then I get the error "You need intltool 0.40.0 or later".

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

Ubuntu Installation :: Error "intltool Is Too Old. You Need Intltool 0.35.0 Or Later"

Aug 2, 2010

I'm trying to compile banshee but when i run ./configure i get this message: checking for intltool >= 0.35.0... ./configure: line 4377: intltool-update: command not found found configure: error: Your intltool is too old. You need intltool 0.35.0 or later. so i open up the package manager to check intltool and it's version 0.35.0. i don't know if i'm a bit dim and missing something obvious or if my computer is just angry with me or what.

View 7 Replies View Related

Programming :: Error Messages Generated When Compiling C++ Code?

Jul 3, 2010

Is there an online resource to lookup error messages generated when compiling C++ code?

View 5 Replies View Related

Debian Programming :: Error Compiling Qalculate From Source?

Feb 15, 2014

I'm trying to install the calculator Qalculate from source so I download the tar.gz package for KDE from their official website to my ~/Downloads folder. I unzipped it with

Code: Select all tar xzf qalculate-kde-0.9.7.tar.gz

I moved the exploded folder to my /home/guest/ folder (my user-name is guest), I entered the qalculate-kde-0.9.7 folder and searched for a INSTALL or README file. Here's what the INSTALL file says to do. The INSTALL file says to run the following commands

Code: Select all./configure
Code: Select allmake
Code: Select allmake install
Code: Select allmake clean

After giving the first command, trouble started; here's what I got:

Code: Select allroot@aliquis:/home/guest/qalculate-kde-0.9.7# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes

[Code] .....

This is impossible, as I am running a fully functioning kde system. What should I do? I don't find the kde version of Qalculate in Apper...

View 9 Replies View Related

Ubuntu :: Fatal Error: Iostream.h: No Such File Or Directory Compilation Terminated While Compiling C++ Code

Dec 9, 2010

whenever i am trying to compile a c++ program i am getting the following error sample.cpp:1: fatal error: iostream.h: No such file or directory compilation terminated

View 1 Replies View Related

General :: Error Trying To Patch Source Code

May 15, 2010

I'm running spamassassin and want to install the fuzzyocr module for it. One of the dependencies of fuzzyocr is 'giflib' but according to the fuzzyocr page, it needs to be patched before I install it, with a patch which they supply on the fuzzyocr download page. I've tried to install the patch and get the following error.

[Code]...

View 3 Replies View Related

General :: Error While Installing 2.6.31 Source Code In Fedora 12

Apr 13, 2010

while installing the linux-2.6.31 source code in fedora 12 I got an error:
[root@pratyush linux-2.6.31]# make install
sh /home/parag/rpmbuild/SOURCES/linux-2.6.31/arch/x86/boot/install.sh 2.6.31 arch/x86/boot/bzImage
System.map "/boot"
/sbin/new-kernel-pkg: line 277: /sbin/mkinitrd: No such file or directory
mkinitrd failed

View 2 Replies View Related

Programming :: Compilling C++ Source Code (class) Error?

Feb 24, 2011

please i try to compile the below code on ubuntu with g++ but i was getting an error message

fig03_05.cpp:10: error: new types may not be defined in a return type
fig03_05.cpp:10: note: (perhaps a semicolon is missing after the definition of �GradeBook�)
fig03_05.cpp:32: error: two or more data types in declaration of �main�

[code]...

View 7 Replies View Related

Slackware :: Id3-0.78 Homepage For Source Code 404 Error - Slackbuild Fails

Dec 19, 2010

I am trying to build abcde from slackbuilds.org and include needed packages like id3. When I went to build it I was unable to download the source from [url] and I get a 404 error in dutch. I was wondering if anyone had this issue or if there was another trusted place to grab the source code? I checked the archives of the slackbuilds-user mailing list to see if the issue is already known, but I didn't see anything.

View 3 Replies View Related

Debian :: Error: The Intltool Scripts Were Not Found

Jul 20, 2011

I try to compile pidgin but I have this error:

checking for intltool-update... no
checking for intltool-merge... no
checking for intltool-extract... no
configure: error: The intltool scripts were not found. Please install intltool.

what is the intltool ( I search to web but couldn't understand it!)
This isn't in my repositories DVD so Where I can find it? ( I use lenny ) This file must be install on my system or must be in compile file?

View 6 Replies View Related

OpenSUSE :: Compiling Java Code Error "undefined Reference To Main"

Aug 9, 2011

After messing up with grub, I reformatted my hdd and installed opensuse 11.4 (gnome+kde) from the dvd and also included the java sdk while installing, now the problem is that whenever i compile a java program, I get this error Code: /usr/src/packages/BUILD/glibc-2.11.3/csu/../sysdeps/x86_64/elf/start.S:109: undefined reference to `main'

View 3 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

OpenSUSE :: Compiling A Code On 32-bit 11.1?

Dec 27, 2010

I tried to compiling a code on 32-bit OpenSuSe 11.1, but it was terminated with following error: # ***No rule to make target '/usr/lib/libGLU.a', needed by 'DXA_debug'. Stop Then I installed the freeglut-2.6.0, but there were only libGLU.so and libGLU.so.1 in /usr/lib folder. And the compiling process was terminated with the same error. Will you give me some instruction to solve this problem?

View 3 Replies View Related

Ubuntu Installation :: Code: Blocks Not Compiling

Jan 25, 2010

so I just installed code blocks after clear installing ubuntu 64 everything went fine but when I try to compile and run my .cpp files code::blocks wont do anything I dont get any messages on the build log so I dont understand whats happening I tried looking on the forums and checking other pages such as the one bellow but no luck at all. [URL]

View 1 Replies View Related

Ubuntu :: Compiling BASIC-256 From Source?

Sep 13, 2010

This is my first time compiling a software, I have successfully downloaded and extracted the "basic256_0.9.6.32.tgz" file,but There is no configure file present in the extracted contents,also make and checkinstall exit with error.What seems to be the problem Here is the output of errors I got during Installation

[Code]...

View 14 Replies View Related

General :: Compiling Fortran Code In SuSe 11.3

May 18, 2011

I can compile an old fortran program on my macbook using the Absoft fortran compiler and the command:f90 'W132 C SOURCECODE.flU77lV77

Unfortunately I cannot find f90 for linux. I can, however, find gfortran. However, gfortran does not recognize the flag -W132 and when I remove -W132 the compiler thinks all lines end after a certain number of characters. Does anyone know what flags call the equivalent type of compilation using gfortran? Is it possible I need to use f90? If so, is there a free version of f90 for linux?

View 8 Replies View Related

Ubuntu :: Compiling Wine From Source - Opengl

Jul 8, 2010

I'm trying to compile wine from source, with a patch to make it work for Worms Armageddon. I've applied the patch and go to run

Code:
$ ./configure

It then pumps out rows of text and at the end reads:

Code:
configure: WARNING: No OpenGL library found on this system.

OpenGL and Direct3D won't be supported. I went ahead and finished compiling it but it doesn't run worms, so I've come back to this opengl issue.

View 1 Replies View Related

Ubuntu Servers :: Installation/Compiling Of PHP 5.3.6 From Source?

Jun 29, 2011

I'm trying to get an nginx/php-fpm/mysql stack setup on Ubuntu Server 10.04 LTS 32 bit version.

I have pretty much got everything going fine, except PHP extensions. For whatever reason when I compile php it is seeming to not compile any extensions with it ?

I am using the following configure flags:

Code:
./configure --prefix=/opt/php5 --with-config-file-path=/opt/php5/etc --with-curl --with-pear --with-gd --with-jpeg-dir --with-png-dir --with-zlib --with-mcrypt --with-mhash --with-mysql --with-mysqli --with-pdo-mysql --with-openssl --with-xmlrpc --with-xsl --with-bz2 --with-gettext --with-fpm-user=www-data --with-fpm-group=www-data --enable-fpm --enable-exif --enable-wddx --enable-zip --enable-bcmath --enable-calendar --code....

View 2 Replies View Related

Fedora :: Compiling Code - Failing Sanity Check

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

Debian Multimedia :: Compiling Scribus 1.5 From Ubuntu PPA Source

Oct 20, 2015

I have already open a thread in scribus forum but I am not sure if they know the solution, and I don't think is specifically related to scribus. I am receiving a generic unknown cmake error with QT5 library when try to compile Scribus 1.5, probably I need to install some library more but which?

Code: Select allcmake ../scribus -Wno-dev -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/bin/
CMake Error at styles/CMakeLists.txt:21 (QT5_WRAP_CPP):
  Unknown CMake command "QT5_WRAP_CPP".

-- Configuring incomplete, errors occurred!
See also "/home/myuser/Compilati/scribus-1.5.0/builddir/CMakeFiles/CMakeOutput.log".
myuser@Debian-635:~/Compilati/scribus-1.5.0/builddir$ cmake ../scribus -Wno-dev -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/bin/
CMake Error at styles/CMakeLists.txt:21 (QT5_WRAP_CPP):
  Unknown CMake command "QT5_WRAP_CPP".

-- Configuring incomplete, errors occurred!

View 14 Replies View Related

Ubuntu Networking :: Compiling Rt2870 Driver From Source

Apr 19, 2011

I'm trying to install the rt2870 driver on my server running Ubuntu Server 8.04. I've installed build-essential, checkinstall, cvs, subversion, git-core, mercurial... After uncompressing the tarball, doing a "sudo make" gives me this output:

[Code]...

View 9 Replies View Related

OpenSUSE :: Compiling Workrave From Source For KDE?

Jan 1, 2011

I use Workrave on Windows to make sure that I walk away from my computer every now and then, but I can't find it in openSUSE's repositories although it is available for Linux.

Then I tried compiling it from source, but I got this error...

pdedecker@linux-s6cn:~/Desktop/workrave-1.9.3> ./autogen.sh **Warning**: I am going to run `configure' with no arguments. If you wish to pass any to it, specify them on the `./autogen.sh' command line.

Running intltoolize...
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'

[Code].....

Is Workrave incompatible with KDE4? Is openSUSE using a different windowing system?

I'm willing to try similar software packages if they're easier to install.

View 9 Replies View Related

Software :: Compiling Code - Linking To Libraries Using Different Versions Of C++ Runtime?

May 19, 2011

Basically, I'm trying to compile program A, which depends on LibA and LibB. LibA would not build with my version of G++ 4.4.3 due to a bug, so I've compiled the latest G++ 4.5 (installed in /opt directory) and built that library successfully (also installed in /opt).

I have LibB on my system already, but it was built with the 4.4.3 version. When compiling my final program, am I going to have issues because the .so files were built with different versions of gcc/g++? Or should I just rebuild a special version of LibB with the later version of the compiler just for that program? I can proceed and just see what happens, but I'm a little confused about how things work in a situation like this.

View 2 Replies View Related

Ubuntu :: Format Not A String Literal Compiling WxGTK-2.4.2 From Source

Sep 20, 2010

trying to compile and install wxGTK-2.4.2,i configure with the line-./configure --with-gtk --enable-gtk2 --enable-unicode but when i go to make and make install i get the format not a string literal error, how can I fix this? really need wxGTK2.4 for some old apps.

View 1 Replies View Related

Ubuntu Installation :: Get Zenity 2.32.0 Installed On Lucid Besides Compiling It From Source?

Oct 11, 2010

is there anyway to get zenity 2.32.0 installed on lucid besides compiling it from source? because i noticed it was available for maverick.

is this version likely to be available for lucid?

View 1 Replies View Related

General :: Improper Pacakge Name When Compiling .deb From Source?

Jan 11, 2010

So I have compiled from source a libgsf debian package. However when I go to install it dpkg complains that "libgsf depends on libgsf-1" however as you can see if you look on the debian page libgsf-1 is the same source as the ligsf package...

How can I resolve this redundant/recursive issue? For now I have just force installed my package (and it appears to be working) but if I am going to distribute it to other people I need to get this fixed.

View 1 Replies View Related

Software :: Updating Kernel Without Compiling From Source?

Feb 18, 2011

I am running a Fedora 13 x64 . The latest kernel I get is 2.6.34.8 in testing from yumex. However I want to install 2.6.37 How do I do it, without compiling from the source (which I think is beyond my scope at this point). I am more concerned with this because I am planning to get LMDE for my notebook but I came to know that it runs 2.6.32 kernel, so would I be able to update it? There's also the Liquorix kernel that I have read about, with many people saying that its better for daily usage scenarios--is that true, and is there some major difference in code?

View 1 Replies View Related

Programming :: Valac: Compiling Into C Code: Expected Semicolon In The Wrong Place

Oct 20, 2010

Here is my problem: I have a Vala program that includes classes with nested classes. When I try to initialize classes (using the variable type and the variable, followed by the class's arguments [three unsigned 8-bit integers] in parentheses) and try to compile the Vala code to C code what I tried to AVOID doing, as I really wanted to create a shared object file, but now I know I have to use C code as a middleman, the compiler tells me it expects a semicolon between the class variable name and its members.

What?! A semicolon in a bad place, that's for sure! Why would I want to put a semicolon *BETWEEN* the class initialization and its members? Isn't the whole point of a class to *HAVE* different members? Here is my class:

Code:
public class Gtk.rgba : GLib.Object {
public class fg_color : GLib.Object {
private uint8 red;
private uint8 green;
private uint8 blue;
//Constructor
public fg_color(uint8 r, uint8 g, uint8 b) {
[Code].....

View 14 Replies View Related







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