Ubuntu :: Errors Occur With The "make" Command?

Jan 28, 2010

I am trying to install dvi2bitmap (written in C++) as the first step towards installing a complete mathematical equation handwriting recognition package (FFES at Queens University) on my Ubuntu.

After unpacking, I ran "configure" and "make" (the results of which are attached with this post) and it looks like the errors occur with the "make" command.

why I am getting these errors?

View 4 Replies


ADVERTISEMENT

Security :: Debian Firewall Scripting - A Few Errors Occur ?

May 28, 2011

I have created a firewall script to work via iptables on debian. This script is a derivative from the script on [url] and a course I'm following at school.

I'm not looking for a perfect solution or someone to grade my work. how to improve this script. while running this script I get a lot of errors back.

Quote:

View 11 Replies View Related

Ubuntu Installation :: Upgrade 10.04 - Errors Occur - Missing Resources Warning

May 4, 2010

Had Ubuntu 9.01 in Windows 7 as a Dual Booty - no problems.

When upgrade to 10.04 attempted the following errors occur:-

1. Missing Resources warning - " The Networkmanager Applet could not find some required resources. It cannot continue."

When I click OK wireless connection is totally lost with no means of reconnecting.

2. Download progresses but freezes at the download of "Preparing memtest86+"

View 1 Replies View Related

Ubuntu :: Getting Errors On Gimmie Make Install Command?

Jul 6, 2010

I've been trying to install Gimmie. So I've gone through a few tutorials and something always seems to go wrong. Right now I run the "make install" command it give me a bunch of error messages. If there is any other bits of information you need to know just ask.

View 2 Replies View Related

Ubuntu Networking :: Belkin F5d8053 Make Errors

Jan 20, 2011

I've been trying to follow this tutorial: [url] to get my Belkin F5D8053 Wireless Adapter working. I get so far as using the "make" command, but then encounter an error. This is the full terminal results:

Quote:

I'm using Ubuntu 10.10.

View 1 Replies View Related

Ubuntu :: Make WINE Shut Up With Errors And Let It Install?

Apr 9, 2011

The question I have is, can iTunes ever work in Linux? I've tried installing it using WINE but to no avail. Is there a way to make WINE shut up with the errors and let it install? I've tried using the terminal.

View 1 Replies View Related

Fedora :: Errors When 'make Xconfig'

Sep 7, 2010

I'm building a file server, but before the admins move this to the networking forum' this IS about the kernel.

Anyway, I'm building a file server... a very basic thing. not much to it at all.. which is kinda the root of the problem... this is an old Dell (ugh! I know!) Dimension 8300. it's running a 2.6 GHz Celeron (Northwood die, so single-core), with (at the moment) a mere 256 MB of RAM... so I wanted to build a kernel that really minimizes its presence in my minuscule amount of RAM using this guide, I have gotten so far as the actual Kernel configuration. wherein it says to cd to your kernel's directory and use the 'make xconfig' command... but when I do this, it gives me the following error:

Code:

so I've never compiled my own kernel before, so I haven't a clue what's wrong, or what I need to do

View 7 Replies View Related

General :: Installing Gcc 3.2 Make Errors?

Jun 2, 2011

I am trying to install gcc 3.2 on linux mint 10 julia . I have gcc 4.4.5 installed already. I am getting errors during the 'make 'stage. I did the following after downloading gcc-3.2.tar.gz

Code:
tar xvf gcc-3.2.tar.gz
mkdir build-gcc
cd build-gcc

[Code].....

View 4 Replies View Related

Programming :: Make Gcc To Report Prototype Errors

Sep 6, 2010

I have one simple question: how to tell gcc compiler to check for external functions to be matched by its prototype?

Consider this example:

Code:
master tests # cat file1.c
#include <stdio.h>
#include "file1.h"

[Code]....

what warnings or flag will prevent these examples from sucessful compilation? GCC version: gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2)

View 6 Replies View Related

Software :: Apparent Glib (libgio-2.0) Errors During Make?

Feb 2, 2011

Google only gives me references to ubuntuforums for GNOME-shell issues. Basically, when trying to compile a program that requires GTK+ and GLib, I get an error equal to this:

Code:

/usr/local/lib/libgio-2.0.so.0: undefined reference to `g_source_get_time'
/usr/local/lib/libgio-2.0.so.0: undefined reference to `g_source_set_dummy_callback'
/usr/local/lib/libgio-2.0.so.0: undefined reference to `g_main_context_invoke'

[Code]....

View 3 Replies View Related

Ubuntu Networking :: Make On Broadcom WIFI BCM4321 Drivers - Receiving Some Errors?

Nov 7, 2010

I still try update my broadcom drivers, because when I try use airodump-ng i receive error.

This error:

Interface Chipset Driver

eth1 Unknown wl (monitor mode enabled)[code]....

I dont know why receive this error WARNING: modpost: missing MODULE_LICENSE() in /home/mobile/Desktop/wdriver/wl.o
see include/linux/module.h for more information

View 4 Replies View Related

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

Programming :: Errors - Make Pop-up Reminders For The Simple Calendar Program?

Feb 21, 2010

First off, I'm completely new to bash scripting so forgive me if I make any egregious errors. I'm trying to make pop-up reminders for the simple calendar program when. This is what I have so far:

Code:
#!/bin/bash
# set the time format for when
#current="$(date +%I:%M %p)"
current="$(date +%-l%p)"
today=~/.when/today

[Code]....

When I run the script, gxmessage pops up and displays the correct information, but it does so for each line in "~/.when/today" that contains a time that matches the current system time (which would be three pop-ups at 10PM, according to the example). I want it to display the information only once. How can this be accomplished? Is a while loop even the right job for this?

View 8 Replies View Related

Programming :: Java AT Command Writing Errors?

Nov 11, 2010

I am running a java application on centos. For now I have a gsm modem connected via the the usb cable. Below is the message I get when I type the command dmesg | grep tty

serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
usb 2-2: pl2303 converter now attached to ttyUSB0

[code]....

View 9 Replies View Related

Ubuntu :: Make-kpkg Strange Vanilla Kernel Build Errors: Found 60 Section Mismatch(es) ?

Apr 30, 2011

I've getting strange build errors when using make-kpkg with the latest (2.6.39-rc5) vanilla kernel.I'm using the procedure outlined here:
https:[url]....e.g.:

Code:
make oldconfig CONCURRENCY_LEVEL=`getconf _NPROCESSORS_ONLN` fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers

I'm getting the following build errors:

Code:
Building modules, stage 2.
MODPOST 3053 modules
WARNING: modpost: Found 60 section mismatch(es).To see full details build your kernel with:'make CONFIG_DEBUG_SECTION_MISMATCH=y'
CC arch/x86/crypto/aesni-intel.mod.o[code]....

There is even much more error output but it looks like it is basically the same issue.

View 2 Replies View Related

Software :: Install Faac Codecs On Ubuntu 9.10 Karmic.after Running Configure And Make Commands- Errors

May 11, 2010

I am trying to install faac codecs on ubuntu 9.10 karmic.after running the configure and make commands i get this errors:

View 7 Replies View Related

Ubuntu :: Finch Voice Chat Does Not Occur Under 10.10

Feb 18, 2011

I'm using finch as my main chat client but I have some issues, While on Lubuntu 10.10 I get the message "segmentation fault" when I try to engage /call, I also tried starting voice chat In pidgin and pidgin also crashes. this does not occur under Ubuntu 10.10.I have the voice/video plugin installed for pidgin and from what I have been able to derive from the documentation both finch and pidgin uses the same lib.and pls no referring to use other programs, I want to fix this specific Issue with finch.

View 3 Replies View Related

Ubuntu :: Why Does Swapping Occur While 600MB Cached

Apr 12, 2011

I have heavy swapping going top and free are indicating a lot free memory in cached form.Why does the kernel not use this memory instead of killing my desktop by swapping like crazy.

View 6 Replies View Related

Fedora :: Mock Errors Your Intltool Is Too Old / Command Not Found?

Jun 27, 2011

I am trying to rebuild packet with mock

Code:
mock rebuild -r fedora-15-i386 rpmbuild/SRPMS/deadbeef-0.5.1-1.fc15.src.rpm
and getting following error in /var/lib/mock/fedora-15-x86_64/result/build.log:
checking for intltool >= 0.40.0... ./configure: line 22040: intltool-update: command not found
configure: error: Your intltool is too old. You need intltool 0.40.0 or later.
code....

View 2 Replies View Related

SUSE / Novell :: Opensuse 11.2 KDE - Lock Errors At The Command Line

Dec 17, 2010

i tried to install java jdk, and vlc, but to my surprise everytime i wanted to install a single application, a massive 500MB update appeared along with the 2 applications i wanted to install, then i tried the command line to just install one program, and got rep. errors, and several .lock errors at the command line. after hours of googling i gave up , this distro was recommended because of great laptop support, but it's a hell of trying to install a single program, with fedora i just did su -c 'yum install vim' , or ubuntu sudo apt-get install vim or slackware: installpkg vim.tgz , but opensuse was so bloated whenever i wanted to install a program or two. it is a royal pain to install anything in opensuse how do you guys deal with dependency hell in opensuse?

View 2 Replies View Related

General :: At What Point Does Wireless Connection Occur

Mar 3, 2010

I have just purchased my first Linux PC - up to now I have always rolled my own so to speak. It is a little Dell Latitude 2100 which I got a good deal on through the outlet store - a refurb but it looks new. Ubuntu 9.04. It has built in wireless and I have gotten it to talk to my D-Link router although only with WEP and not yet WPA - that will come later.

When is the wireless connection supposed to occur? If I reboot the PC and watch for it to connect (using ping from another machine on the network) it does not appear until I login to it. It remains on the network after I logout(?) Is this normal? I am used to hard wired machines which come up on the network before a user logs in. Is there something I need to change in the network connection settings?

View 2 Replies View Related

Debian :: Ome Peculiar Messages That Occur When Booting Machine Up?

Mar 1, 2011

Looking through syslog, I see some peculiar messages that occur when booting my Debian machine up. Can anyone explain to me, why it seams to think my filesystem is read only, and what do the other messages mean? Is there anything I need to start worrying about?

Feb 26 08:48:21 chris-desktop kernel: [ 4.082355] EXT3-fs (sdb3): recovery required on readonly filesystem
Feb 26 08:48:21 chris-desktop kernel: [ 4.082361] EXT3-fs (sdb3): write access will be enabled during recovery

[code]....

View 1 Replies View Related

Fedora :: Error Message Appear And The Decompression Didn't Occur

Feb 3, 2010

i have downloaded gtgz compressed files for openfoam software but when i try to decompress it an error message appear and the decompression didn't occur.

View 3 Replies View Related

OpenSUSE Install :: Does Not Occur When The Kernel Used By The Installer For 11.4 Is Booted?

Apr 25, 2011

I'm trying to solve a kernel bug discussed in /show_bug.cgi?id=24002. One clue is that the problem does not occur when the kernel used by the installer for 11.4 is booted. Can any one tell me how to strip down the vanilla kernel to produce the installer kernel? Perhaps if I can strip down the vanilla kernel one step at a time then I can find the bug.

View 4 Replies View Related

General :: Pipe Kernel Messages To Another Process As They Occur

Apr 13, 2011

I have an OLED screen on my laptop that I have configured to show status information. The current driver I have installed in Linux for it is able to display messages by sending them to a script as an argument separated by spaces.Example: the command /opt/asusg50oled/utils/notify.sh Hi Everybody "Hello World" displays on the oled screen:

Hi
Everybody
Hello World

If another message is sent before the old ones disappear and it reverts to status info, it pushes off the top message. Example: less than 30 seconds after the previous example, /opt/asusg50oled/utils/notify.sh "Bananas have potassium" is executed:

Everybody
Hello World
Bananas have potassium

What I want to do is have kernel messages (the kind you see by running dmesg) forwarded to this script. For example, when I insert a USB drive, the following information would show on the OLED screen as they're logged:........

View 3 Replies View Related

Networking :: TLS Error: TLS Key Negotiation Failed To Occur Within 60 Seconds

Jan 24, 2011

i set up openvpn on server and configure it then create license file for client and done the rest but when the client want to connect i got the following error :

TLS Error: TLS key negotiation failed to occur within 60 seconds

and now the strange part is if i connect my pptpd connection ( which runs on another server ) and then connect openvpn again i connect instantly without any problem or error in my country im sure there is heavy firewall on all outgoing traffic but currently i do not understand what can cause this problem
i ran tcpcump and seems server receive packets and send it back to client ( though im not sure if client can get the response ) this is my server.conf

Code:

local myserver ip #Replace with your server IP address
port 443 #Replace with the desired port
proto udp #Choose between tcp and udp (remove instructions in bold)

[code]...

View 2 Replies View Related

General :: Collect The Count Of The Reboots That Occur Of Servers?

Apr 21, 2010

I have a pool of approximately 1,000 Linux servers and I would like to get a total count of reboots that occurred on those servers each month. I would like to collect this reboot count at the end of each month. Can anyone tell me what the best way to get this count.

View 1 Replies View Related

CentOS 5 :: Procedure For Installing On SSD So No Writes Occur Run-time

Apr 6, 2010

I'm working on a project using CentOs 5.3 that uses a solid state drive (SSD) as the boot device. It is desired to configure it such that writes do not typically occur run-time but configuration files can be saved. There are 2 reasons we do not want writes to occur run-time. 1) Writes will wear out a SSD over time. 2) A system disruption during a write can cause a file system error.

View 3 Replies View Related

General :: Using One Command "make UImage" Getting Error 127 Command Not Found?

Feb 23, 2010

I am doing some embeded linux work in ARM 9263.So I need to make a image for that board.But when I using one command "make uImage" I am getting the following error.

make: arm-linux-gcc: Command not found
CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/utsrelease.h
HOSTCC scripts/basic/fixdep
code....

View 4 Replies View Related

Fedora :: Error Occur: Org.fedoraproject.slip.dbus.service.PolKit.NotAuth

Feb 9, 2010

I have an error with the Firewall in F12. The firewall start in gui, the 1st window: Firewall Configuration startup come but when I close it the following error occur:

org.fedoraproject.slip.dbus.service.PolKit.NotAuth orizedException.org.fedoraproject.config.firewall. auth:

I can do: Redo or Quit ( redo will pop out the same error).

View 3 Replies View Related







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