bug-xnee
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-xnee] Problems Compiling Xnee v3.03


From: Han Loo
Subject: [Bug-xnee] Problems Compiling Xnee v3.03
Date: Tue, 19 May 2009 13:43:30 -0500

Greetings,

I am attempting to build the latest release of xnee (v3.03) on an AMD64 X2 4600+ processor running Ubuntu v8.10.

I was previously able to successfully install xnee v3.02 by executing the following commands as per the installation instructions & readme's:

./configure --enable-gnome-applet --prefix=/usr
make
sudo make install


... and I was also able to uninstall v3.02 using:

sudo make uninstall

I uninstalled v3.02 in order to update to v3.03 however when I attempt to install this latest version using the same sequence of commands (as I used for the previous version) I get the following configuration:
 
Configuration of Xnee finished
 ==============================
    PACKAGE              xnee
    VERSION              3.03
 
   Xnee Developer flags
   -------------------------------------
    VERBOSE_FLAG         -DUSE_VERBOSE
    GCOV_FLAG           
    GPROF_FLAG          
    BUF_VERBOSE_FLAG     -DNO_BUF_VERBOSE
    PEDANTIC_FLAGS      
    LIBDL               
    LIBSEMA              -lpthread
    X11_LIBS             -lX11 -lXtst
    PANEL_SERVER_DIR     ${exec_prefix}/lib/bonobo/servers
    PANEL_APPLET_DIR     ${exec_prefix}/lib/gnome-panel
    PIXMAP_DIR           pixmap
    CONVERT             
 

   Building the following components
   -------------------------------------
   
        cli
        gnee
        pnee
   Excluding the following components
   -------------------------------------
   
        doc (docs are already included in dist file)

   Static or dynamic linking for programs (true)
   -------------------------------------
        static
 
   Settings ok?



...and when I attempt a "make" I run into compilation problems.

make  all-recursive
make[1]: Entering directory `/home/hloo/Desktop/INBOX/xnee-3.03'
Making all in libxnee
make[2]: Entering directory `/home/hloo/Desktop/INBOX/xnee-3.03/libxnee'
Making all in src
make[3]: Entering directory `/home/hloo/Desktop/INBOX/xnee-3.03/libxnee/src'
/bin/bash ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..    -I../include   -g -DUSE_VERBOSE   -DNO_BUF_VERBOSE  -DHAVE_XOSD  -g -O2 -MT feedback.lo -MD -MP -MF .deps/feedback.Tpo -c -o feedback.lo feedback.c
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../include -g -DUSE_VERBOSE -DNO_BUF_VERBOSE -DHAVE_XOSD -g -O2 -MT feedback.lo -MD -MP -MF .deps/feedback.Tpo -c feedback.c  -fPIC -DPIC -o .libs/feedback.o
feedback.c: In function ‘feedback’:
feedback.c:273: error: invalid initializer
make[3]: *** [feedback.lo] Error 1
make[3]: Leaving directory `/home/hloo/Desktop/INBOX/xnee-3.03/libxnee/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/hloo/Desktop/INBOX/xnee-3.03/libxnee'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/hloo/Desktop/INBOX/xnee-3.03'
make: *** [all] Error 2


...and thus cannot successfully execute a "sudo make install".

Any help would be much appreciated...

Thanks!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]