GeneralCompiling TeXnicCenter - error code, subversion build number

General information and discussion about TeXnicCenter
Post Reply
SteveG
Posts: 10
Joined: Wed Dec 17, 2008 4:19 pm

Compiling TeXnicCenter - error code, subversion build number

Post by SteveG »

Hello,

I still get the Error

Error 26 error PRJ0019: A tool returned an error code from "Writing Subversion Build Number" TeXnicCenter TeXnicCenter

if I try to compile "Unicode Release" "Win32" of the actual revision 1090

This was partially discussed in
http://www.latex-community.org/forum/vi ... 5&start=50

Now I'm using the "update" functon of TortoiseSVN, but still get the
error shown above. I tried this with the "context menu -> update" of TrotoiseSVN
and I tried to achieve this within by the commandline using the command:
"C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:update /path:"texniccenter_trunk" /closeonend:0

Additional I get then two errors:
Error 27 fatal error RC1015: cannot open include file '../Version.h'. d:\texniccenter_trunk\TeXnicCenter\res\TeXnicCenter.rc2 13 TxcResDeutsch

and there is no "Version.h" file in "../" which probably points to "d:\texniccenter_trunk\TeXnicCenter"

What is the problem with this "Version.h" file and/or The "update"?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Sergiu
Posts: 63
Joined: Mon May 12, 2008 1:21 pm

Re: Compiling TeXnicCenter - error code, subversion build number

Post by Sergiu »

Open the command prompt in your working copy, enter 'SubWCRev .' (without the quotation marks) and post the result.
TeXnicCenter Developer
http://www.texniccenter.org/
SteveG
Posts: 10
Joined: Wed Dec 17, 2008 4:19 pm

Re: Compiling TeXnicCenter - error code, subversion build number

Post by SteveG »

Hello Sergiu,

today I updated to version 1093 and the command "SubWCRev ."
gives the following output:

---snip---
D:\texniccenter_trunk>SubWCRev .
SubWCRev: 'D:\texniccenter_trunk'
Last committed at revision 1093
Updated to revision 1093
---snap---

The version.h file exist, but still get many errors :-(
What is going wrong?

btw1: Additional I added temporarily the TortoiseSVN bin path to my search path.
btw2: Why is Texniccenter so dependend to TortoiseSVN?
I would appreciate if TXC doesn't need that overloaded tool.
Sergiu
Posts: 63
Joined: Mon May 12, 2008 1:21 pm

Compiling TeXnicCenter - error code, subversion build number

Post by Sergiu »

Make sure you've read HowToSVN.txt, HowToBuild.txt and followed the instructions without altering installations of required tools.
TeXnicCenter Developer
http://www.texniccenter.org/
SteveG
Posts: 10
Joined: Wed Dec 17, 2008 4:19 pm

Re: Compiling TeXnicCenter - error code, subversion build nu

Post by SteveG »

Hello Sergiu,

yes, already read that howtos.
That was not the reason.
The main point is to _not_ modify the win7 SDK
installation and the Vista SDK doesn't work. The
source code is very dependent to that Win7 SDK.
Anyway. Now it's working. Thanks to all.
Post Reply