Author Topic: (4-1-06) Nightly Build Compile failed  (Read 4272 times)

bjgraham

  • Guest
(4-1-06) Nightly Build Compile failed
« on: April 02, 2006, 08:59:22 pm »
I am trying to compile the nightly build and I'm getting this error:

Code
-------------- Build: AutoRevision in Code::Blocks ---------------
Compiling: tools\autorevision\autorevision.cpp
Linking console executable: tools\AutoRevision\autorevision.exe

-------------- Build: "no target" in Code Stat ---------------
Code Stat doesn't have a target named "AutoRevision"...
Build aborted.
Process terminated with status 0 (0 minutes, 1 seconds)
0 errors, 0 warnings

I was following the steps on the Nightly Cookbook from the wiki and everything worked fine until I tried to rebuild the workspace. Any idea?

The workspace is in: C:/Projects/codeblocks
The nightly build source is in: C:/Projects/codeblocks/src

I placed zip.exe from the direct link from the wiki page in MinGW/bin (which is in the path) and copied the "CbProjects.workspace" directly from the wiki page.

Also; global variables:
cb : C:\Projects\codeblocks\src
wx : C:\Projects\wxWidgets-2.6.2

Thanks for any help, I've spent all morning on this and would really hate to leave this unfinished.

bjgraham

  • Guest
Re: (4-1-06) Nightly Build Compile failed
« Reply #1 on: April 02, 2006, 09:35:35 pm »
Oh my I'm dumb.

I had the build target set to 'autorevision' not All.

It works!!