You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, November 4th 2003, 8:34pm

Boson 0.9 released

I just read that Boson 0.9 has been released... I saw some screenshots and it doesn't really look bad :)

http://boson.eu.org/

Quoted

Boson is an OpenGL real-time strategy game, with the feeling of Command&Conquer(tm) or StarCraft(tm). It is designed to run on Unix (Linux) computers, and is built on top of the KDE, Qt and kdegames libraries.
A minimum of two players is required, since there is no artificial intelligence yet.
MICHAEL JACKSON SUPPORTER!
--
Notebook:
Peacock Freeliner XP2500+, 512MB DDR RAM, ATI Radeon 9600 Mobility(M10), 40GB, SuSe 9.1
Server:
AMD Athlon 750MHz, 384MB SD-RAM, ATI Rage 128, 30GB+80GB, SuSe 9.1

2

Sunday, November 9th 2003, 5:16pm

Yea, it looks pretty good to me too, except it won't compile, like ever other program on my computer, cause I don't know how to get it to find my QT libs.
"Chopsticks require a person to use 64 muscles and 30 articulate movements simultaneously, which also acts in developing brain potential."

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

3

Sunday, November 9th 2003, 11:01pm

Try to set QTDIR before running ./configure

Usually this is something like /usr/lib/qt3
On Debian it is /usr/share/qt3

Cheers,
_
Qt/KDE Developer
Debian User

4

Monday, November 10th 2003, 5:05am

Ok, i'm look at those directories and see if they're there. How do I change the QTDIR part? In the Makefile, or some CLI option/variable?
"Chopsticks require a person to use 64 muscles and 30 articulate movements simultaneously, which also acts in developing brain potential."

m4ktub

Intermediate

Posts: 257

Location: Lisbon, Portugal

Occupation: Software Engineer

  • Send private message

5

Monday, November 10th 2003, 9:26am

You just need to set the environment variable QTDIR to the root of Qt installation.

You can also do
[code:1]./configure --with-qt-dir=<path to Qt>[/code:1]
Check help in configure for more options.

6

Saturday, April 10th 2004, 5:32pm

This is my first attempt at compiling, what does this mean? It comes up after ./configure. I'm using SuSE 9.

checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!

Thanks.
I'd give my right arm to be ambidextrous.

7

Sunday, April 11th 2004, 11:45am

Quoted

Original von dirtydan

This is my first attempt at compiling, what does this mean? It comes up after ./configure. I'm using SuSE 9.

checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!

Thanks.

You're probably missing the so-called "header files" for the X Window system. Those files are often in a separate package with a suffix "-devel" because you only need them if you want to compile stuff, not when you're just using it.
I don't have a SuSE system here to check but I'd expect the package you need to be called xfree-devel, xfree86-devel, or something like that.
The YaST2 package installer has package search functionality built-in.
Keywords you might search for include "X", "xfree, "xfree86", "xlib", "header", "development"

seb

Professional

Posts: 622

Location: Sydney

Occupation: Student

  • Send private message

8

Monday, April 12th 2004, 7:32am

Quoted

Original von Kenneth

Ok, i'm look at those directories and see if they're there. How do I change the QTDIR part? In the Makefile, or some CLI option/variable?


Ive had that problem since i upgraded to kde321 - i circumvented it by:

[code:1]QTDIR=/usr[/code:1]


i dont remember, but it could be
[code:1]QTDIRS=/usr[/code:1] (!!!)

9

Monday, April 12th 2004, 6:35pm

Hello again. Thanks for your help. I've added some more programs from my install discs and I get further along, but now I'm stopping here:

checking for Qt... configure: error: Qt (>= Qt 3.0.3) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

I use the command with the path to the qt dir specified. I checked the config log and there is a line kde_qtver='3'. What I'm thinking is I need to update the qt. Any suggestions?

Thanks.
I'd give my right arm to be ambidextrous.