xboxscene.org forums

Author Topic: Compiling Question  (Read 43 times)

athirne

  • Archived User
  • Newbie
  • *
  • Posts: 14
Compiling Question
« on: March 09, 2004, 07:47:00 PM »

P.S.
for DVD2XBox I got:

c1xx : fatal error C1083: Cannot open source file: '\documents and settings\administrator\desktop\dvd2xbox-054-src\common\src\xbinput.cpp': No such file or directory
xbhelp.cpp
c1xx : fatal error C1083: Cannot open source file: '\documents and settings\administrator\desktop\dvd2xbox-054-src\common\src\xbhelp.cpp': No such file or directory
Generating Code...
Compiling...
xbfont.cpp
c1xx : fatal error C1083: Cannot open source file: '\documents and settings\administrator\desktop\dvd2xbox-054-src\common\src\xbfont.cpp': No such file or directory
xbApplicationEx.cpp
f:\Documents and Settings\Administrator\Desktop\dvd2xbox-054-src\dvd2xbox\xbox\xbApplicationEx.h(18) : fatal error C1083: Cannot open include file: 'XBInput.h': No such file or directory
DebugClient.cpp
Xcddb\DebugClient.cpp(1) : fatal error C1083: Cannot open include file: 'XBApp.h': No such file or directory
simplexml.cc
xbox\simplexml.cc(31) : warning C4101: 'uptr' : unreferenced local variable
helper.cpp
f:\Documents and Settings\Administrator\Desktop\dvd2xbox-054-src\dvd2xbox\xbox\helper.h(22) : fatal error C1083: Cannot open include file: 'XBFont.h': No such file or directory
handler.cpp
dvd2xbox.cpp
dvd2xbox.cpp(1) : fatal error C1083: Cannot open include file: 'XBApp.h': No such file or directory
d2xutils.cpp
xbox\helper.h(22) : fatal error C1083: Cannot open include file: 'XBFont.h': No such file or directory
d2xtitle.cpp
xbox\helper.h(22) : fatal error C1083: Cannot open include file: 'XBFont.h': No such file or directory
d2xswindow.cpp
xbox\xbApplicationEx.h(18) : fatal error C1083: Cannot open include file: 'XBInput.h': No such file or directory
d2xsettings.cpp
d2xpatcher.cpp
xbox\helper.h(22) : fatal error C1083: Cannot open include file: 'XBFont.h': No such file or directory
d2xlogger.cpp
d2xgraphics.cpp
xbox\helper.h(22) : fatal error C1083: Cannot open include file: 'XBFont.h': No such file or directory
d2xfilecopy.cpp
xbox\helper.h(22) : fatal error C1083: Cannot open include file: 'XBFont.h': No such file or directory
d2xdrivestatus.cpp
xbox\helper.h(22) : fatal error C1083: Cannot open include file: 'XBFont.h': No such file or directory
d2xdbrowser.cpp
xbox\helper.h(22) : fatal error C1083: Cannot open include file: 'XBFont.h': No such file or directory
d2xacl.cpp
xbox\helper.h(22) : fatal error C1083: Cannot open include file: 'XBFont.h': No such file or directory
cddb.cpp
f:\Documents and Settings\Administrator\Desktop\dvd2xbox-054-src\dvd2xbox\Xcddb\cddb.h(4) : fatal error C1083: Cannot open include file: 'XBApp.h': No such file or directory


Are there files that some people dont include in their source that I have to take off of my xbox or somewhere in the XDK files?

(I AM NOT ASKING ANYONE TO SEND ME THESE FILES OR POINT ME TO WHERE I CAN FIND THEM ON THE NET IF THEY ARE COPYRIGHTED CODE so please dont ban me)
Logged

WiSo

  • Archived User
  • Sr. Member
  • *
  • Posts: 323
Compiling Question
« Reply #1 on: March 09, 2004, 11:29:00 PM »

Copy the common directory from your XDK parallel to the dvd2xbox directory and you're fine.
Logged

WiSo

  • Archived User
  • Sr. Member
  • *
  • Posts: 323
Compiling Question
« Reply #2 on: March 10, 2004, 11:30:00 AM »

You're right. The missing file could be taken from one of the previous XDKs.
Logged