[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Protux-devel] Back from vacations, can't compile again
From: |
booker |
Subject: |
Re: [Protux-devel] Back from vacations, can't compile again |
Date: |
Sat, 5 Oct 2002 23:34:26 +0200 |
User-agent: |
KMail/1.4.3 |
Hi Eduardo,
sorry, but I think I can't help you very much in this matter, because I solved
this problem simply by upgrading my (main audio) machine to MDK9 :-(
My other machines still not compile.
So I also await Tapio's automake/autoconf stuff (he said he will commit at
monday).
But below is Tapio's tip:
Here is quick and dirty fix which works for my redhat 7.2 with clean cvs
checkout (enhanced with one symbolic link to MustuxLib on src/):
Make sure that your src/Makefile has following two lines after the
./configure has been ran:
export QTLFLAGS= -lqt -L$(QTDIR)/lib -L/usr/X11R6/lib -L/usr/X11R6/lib
export MOREFLAGS = -lGLU -lGL
I'm still using gt2. I have installed qt3 developer libs, but those are
not configured yet. My QTDIR env points to qt2.x files so current cvs
configure passes but it can't find qt3 libs and QTLFAGS line is not
included to src/Makefile.
libGLU uses libGL so -lGL needs to be added somewhere; MOREFLAGS seems
to be good place (for me).
Now it compiles again.
With my autoconf/automake everything goes fine... be patient it is coming.
--
best regards
--
tapio laxström