Bug #840
building ryzom attempts to create an empty archive (not portable)
| Status: | Rejected | Start date: | 05/06/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0%  | 
|
| Category: | Build | |||
| Target version: | - | 
Description
make -j10 -k -C src night CXX=g++
make -k -C game_share all
ar r libgame_share.a 
ar: no archive members specified
usage:  ar -d [-TLsv] archive file ...
    ar -m [-TLsv] archive file ...
    ar -m [-abiTLsv] position archive file ...
    ar -p [-TLsv] archive [file ...]
    ar -q [-cTLsv] archive file ...
    ar -r [-cuTLsv] archive file ...
    ar -r [-abciuTLsv] position archive file ...
    ar -t [-TLsv] archive [file ...]
    ar -x [-ouTLsv] archive [file ...]
make2: * [libgame_share.a] Error 1
make2: Target `all' not remade because of errors.
make1:  [game_share-all] Error 2
make1: Target `night' not remade because of errors.
make: ** [night] Error 2
History
#1
    
    
    Updated by vl over 8 years ago
    
    - Target version set to Version 0.8.0
 
#2
    
    
    Updated by kervala almost 8 years ago
    
    - Status changed from New to Rejected
 - Target version deleted (
Version 0.8.0) 
We are working on CMake build system, we don't want to fix the old one because it's obsolete now.