No such file error

Added by nkl about 8 years ago

Hello
I use vs2008pro and download the latest source code.
While I compile ryzom\code\ryzom\tools\all.sln, I get following “no such file” error.
How do I get ride of this “no such file” error.
Thanks for any advance.
Thanks already

Following is the vs2008pro compile error.


1>------ Build started: Project: master, Configuration: Release Win32 ------
2>------ Build started: Project: georges_convert, Configuration: Release Win32 ------
1>Compiling...
2>Compiling...
2>georges_convert.cpp
1>MasterTree.cpp
2>.\georges_convert.cpp(23) : fatal error C1083: Cannot open include file: 'nel/georges/type.h': No such file or directory
1>r:\ryzom\code\ryzom\tools\leveldesign\master\../export/export.h(130) : warning C4237: 'export' keyword is not yet supported, but reserved for future use
1>r:\ryzom\code\ryzom\tools\leveldesign\master\Mainfrm.h(37) : fatal error C1083: Cannot open include file: '../../3d/ligo/worldeditor/worldeditor_interface.h': No such file or directory
1>master.cpp
1>r:\ryzom\code\ryzom\tools\leveldesign\master\../export/export.h(130) : warning C4237: 'export' keyword is not yet supported, but reserved for future use
1>r:\ryzom\code\ryzom\tools\leveldesign\master\MainFrm.h(37) : fatal error C1083: Cannot open include file: '../../3d/ligo/worldeditor/worldeditor_interface.h': No such file or directory
1>MainFrm.cpp
1>r:\ryzom\code\ryzom\tools\leveldesign\master\../export/export.h(130) : warning C4237: 'export' keyword is not yet supported, but reserved for future use
1>r:\ryzom\code\ryzom\tools\leveldesign\master\MainFrm.h(37) : fatal error C1083: Cannot open include file: '../../3d/ligo/worldeditor/worldeditor_interface.h': No such file or directory
1>Generating Code...
1>Build log was saved at "file://r:\ryzom\code\ryzom\tools\leveldesign\master\Release\BuildLog.htm"
1>master - 3 error(s), 3 warning(s)
2>Build log was saved at "file://r:\ryzom\code\ryzom\tools\leveldesign\georges_convert\Release\BuildLog.htm"
2>georges_convert - 1 error(s), 0 warning(s)

========== Build: 0 succeeded, 2 failed, 41 up-to-date, 0 skipped ==========



Replies (10)

RE: No such file error - Added by TomH about 8 years ago

Did you compiled the nel first?

RE: No such file error - Added by nkl about 8 years ago

Hi TomH.
The code\nel\nel.sln, code\nelns\services.sln and ryzom\code\ryzom\server\server.sln compiled successfully.
While I compile ryzom\code\ryzom\tools\all.sln, I get “no such file” error.
Thanks for any advance.
Thanks already

RE: No such file error - Added by teze about 8 years ago

I hava a same problem.
This file is cannot find..anywhere
The all code is compiled successfully

RE: No such file error - Added by kervala about 8 years ago

"Master" is a obsolete project, that's a previous version of World Editor which is not working anymore, simply ignore it.

RE: No such file error - Added by ShamanRU about 8 years ago

But it's very usable project. From which version it's exluded?

RE: No such file error - Added by molator about 8 years ago

There's missing files to build master.
To do so, you will have to comment some lines.

RE: No such file error - Added by ShamanRU about 8 years ago

#include "../../3d/ligo/worldeditor/worldeditor_interface.h" // this file doesn't exist

class IWorldEditor; // empty class
class IGeorges; // empty class
class ILogicEditor; // empty class
class IMasterCB; // empty class
These classes doesn't have an implementation. But they are used in code.

RE: No such file error - Added by molator about 8 years ago

master is an obsolete project :).

RE: No such file error - Added by ShamanRU about 8 years ago

1) From which version it's exluded?
2) I'm found, that "Master" is very functional project. What programs can I replace it?
- World editor - for editing level;
- ??? - for export data from World editor;

RE: No such file error - Added by molator about 8 years ago

You should look World Editor, Georges and Object Viewer.

You can also try :
http://dev.ryzom.com/wiki/ryzom/WindowsBinaries

(1-10/10)