[SOLVED]Error compil VS2010 with last rev
Added by demonelfe over 3 years ago
error MSB6006: Arrêt de "cmd.exe" avec le code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets ovqt_plugin_core
error LNK1181: impossible d'ouvrir le fichier en entrée '..\..\..\..\..\..\..\lib\Release\ovqt_plugin_core_r.lib' C:\ryzom\code\build\nel\tools\3d\object_viewer_qt\src\plugins\ovqt_sheet_builder\LINK ovqt_plugin_sheet_builder
error LNK1181: impossible d'ouvrir le fichier en entrée '..\..\..\..\..\..\..\lib\Release\ovqt_plugin_core_r.lib' C:\ryzom\code\build\nel\tools\3d\object_viewer_qt\src\plugins\mission_compiler\LINK ovqt_plugin_mission_compiler
error C1083: Impossible d'ouvrir le fichier include : '../core/imenu_manager.h' : No such file or directory C:\ryzom\code\nel\tools\3d\object_viewer_qt\src\plugins\log\log_plugin.cpp ovqt_plugin_log
error LNK1181: impossible d'ouvrir le fichier en entrée '..\..\..\..\..\..\..\lib\Release\ovqt_plugin_core_r.lib' C:\ryzom\code\build\nel\tools\3d\object_viewer_qt\src\plugins\object_viewer\LINK ovqt_plugin_object_viewer
error C1083: Impossible d'ouvrir le fichier include : '../core/imenu_manager.h' : No such file or directory C:\ryzom\code\nel\tools\3d\object_viewer_qt\src\plugins\landscape_editor\landscape_editor_window.cpp ovqt_plugin_landscape_editor
error LNK1181: impossible d'ouvrir le fichier en entrée '..\..\..\..\..\..\..\lib\Release\ovqt_plugin_core_r.lib' C:\ryzom\code\build\nel\tools\3d\object_viewer_qt\src\plugins\example\LINK ovqt_plugin_example
error LNK1181: impossible d'ouvrir le fichier en entrée '..\..\..\..\..\..\..\lib\Release\ovqt_plugin_core_r.lib' C:\ryzom\code\build\nel\tools\3d\object_viewer_qt\src\plugins\georges_editor\LINK ovqt_plugin_georges_editor
error LNK1181: impossible d'ouvrir le fichier en entrée '..\..\..\..\..\..\..\lib\Release\ovqt_plugin_core_r.lib' C:\ryzom\code\build\nel\tools\3d\object_viewer_qt\src\plugins\disp_sheet_id\LINK ovqt_plugin_disp_sheet_id
Replies (11)
RE: Error compil VS2010 with last rev - Added by kervala over 3 years ago
I had the same problem yesterday when building Ryzom packages for Ubuntu so I disabled Qt tools :(
Perhaps some files are missing ?
RE: Error compil VS2010 with last rev - Added by demonelfe over 3 years ago
imenu_manager.h remove by this rev : http://ryzom.hg.sourceforge.net/hgweb/ryzom/ryzom/rev/05f994954f20
RE: Error compil VS2010 with last rev - Added by molator over 3 years ago
Dnk is cleaning OVQT's code.
You will have to wait, use an older rev or disable QT tools.
RE: Error compil VS2010 with last rev - Added by kervala over 3 years ago
Thanks, I will try again this evening :)
RE: Error compil VS2010 with last rev - Added by demonelfe over 3 years ago
error C1083: Impossible d'ouvrir le fichier include : '../core/imenu_manager.h' : No such file or directory C:\ryzom\code\nel\tools\3d\object_viewer_qt\src\plugins\landscape_editor\landscape_editor_window.cpp
error C1083: Impossible d'ouvrir le fichier include : '../core/imenu_manager.h' : No such file or directory C:\ryzom\code\nel\tools\3d\object_viewer_qt\src\plugins\log\log_plugin.cpp
RE: Error compil VS2010 with last rev - Added by molator over 3 years ago
Update the source.
Use "make clean" and "make" again.
RE: Error compil VS2010 with last rev - Added by demonelfe over 3 years ago
But in this files :
http://ryzom.hg.sourceforge.net/hgweb/ryzom/ryzom/file/fcb06ec67210/code/nel/tools/3d/object_viewer_qt/src/plugins/landscape_editor/landscape_editor_window.cpp
Line : 23 #include "../core/imenu_manager.h"
http://ryzom.hg.sourceforge.net/hgweb/ryzom/ryzom/file/fcb06ec67210/code/nel/tools/3d/object_viewer_qt/src/plugins/log/log_plugin.cpp
Line : 24 #include "../core/imenu_manager.h"
why ?
RE: Error compil VS2010 with last rev - Added by molator over 3 years ago
Update the source.
If it's not enough, you will have to fix the code or wait for Dnk to do it.
Shouldn't be long.
(1-11/11)