Page 2 of 2 FirstFirst 1 2
Results 31 to 36 of 36

Thread: Hypothetically Speaking....

  1. #31
    JoeB12345
    Settler
    Join Date
    10 Dec 2006
    Posts
    9
    Country
    This is JoeB12345's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    07:54
    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 ==========

  2. #32
    EPW
    Emperor EPW's Avatar
    Join Date
    10 Jan 2004
    Location
    ??
    Posts
    3,887
    Country
    This is EPW's Country Flag
    Thanks
    1
    Thanked 1 Time in 1 Post
    Local Date
    May 21, 2013
    Local Time
    00:54
    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 at 22:08.
    "

  3. #33
    JoeB12345
    Settler
    Join Date
    10 Dec 2006
    Posts
    9
    Country
    This is JoeB12345's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    07:54
    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

  4. #34
    EPW
    Emperor EPW's Avatar
    Join Date
    10 Jan 2004
    Location
    ??
    Posts
    3,887
    Country
    This is EPW's Country Flag
    Thanks
    1
    Thanked 1 Time in 1 Post
    Local Date
    May 21, 2013
    Local Time
    00:54
    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.
    "

  5. #35
    JoeB12345
    Settler
    Join Date
    10 Dec 2006
    Posts
    9
    Country
    This is JoeB12345's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    07:54
    1>LINK : fatal error LNK1104: cannot open file 'atlthunk.lib'

  6. #36
    Martin Gühmann
    Administrator Martin Gühmann's Avatar
    Join Date
    02 Mar 2001
    Location
    Tübingen, Germany
    Posts
    7,248
    Country
    This is Martin Gühmann's Country Flag
    Thanks
    2
    Thanked 4 Times in 4 Posts
    Local Date
    May 21, 2013
    Local Time
    09:54

    Post

    Quote 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!"

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. hypothetically...
    By Heraclitus in forum Off Topic
    Replies: 205
    Last Post: December 7, 2009, 13:45
  2. Speaking of Romans....
    By Zkribbler in forum Off Topic
    Replies: 13
    Last Post: August 8, 2008, 17:05
  3. Speaking ill of the dead.
    By Dinner in forum Off Topic
    Replies: 46
    Last Post: July 15, 2008, 17:05
  4. Speaking of Hypocrisy
    By DaShi in forum Off Topic
    Replies: 4
    Last Post: May 26, 2005, 05:55
  5. Speaking in Smilies
    By -Jrabbit in forum Off-Topic-Archive
    Replies: 18
    Last Post: January 10, 2003, 08:26

Visitors found this page by searching for:

filecgames.com

f - cannot open tmpyacc

cc:error:y.tab.c: No such file or directory

cannot open y.tab.c

two verison of hypothecially

power2bin

YACC cannot open

y.tab.c: no such file or directory

y.tab.c no such file

lex.yy.c no such file or directory

powered by vBulletin open source software

cannot open file atlthunk.lib

cannot open source file y.tab.h

fatal error lnk1104: cannot open file atlthunk.lib

cannot open y.tab.h error in yacc

link : fatal error lnk1104: cannot open file atlthunk.lib

powered by vBulletin open country at

powered by vBulletin c source code

powered by vBulletin open source

y.tab.c no such file or directory

powered by vBulletin what is open source technology

powered by vBulletin open source windows

powered by vBulletin windows open source

error lnk1104: cannot open file atlthunk.lib

error 35 error lnk1104: cannot open file atlthunk.lib

Bookmarks

Posting Permissions