You are not logged in.

#1 2007-09-23 20:35:28

Kienja Kenobi
Member
Registered: 2007-08-17
Posts: 62

Compile Error

I am trying to install YAWMPPP from source (http://yawmppp.seul.org/).  However, when I "make" this is all it says:

[root@Kienja yawmppp-2.0.2]# make
make[1]: Entering directory `/home/Kienja/Application-Files/Program-Source/yawmppp-2.0.2/src'
gcc -O2 -Wall -DVERSION=\"2.0.2\" -DLINUX -o isprc.o -c isprc.c
gcc -O2 -Wall -DVERSION=\"2.0.2\" -DLINUX -o ycommon.o -c ycommon.c
gcc -O2 -Wall -DVERSION=\"2.0.2\" -DLINUX -o misc.o -c misc.c
gcc -O2 -Wall -DVERSION=\"2.0.2\" -DLINUX -o list.o -c list.c
gcc -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -DVERSION=\"2.0.2\" -DLINUX -c about.c -o about.o
make[2]: Entering directory `/home/Kienja/Application-Files/Program-Source/yawmppp-2.0.2/src/dockapp'
gcc -c -O2 -Wall -I.. -I -DVERSION=\"2.0.2\" -DLINUX yawmppp.c -o yawmppp.o
yawmppp.c: In function 'usage':
yawmppp.c:759: error: 'VERSION' undeclared (first use in this function)
yawmppp.c:759: error: (Each undeclared identifier is reported only once
yawmppp.c:759: error: for each function it appears in.)
yawmppp.c: In function 'printversion':
yawmppp.c:775: error: 'VERSION' undeclared (first use in this function)
make[2]: *** [yawmppp.o] Error 1
make[2]: Leaving directory `/home/Kienja/Application-Files/Program-Source/yawmppp-2.0.2/src/dockapp'
make[1]: *** [build_dockapp] Error 2
make[1]: Leaving directory `/home/Kienja/Application-Files/Program-Source/yawmppp-2.0.2/src'
make: *** [build_src] Error 2

I have no idea what it could mean, but I would really like to be able to install this program.

Offline

#2 2007-09-23 21:23:16

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,384
Website

Re: Compile Error

By the looks of things the definition of VERSION in the command lind is not working due to the -I having no arguements before -DVERSION.  It is probably best to ask on the mailing list / forum for the software.

Offline

#3 2007-09-23 21:41:05

Kienja Kenobi
Member
Registered: 2007-08-17
Posts: 62

Re: Compile Error

Thanks.  I figured it had something to do with the program I was trying to install.  In that case, this is probably futile.  The program went out of development years ago...

Offline

Board footer

Powered by FluxBB