Kodi Community Forum
[Windows] FYI tonight's r27607 deletes svn_rev.h - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: [Windows] FYI tonight's r27607 deletes svn_rev.h (/showthread.php?tid=70020)



[Windows] FYI tonight's r27607 deletes svn_rev.h - TheQuestor - 2010-02-10

About 1/2 through the build processes svn_rev.h gets deleted and the build processes goes ape crap.

GUITextureD3D.cpp
GUIFontTTFDX.cpp
TextureManager.cpp
..\..\xbmc\Win32\PlatformInclude.h(26) : fatal error C1083: Cannot open include
file: 'svn_rev.h': No such file or directory
..\..\xbmc\Win32\PlatformInclude.h(26) : fatal error C1083: Cannot open include
file: 'svn_rev.h': No such file or directory
Texture.cpp
GUITexture.cpp

Not complaining, just thought you might wanna know if you didn't already.

It's there when I start the build processes, but not after those red flags start poping up.

Craig


- Jezz_X - 2010-02-10

built fine for me
PHP Code:
35>Build log was saved at "file://d:\XBMC Linux\project\VS2008Express\XBMC\Release (DirectX)\BuildLog.htm"
35>XBMC 0 error(s), 196 warning(s)
========== 
Rebuild All36 succeeded0 failed0 skipped ========== 



- ppnext - 2010-02-10

svn_rev.h is generated by SubWCRev.exe

Please check your PATH for SubWCRev.exe


- TheQuestor - 2010-02-10

Jezz_X Wrote:built fine for me
PHP Code:
35>Build log was saved at "file://d:\XBMC Linux\project\VS2008Express\XBMC\Release (DirectX)\BuildLog.htm"
35>XBMC 0 error(s), 196 warning(s)
========== 
Rebuild All36 succeeded0 failed0 skipped ========== 

man i spent like 2 minutes writing that and in that time the answer was posted. thank you! Now my next question, can I just use that file from TortoiseSVN because the day BEFORE I uninstalled it from this box. I have NO idea how last night's build, well, built.

I switched over to a cli svn a short time back and thought having TortoiseSVN was just redundant. Sigh. Guess I'll re-install it. I hate rebooting :P

Craig


- TheQuestor - 2010-02-10

amazing how well building works with that darn file there. Thanks Smile