bugTop10 Racing Simulation - Bugs: bug #15459, few problems when compiling

 
 

bug #15459: few problems when compiling

Submitter:  None
Submitted:  Mon 16 Jan 2006 06:02:41 PM UTC
   
 
Category:  None Severity:  3 - Normal
Status:  Ready For Test Privacy:  Public
Assigned to:  jdeneux Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 23 Jan 2006 09:40:08 PM UTC, comment #4: 

ok :)

now it compiles well with and without --enable-tracked :)

Anonymous
Sun 22 Jan 2006 10:52:24 AM UTC, comment #3: 
[Fix]

All of these problems should be fixed now. Thanks a lot for these reports and comments you made.

Note: you only need qt4 for the track editor. I don't think the error about test_triangulation and libtracked.a had anything to do with qt. I mentioned qt in my first comment because I noticed you were trying to use qt3.

Johann Deneux <jdeneux>
Group administrator
Fri 20 Jan 2006 04:24:39 PM UTC, comment #2: 

ok, thanks :)

you should maybe just remove the data dir in SUBDIRS in Makefile.am since it blocks autogen.sh to run.

the other was that even if i dont enable tracked, i get the error :
make[2]: * Pas de règle pour fabriquer la cible « ../../src/trackedit/libtracked.a », nécessaire pour « test_triangulation ». Arrêt.

(but maybe it was what you wean by "I'll try to fix that when I get ready to release the next version".)
anyway the only way to fix it is to have the configure find the good qt and use your workaround, even --enable-tracked didnt fixed it: looks like it always wants to compile this qt thing)

Anonymous
Wed 18 Jan 2006 09:40:07 PM UTC, comment #1: 
[Work around]

The problem in configure.in was fixed (removed the reference to data/Makefile)

About the other issues:
- force feedback is not supported currently. I have commented out this option in configure.in
- the version of qt required for tracked-qt is 4.0. 3.x won't work. You don't need qt if you don't build the track editor, though.
- There is indeed a bug in my makefiles. I'll try to fix that when I get ready to release the next version. Meanwhile, you can work around it:

% (cd src/ui_interactive; make top10)
% (cd src/trackedit/qt; make all)

Johann Deneux <jdeneux>
Group administrator
Mon 16 Jan 2006 06:02:41 PM UTC, original submission:  

hi, i just got the cvs to try top10 and i found these little problems :
when running autogen.sh :
configure.in:177: required file `data/Makefile.in' not found
Makefile.am:2: required directory ./data does not exist

if i correct this, there is another problem:
with ./configure --enable-ff --with-qt=/usr/qt/3/ --enable-tracked when i do make i get :
make[2]: * Pas de règle pour fabriquer la cible « ../../src/trackedit/libtracked.a », nécessaire pour « test_triangulation ». Arrêt.
make[2]: Leaving directory `/mnt/autre/Jeux/top10/top10/src/track'

and that's all :]

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-01-22 jdeneux StatusConfirmed Ready For Test
2006-01-18 jdeneux StatusNone Confirmed
    Assigned toNone jdeneux

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code