Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9391 in orxonox.OLD for trunk/src/lib


Ignore:
Timestamp:
Jul 23, 2006, 2:41:44 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: compiles perfectly on windows from here
had to: switch from AC_PREFQ(2.59 → 2.56)
reinvent the lua-lib-stuff, as including liblua in liblualib is mandatory in f windows
remove some unportable line in the md3_animation
@patrick: please can you have a look at md3-animation, the part i have commented out is most possibly the whole readin process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/md3/md3_animation_cfg.cc

    r8724 r9391  
    8787
    8888    // parse file
    89     while( (read = getline(&cLine, &len, pFile)) != -1) { /*( !this->dataStream.eof()) {*/
     89    /// @FIXME FIXME bensch took this out, cause: not portable
     90      //    while( (read = getline(&cLine, &len, pFile)) != -1) { /*( !this->dataStream.eof()) {*/
     91      /*
    9092      std::string line(cLine);
    9193
     
    175177          this->putAnimation(animation);
    176178        }
    177       }
     179        }
    178180    }
     181      */
    179182  }
    180183
Note: See TracChangeset for help on using the changeset viewer.