Announcement

Collapse
No announcement yet.

Hypothetically Speaking....

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    help stuck on

    1>------ Build started: Project: fault, Configuration: Release Win32 ------
    2>------ Build started: Project: dbgen, Configuration: Release Win32 ------
    1>Compiling...
    2>Compiling...
    1>FaultGen.cpp
    2>y.tab.c
    2>c1 : fatal error C1083: Cannot open source file: '.\y.tab.c': No such file or directory
    2>lex.yy.c
    2>c1 : fatal error C1083: Cannot open source file: '.\lex.yy.c': No such file or directory
    2>Generating Code...
    2>Build log was saved at "file://c:\GAMES\ctp2\ctp2_code\gs\dbgen\Release\BuildLog. htm"
    2>dbgen - 2 error(s), 0 warning(s)
    3>------ Build started: Project: Crater, Configuration: Release Win32 ------
    3>Compiling...
    3>Crater.cpp
    1>c:\GAMES\ctp2\ctp2_code\ui\aui_common\aui.h(56) : fatal error C1083: Cannot open include file: 'reftime.h': No such file or directory
    1>Build log was saved at "file://c:\GAMES\ctp2\ctp2_code\mapgen\fault___\BuildLog.h tm"
    1>fault - 1 error(s), 0 warning(s)
    4>------ Build started: Project: Plasma2, Configuration: Release Win32 ------
    4>Compiling...
    4>PlasmaGen2.cpp
    3>c:\GAMES\ctp2\ctp2_code\ui\aui_common\aui.h(56) : fatal error C1083: Cannot open include file: 'reftime.h': No such file or directory
    3>Build log was saved at "file://c:\GAMES\ctp2\ctp2_code\mapgen\Crater__\BuildLog.h tm"
    3>Crater - 1 error(s), 0 warning(s)
    5>------ Build started: Project: geometric, Configuration: Release Win32 ------
    5>Compiling...
    5>Geometric.cpp
    4>c:\GAMES\ctp2\ctp2_code\ui\aui_common\aui.h(56) : fatal error C1083: Cannot open include file: 'reftime.h': No such file or directory
    4>Build log was saved at "file://c:\GAMES\ctp2\ctp2_code\mapgen\Release\BuildLog.ht m"
    4>Plasma2 - 1 error(s), 0 warning(s)
    5>c:\GAMES\ctp2\ctp2_code\ui\aui_common\aui.h(56) : fatal error C1083: Cannot open include file: 'reftime.h': No such file or directory
    5>FaultGen.cpp
    5>c:\GAMES\ctp2\ctp2_code\ui\aui_common\aui.h(56) : fatal error C1083: Cannot open include file: 'reftime.h': No such file or directory
    5>Generating Code...
    5>Build log was saved at "file://c:\GAMES\ctp2\ctp2_code\mapgen\geometri\BuildLog.h tm"
    5>geometric - 2 error(s), 0 warning(s)
    6>------ Build started: Project: ctp2, Configuration: Release Win32 ------
    6>Performing Custom Build Step
    6>C:\GAMES\ctp2\bin\byacc: f - cannot open "/tmp/yacc.aa03144"
    6>Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"
    6>Build log was saved at "file://c:\GAMES\ctp2\ctp2_code\ctp\Release\BuildLog.htm"
    6>ctp2 - 1 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 6 failed, 0 up-to-date, 0 skipped ==========

    Comment


    • #32
      Those errors look familiar.

      reftime.h should be in C:\Program Files\Microsoft SDKs\Windows\v6.1\Samples\Multimedia\DirectShow\Ba seClasses

      As for y.tab.c and lex.yy.c; I think you have to compile them manually. You can right click on them in the dbgen solution and click compile.
      Last edited by EPW; January 6, 2010, 23:08.
      "

      Comment


      • #33
        1>c:\tmp\extras\directshow\samples\c++\directshow\ba seclasses\ctlutil.h(278) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

        Comment


        • #34
          Are your SDKs up to date? Google suggests that problem occurs in the 2005 version. You can fix it yourself though,(it appeared to be a common problem) just google the error for many explanations.
          "

          Comment


          • #35
            1>LINK : fatal error LNK1104: cannot open file 'atlthunk.lib'

            Comment


            • #36
              Originally posted by JoeB12345 View Post
              1>LINK : fatal error LNK1104: cannot open file 'atlthunk.lib'
              That seems to be a problem with the VC++ Express version. Just google the problem or click here.

              -Martin
              Civ2 military advisor: "No complaints, Sir!"

              Comment

              Working...
              X