You are not logged in.

#1 2005-11-03 00:44:57

sabrewolf
Member
Registered: 2004-10-26
Posts: 45

[request] boson

Boson is an OpenGL real-time strategy game. It is designed to run on Unix (Linux) computers, and is built on top of the KDE, Qt and kdegames libraries.

tongue


[code]sorry for my english [/code]

Offline

#2 2005-11-03 01:05:09

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: [request] boson

Offline

#3 2006-03-04 15:02:45

CyRiX_BlAcK
Member
Registered: 2006-03-02
Posts: 35

Re: [request] boson

My PKG build stops with this error:

checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
make: *** No targets specified and no makefile found.  Stop.
==> ERROR: Build Failed.  Aborting...

Anyone got any idea what on  earth I should do?

Should I build the package as user or root?

PLEASE HELP!

My package build:

# Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
pkgname=boson
pkgver=0.11
pkgrel=1
pkgdesc="Boson is an OpenGL real-time strategy game, with the feeling of Command&Conquer(tm) or StarCraft(tm)."
url="http://boson.eu.org/"
license=""
depends=('qt>=3.1' 'kdelibs>=3.1' 'openal' 'lib3ds' 'libvorbis' 'python')
makedepends=('perl')
conflicts=()
replaces=()
backup=()
install=
source=(http://dl.sourceforge.net/sourceforge/boson/$pkgname-code-$pkgver.tar.bz2
        http://dl.sourceforge.net/sourceforge/b … er.tar.bz2
        http://dl.sourceforge.net/sourceforge/b … r.tar.bz2)
md5sums=('9099e71743e05b00cc544be82a97719b' '1580c07445ce47059f815724c808b295'
         'a04f8ccef2a47c8eaed950877587db3f')

build() {
  cd $startdir/src/$pkgname-code-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install

  cd $startdir/src/$pkgname-data-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install

  cd $startdir/src/$pkgname-music-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

#4 2006-03-04 15:34:18

jaboua
Member
Registered: 2005-11-05
Posts: 634

Re: [request] boson

CyRiX_BlAcK wrote:

My PKG build stops with this error:

checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
make: *** No targets specified and no makefile found.  Stop.
==> ERROR: Build Failed.  Aborting...

Anyone got any idea what on  earth I should do?

Should I build the package as user or root?

I usually build as root, but it's safer to build as a user.

Seems like it can't find the X includes, this may be related to Xorg moving to /usr from /usr/X11R6 - if you run these, does it work then? :
ln -s /usr /usr/X11R6
ln -s /usr /usr/X11

Offline

#5 2006-03-05 11:28:59

CyRiX_BlAcK
Member
Registered: 2006-03-02
Posts: 35

Re: [request] boson

didnt work, same thing....

Offline

#6 2006-03-06 13:16:19

CyRiX_BlAcK
Member
Registered: 2006-03-02
Posts: 35

Re: [request] boson

jaboua wrote:
CyRiX_BlAcK wrote:

My PKG build stops with this error:

checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
make: *** No targets specified and no makefile found.  Stop.
==> ERROR: Build Failed.  Aborting...

Anyone got any idea what on  earth I should do?

Should I build the package as user or root?

I usually build as root, but it's safer to build as a user.

Seems like it can't find the X includes, this may be related to Xorg moving to /usr from /usr/X11R6 - if you run these, does it work then? :
ln -s /usr /usr/X11R6
ln -s /usr /usr/X11

Is that right way round?

Wouldnt it be:
ln -s /usr/X11R6 /usr
ln -s /usr/X11 /usr

??????

Offline

#7 2006-03-06 14:13:56

jaboua
Member
Registered: 2005-11-05
Posts: 634

Re: [request] boson

CyRiX_BlAcK wrote:
jaboua wrote:
CyRiX_BlAcK wrote:

My PKG build stops with this error:

checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
make: *** No targets specified and no makefile found.  Stop.
==> ERROR: Build Failed.  Aborting...

Anyone got any idea what on  earth I should do?

Should I build the package as user or root?

I usually build as root, but it's safer to build as a user.

Seems like it can't find the X includes, this may be related to Xorg moving to /usr from /usr/X11R6 - if you run these, does it work then? :
ln -s /usr /usr/X11R6
ln -s /usr /usr/X11

Is that right way round?

Wouldnt it be:
ln -s /usr/X11R6 /usr
ln -s /usr/X11 /usr

??????

No, xorg was in /usr/X11R6 before but moved to /usr, I just thought to symlink it to the old location, just in case...

What you suggested has worked before though, when e17 wouldn't compile on freebsd half year ago...

Offline

#8 2006-03-06 14:32:04

CyRiX_BlAcK
Member
Registered: 2006-03-02
Posts: 35

Re: [request] boson

oh, well did that and it still pumps out the same wibble as bfore.

Anyone else got this to work since Xor7????

ANYONE?!!! :evil:

Offline

#9 2006-03-06 14:44:32

jaboua
Member
Registered: 2005-11-05
Posts: 634

Re: [request] boson

I'll try to compile it...

Offline

#10 2006-03-06 14:57:43

CyRiX_BlAcK
Member
Registered: 2006-03-02
Posts: 35

Re: [request] boson

Thanks, let me know how you get on etc, coz im prob a n00b compared to you. 1Yr on linux so far (10mths slackware, 2mths arch) arch is better  8)  8)  8)

Offline

#11 2006-03-06 19:53:34

jaboua
Member
Registered: 2005-11-05
Posts: 634

Re: [request] boson

I made it past the configure script, but hit a compile error:

/bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../ufo/include -I../../../bogl -I../../.. -I../../../kgame -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -march=i686 -O2 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -c -o ugl_builtinfontrenderer.lo `test -f ugl_builtinfontrenderer.cpp || echo './'`ugl_builtinfontrenderer.cpp
../../../ufo/include/ufo/gl/../font/../ufo_debug.hpp:75: warning: unused parameter 'pf'
../../../ufo/include/ufo/gl/../font/../ucollectable.hpp:106: warning: unused parameter 'size'
../../../ufo/include/ufo/gl/ugl_builtinfontrenderer.hpp:115: error: ISO C++ forbids declaration of 'UGL_BuiltinFontMetrics' with no type
../../../ufo/include/ufo/gl/ugl_builtinfontrenderer.hpp:115: error: expected ';' before '*' token
ugl_builtinfontrenderer.cpp: In constructor 'ufo::UGL_BuiltinFontRenderer::UGL_BuiltinFontRenderer(const ufo::UFontInfo&)':
ugl_builtinfontrenderer.cpp:78: error: class 'ufo::UGL_BuiltinFontRenderer' does not have any field named 'm_fontMetrics'
ugl_builtinfontrenderer.cpp: At global scope:
ugl_builtinfontrenderer.cpp:147: warning: unused parameter 'g'
ugl_builtinfontrenderer.cpp:159: warning: unused parameter 'g'
ugl_builtinfontrenderer.cpp: In member function 'virtual const ufo::UFontMetrics* ufo::UGL_BuiltinFontRenderer::getFontMetrics() const':
ugl_builtinfontrenderer.cpp:165: error: 'm_fontMetrics' was not declared in this scope
make[5]: *** [ugl_builtinfontrenderer.lo] Error 1
make[5]: Leaving directory `/usr/local/abs/boson/src/boson-code-0.11/ufo/src/gl'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/local/abs/boson/src/boson-code-0.11/ufo/src/gl'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/abs/boson/src/boson-code-0.11/ufo/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/abs/boson/src/boson-code-0.11/ufo'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/abs/boson/src/boson-code-0.11'
make: *** [all] Error 2
==> ERROR: Build Failed.  Aborting...

Seems like a syntax error or something, maybe it's only tested on gcc 3 - I belive I heard that GCC4 was stricter.

Offline

Board footer

Powered by FluxBB