Jump to content

mroczna

Inactive Member
  • Posts

    15
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by mroczna

  1. Next  problem

    Spoiler
    
    de -D__SVN_VERSION__="70140-BETA" -c main.cpp -o debug/main.o
    In file included from main.cpp:77:
    In file included from /usr/include/gtest/gtest.h:61:
    In file included from /usr/include/gtest/gtest-param-test.h:192:
    In file included from /usr/include/gtest/internal/gtest-param-util.h:47:
    /usr/include/gtest/gtest-printers.h:497:34: error: no member named 'tr1' in
          namespace 'std'
    inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
                              ~~~~~~~^
    /usr/include/gtest/gtest-printers.h:497:44: error: expected ')'
    inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
                                               ^
    /usr/include/gtest/gtest-printers.h:497:20: note: to match this '('
    inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
                       ^
    /usr/include/gtest/gtest-printers.h:498:16: error: use of undeclared identifier
          't'
      PrintTupleTo(t, os);
                   ^
    /usr/include/gtest/gtest-printers.h:498:19: error: use of undeclared identifier
          'os'
      PrintTupleTo(t, os);
                      ^
    /usr/include/gtest/gtest-printers.h:502:27: error: no member named 'tr1' in
          namespace 'std'
    void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
                       ~~~~~~~^
    /usr/include/gtest/gtest-printers.h:502:37: error: expected ')'
    void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
                                        ^
    /usr/include/gtest/gtest-printers.h:502:13: note: to match this '('
    void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
                ^
    /usr/include/gtest/gtest-printers.h:503:16: error: use of undeclared identifier
          't'
      PrintTupleTo(t, os);
                   ^
    /usr/include/gtest/gtest-printers.h:503:19: error: use of undeclared identifier
          'os'
      PrintTupleTo(t, os);
                      ^
    /usr/include/gtest/gtest-printers.h:507:27: error: no member named 'tr1' in
          namespace 'std'
    void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
                       ~~~~~~~^
    /usr/include/gtest/gtest-printers.h:507:37: error: expected ')'
    void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
                                        ^
    /usr/include/gtest/gtest-printers.h:507:13: note: to match this '('
    void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
                ^
    /usr/include/gtest/gtest-printers.h:508:16: error: use of undeclared identifier
          't'
      PrintTupleTo(t, os);
                   ^
    /usr/include/gtest/gtest-printers.h:508:19: error: use of undeclared identifier
          'os'
      PrintTupleTo(t, os);
                      ^
    /usr/include/gtest/gtest-printers.h:512:27: error: no member named 'tr1' in
          namespace 'std'
    void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
                       ~~~~~~~^
    /usr/include/gtest/gtest-printers.h:512:37: error: expected ')'
    void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
                                        ^
    /usr/include/gtest/gtest-printers.h:512:13: note: to match this '('
    void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
                ^
    /usr/include/gtest/gtest-printers.h:513:16: error: use of undeclared identifier
          't'
      PrintTupleTo(t, os);
                   ^
    /usr/include/gtest/gtest-printers.h:513:19: error: use of undeclared identifier
          'os'
      PrintTupleTo(t, os);
                      ^
    /usr/include/gtest/gtest-printers.h:517:27: error: no member named 'tr1' in
          namespace 'std'
    void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
                       ~~~~~~~^
    /usr/include/gtest/gtest-printers.h:517:37: error: expected ')'
    void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
                                        ^
    /usr/include/gtest/gtest-printers.h:517:13: note: to match this '('
    void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
                ^
    /usr/include/gtest/gtest-printers.h:518:16: error: use of undeclared identifier
          't'
      PrintTupleTo(t, os);
                   ^
    fatal error: too many errors emitted, stopping now [-ferror-limit=]
    20 errors generated.
    gmake: *** [Makefile:77: debug/main.o] Error 1
    root@:/home/src/test/vanilla/game/src #

     

     

  2. where is the game 40250

    and what is the best line

     

     

     

    dev                                   what game ?

    dev_wolf_branch              what game ?

    mainline                            what game ?

    mainline_cython               what game ?

    mainline_released            what game ?

    mainline_w2.0                  what game ?

    mainline_w2.1                  what game ?

    novaline                           what game ?

  3. I have a next problem

    16>fatal error C1900: Il mismatch between 'P1' version '20080116' and 'P2' version '20070207'
    16>LINK : fatal error LNK1257: code generation failed
    16>Creating browse information file...
    16>Microsoft Browse Information Maintenance Utility Version 9.00.21022
    16>Copyright (C) Microsoft Corporation. All rights reserved.
    16>Build log was saved at "file://d:sorucemainline_releasedmainline_sgSrcsClientUserInterfaceReleaseBuildLog.htm"
    16>UserInterface - 1 error(s), 5 warning(s)
    ========== Build: 15 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

    thank you for any help

  4. I have a problem

    1>LINK : fatal error LNK1104: cannot open file 'd3d8.lib'
    1>Creating browse information file...
    1>Microsoft Browse Information Maintenance Utility Version 9.00.21022
    1>Copyright (C) Microsoft Corporation. All rights reserved.
    1>Build log was saved at "file://d:sorucemainline_releasedmainline_sgSrcsClientUserInterfaceDebugBuildLog.htm"
    1>UserInterface - 1 error(s), 5 warning(s)
    ========== Build: 0 succeeded, 1 failed, 15 up-to-date, 0 skipped ==========
    

    if anyone can help ?

     

    thank you

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.