General :: Unable To Compile "Gnome-Vector-Network-Analyzer"

Mar 18, 2010

I am trying to compile the gtk+/gnome project called "Gnome-Vector-Network-Analyzer" which i got it from link : [URL]

In order to install it when i compile it using ./configure , i am unable to "make" it as it throws an error that it can not find the makefile.

the output i get from my terminal is :

student@student-desktop:~/Downloads/Analyzer-0.1.2$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk

[Code].....

View 1 Replies


ADVERTISEMENT

Programming :: Make A Simple Vector Test But Can't Compile It?

Jun 6, 2010

I am trying to make a simple vector test program, but i can't compile it. Here is the code:

Code:
import java.util.*;
class Vec {
public static void main(String args [ ]) {

[Code]....

View 2 Replies View Related

Software :: Unable To Compile Gnome Commander - Bash: ./configure: No Such File Or Directory

Feb 2, 2011

I have downloaded the latest gnome commander source code from the gnome commander home page. Following the instructions in the readme I have extracted it from the tar ball and changed to the top level directory of the source code. I execute ./configure and get a bunch of "checking" results.

Quote:

bash: ./configure: No such file or directory
ken@ubuntu:~/Desktop/gnome-commander-1.2.8.9/src$ cd ..
ken@ubuntu:~/Desktop/gnome-commander-1.2.8.9$ ./configure

[code]....

I find Makefile.am and Makefile.in present in the directory. I generally install from deb packages. Still, I don't think it should be this hard to compile a package given the seemingly simple directions provided.

View 4 Replies View Related

General :: Unable To Compile A Kernel 2.6.29.1 On Fedora 14

Feb 14, 2011

i was trying to install kernel 2.6.29.1 on fedora 14 but it is giving error. First download a package with kernel and i saved in home/user/linux. Afterwards i can extract this package.

1.tar -xvzf linux-2.6.29.1 -C /usr/src
2.cd /usr/src/linux-2.6.29.1/
3.make menuconfig
4.make
5.make modules_install
6.make install

after above steps i got this error.

ERROR: modinfo: could not find module ip6t_REJECT
ERROR: modinfo: could not find module nf_conntrack_ipv6
ERROR: modinfo: could not find module ip6table_filter
ERROR: modinfo: could not find module ip6_tables
ERROR: modinfo: could not find module ipv6
ERROR: modinfo: could not find module fuse

however it gives initramfs,vmlinuz-2.6.29.1 and System.map-2.6.29.1 in /boot folder and menu.lst in /boot/grub is updating according to new kernel. when i reboot my machine and selects the kernel 2.6.29.1 it shows FATAL:kernel too old [1.591633] Kernel panic-not syncing:Attempted to kill init

View 6 Replies View Related

General :: Hidden Files In Disk Usage Analyzer?

Aug 18, 2010

How do I get Ubuntu's "Disk Usage Analyzer" to show me the hidden files?

It tells me my home dir uses 3GB, but only accounts for 525MB (the results of du -shc *). Can I get it to show me the other files that are using the space?

View 4 Replies View Related

General :: LILA - Live IPTables Log Analyzer Tool

Oct 23, 2009

When I was looking for a tool that analyzes iptables log files I couldn't find anything suitable for me. So I wrote a python script that does the job. Now I'd like to have some feedback (questions, comments, bugs, wishes etc.). You have to set up some things manually. You need a MySQL table for example. And if you want to have reverse DNS (can be disabled) it is greatly recommended to install pdnsd as a local dns (caching) server for better results. (easy setup). If you do, it will take some time (depending on the log size) to receive the hostnames. The tool saves the DNS hostnames, so next time an identical IP is found, the lookup will be instant. All needed options can be configured in the config file or via command line parameter. A feature overview and more detailed information is included in the tarball README and INSTALL file. [URL]

View 1 Replies View Related

General :: Compile A C Program Which Niffs The Network For Arp Packets?

Feb 8, 2011

how to fix this error: I wanna compile a C program which niffs the network for arp packets and prints them out ,I keep getting this error:

undefined reference to `pcap_parse' I have installed every thing new version of pcap ,..

View 4 Replies View Related

General :: Get Some Ebooks On Vector Graphics?

Jun 2, 2011

From where can I get some Ebooks on Vector graphics. Also an Ebook on Operating systems

View 1 Replies View Related

General :: Relationship Between Vector And Irq Number?

Dec 9, 2010

I just found in kernel-2.6.35.3, in file arch/x86/kernel/irq.c:

unsigned int __irq_entry do_IRQ(struct pt_regs *regs)
{
struct pt_regs *old_regs = set_irq_regs(regs);
/* high bit used in ret_from_ code */
unsigned vector = ~regs->orig_ax;

[Code]...

Does any body know the relationship between the vector number and irq number?

View 1 Replies View Related

OpenSUSE Network :: Unable To Connect Mobile Internet - 3G - Using Datacable In 11.3 Gnome

Jan 11, 2011

I want to connect my mobile LG Gu285 using data-cable to connect to the internet in OpenSuse 11.3 but the OS is not detecting mobile's usb data modem. I used sudo wvdialconf create command to configure my phone's modem but no modem is detected. I configured bluetooth modem in "rfcomm1" and got success in connection but after a restart I am unable to connect again, throwing error "Modem not found".

View 7 Replies View Related

General :: Vector 7.0 Alpha And Setting Up Nvidia Driver?

Oct 29, 2010

so I have been messing around with the new Vector 7.0 alpha and wanted to install the nvidia driver and see if it would work. my video card and cpu are as follows

Code:
root:# lshw
PCI (sysfs)
vector.linux.net
description: Desktop Computer
width: 32 bits

[Code].....

View 1 Replies View Related

General :: Terminal Executes Mi Script To Create Vector

Dec 6, 2010

I am trying to create a script that creates a vector and displays it. I used the command inivec but it didn't work.

[code]...

How do I make it so the terminal executes mi script to create a vector. I know MV is the name and the output should be aa aa aa, but nothing?

View 3 Replies View Related

General :: ...c++/4.1.2/bits/vector.tcc:452: Error: Expected Unqualified-id Before (token

Dec 10, 2010

I am trying to install NS-2.1b9a in Fedora 8.0. I have already installed gcc-3.3 and made new link to the newly installed gcc. I used patch made for NS-2.1b9a (found in [URL]...-8-ubuntu.html) to install in Fedora 8.0. Now, when I run ./install I get follwoing error.

[Code]..

View 2 Replies View Related

Programming :: Compile GNOME Programs On X / Its Possible With Minimal Modification?

Oct 30, 2009

Is it possible with minimal modification?

View 3 Replies View Related

Slackware :: [13.1-x86_64] GnuCash Compile Error : Gnome-utils

Jun 23, 2010

error message

Code:
mv -f .deps/gnc-icons.Tpo .deps/gnc-icons.Plo
mv -f .deps/gnc-html.Tpo .deps/gnc-html.Plo
make[5]: Leaving directory `/tmp/SBo/gnucash-2.2.9/src/gnome-utils'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/tmp/SBo/gnucash-2.2.9/src/gnome-utils'
make[3]: *** [all] Error 2

[Code]...

I'm using SBo script to compile gnucash, with all the listed dependencies built successfully (in orderly manner). System multilib is configured as per alien's wiki. Is there something else I'm missing here?

View 9 Replies View Related

General :: Boot Sector Of Installed Vector Linux Doesn't Have Boot Signature

Feb 13, 2011

upon adding the installed VL on the existing LILO.. (btw i have not installed its LILO on the installation setup) since i know that i will just add it to the "existing" LILO the error above arises upon doing the lilo run command.$adding Vector6.0 etc.FATAL : Boot sector of /dev/hdc13 doesn't have a boot signature.i have tagged the /dev/hdc13 bootable via CFDISK. but same problem arises..

View 8 Replies View Related

General :: Unable To Start GUI - How To Switch To KDE / Gnome

May 30, 2009

I install SuSE but I can use only command on line how can I switch to KDE or Gnome. This is the first time I use linux.

View 1 Replies View Related

General :: Unable To Launch Gnome-terminal?

Nov 3, 2010

I cannot launch gnome-terminal from the Applications -> System Tools -> Terminal menu. However a gnome-terminal process is created (I can see it in a terminal that I happened to have open) but it doesn't seem to actually run (I have several of these terminals in the ps list now but they haven't actually run as terminals and it's been at least 2 hrs). At first I thought they weren't running at all until I checked (it looked like the Starting Terminal message at the bottom of the gnome GUI ran abnormally long and then terminated so I thought at first that they weren't running at all).

Also it looks like my gnome session is clobbering the CPU: running at or over 80% of cpu time at times (it does change but mostly it is high). All I'm doing is minor web work + updating a file in Open Office - when I noticed this I got out of Open Office and that had no effect. So it looks like application software is running (this was launched from a terminal) but running from the menu seems to result in processes with low priority (that doesn't seem right though). This just started today and my system has been mostly running correctly for a year or so (last year I got an Acer 5532 on sale, wiped it and installed Fedora 11).

View 1 Replies View Related

Debian :: Equivalent To Http Analyzer?

Jul 5, 2010

I am looking for an application which can display the headers and body of all the http requests that goes from the computer. In short debian equivalent to Http Analyzer.

View 2 Replies View Related

Fedora :: Unable To Compile The C Program?

Dec 9, 2010

from the commend line i went to compile the c program by giving the commend "gcc first.c -o first" but the commend line showing gcc is not found. iam using fedora 13 what can i do to compile the program . the program i used to compile is below

#include<stdio.h>
main()
{
printf("hello word
");
}

View 1 Replies View Related

Fedora :: Unable To Compile .cpp File?

Jan 31, 2011

unable to compile a simple C++ programme (.cpp file), on compiling the file with gcc or g++ the following error is displayed, but the above command works in Redhat EL. the error message is:"fatal error: iostream.h: No such file or directorycompilation terminated."an anybody suggest to compile a C++ programme in Fedora 14.

View 10 Replies View Related

OpenSUSE :: Unable To Compile Vboxdrv ?

Mar 22, 2010

The module vboxdrv cannot be succesfully compiled on my system. It has OpenSuSE 11.2 with kernel 2.6.31.12-0.1-desktop

The following rpms are installed:

gcc, make, autoconf, automake and pam-devel are present too.

The command

leads to an error message:

The log contains these lines in the first part:

Is something wrong with the kernel headers or source?

View 7 Replies View Related

OpenSUSE :: Unable To Compile CineFX?

Oct 14, 2010

I am having trouble compiling CineFX. These are the errors I get:

linux-q69k:/home/dmbmagic/CineFX # cd jahwidgets
linux-q69k:/home/dmbmagic/CineFX/jahwidgets # make
list='src';
for subdir in $list; do
make -C $subdir all || exit 1;

[Code].....

View 9 Replies View Related

Ubuntu :: Unable To Compile Bbcp

Jan 12, 2011

I am trying to build bbcp from source on Ubuntu 10.04.1 LTS available here: [url]

Source: [url]

I keep running error when running make:

make[2]: *** No rule to make target `makeLinuxunknown'. Stop.

View 3 Replies View Related

Ubuntu :: Unable To Compile C++ Programs

Apr 25, 2011

I've tried compiling C++ programs with extension .cc and .cpp. I've tried compiling with gcc, g++ and even cc (with .cc extension files). Earlier (as g++ wasn't installed) i tried installing g++ (sudo apt-get install g++) for which i got the message "g++ has no installation candidate". Later from Synaptic i found it as g++-2.95 and installed it. I've also installed pentium-builder

Whenever i've tried to install "build-essential" (using apt-get and aptitude) i've got messages along the line of "no installation candidate". I've searched many posts and not got the answer for this. I've treid update and upgrade before installation, no use. I have all the repositories checked in software sources and the server as "main server". Now, the main problem is: (when trying to compile a .cpp file)

user@dell-desktop:~$ g++ hello.cpp
Unable to exec g++.real: No such file or directory
ser@dell-desktop:~$ gcc hello.cpp

[code]....

View 9 Replies View Related

Software :: Unable To Compile Bitcoin?

Jul 15, 2011

I thought I would try bitcoin but I am unable to compile the latest bitcoin client (bitcoin-0.3.24).I'm using 32-bit Slackware 13.1.0. When I initially attempted to compile I got errors related to wxWidgets being missing. This was resolved by compiling and installing wxWidgets. However I still get the following error:

Code:
g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -DUSE_UPNP=0 -I/usr/local/lib/wx/include/gtk2-unicode-2.9 -I/usr/loal/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DGUI -o obj/util.o util.cpp
In file included from main.h:11,

[Code]...

View 7 Replies View Related

Programming :: Unable To Compile Class For JSP?

Mar 15, 2011

My new guy has created several functioning webpages on his machine with TOMCAT 6 with Sun JDK, yet our machines use TOMCAT 5.5 with Open JDK, which his webpages don't show. Do you have any idea how to make them work? The error showing in a browser:

Code:
HTTP Status 500 -
type Exception report
message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception org.apache.jasper.JasperException: Unable to compile class for JSP:

[Code]...

View 2 Replies View Related

Programming :: Unable To Compile C++ Programs

Mar 15, 2009

I work on Fedora 9 and I'm unable to compile my c++ program using the make in the terminal as well as in the IDE-Anjuta.although 'make' works fine with C programs,I get an error that g++ command is not found whenever I try it with C++ programs.

View 3 Replies View Related

CentOS 5 :: Unable To Compile The V4linux

Mar 26, 2011

i'm unable to compile the v4linux.

[az@server v4l-dvb-abd3aac6644e]$ uname -a
Linux server.home 2.6.18-194.17.1.el5.centos.plus #1 SMP Thu Sep 30
19:27:35 EDT 2010 i686 athlon i386 GNU/Linux
rpm -qa |grep kernel*

[Code]....

View 19 Replies View Related

General :: Unable To Install Gnome-shell On Ubuntu Maverick 10.10

Aug 9, 2010

mojo@mojo:~/Downloads$ sudo apt-get install gnome-shell
Reading package lists... Done
Building dependency tree
Reading state information... Done

Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following packages have unmet dependencies: gnome-shell : Depends: mutter but it is not going to be installed it asks for mutter, yet mutter is already installed. I think it asks for different version of mutter.

View 2 Replies View Related







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