Hi, I'm having some problems with the new bakefiles.
I'm using Bakefile 0.2.2 on windows.

Here's the output of "bakefile_gen -v" in the build dir:

loading task description from E:\Disco Backup\BACKUP
(D)\Proyectos\CentroSalud-SVN\build\Bakefiles.bkgen...
loading task description from E:\Disco
Backup\BACKUP(D)\Proyectos\CentroSalud-SVN\build\../../../build/bakefiles/presets/wxcode.bkgen...
scanning directories for bakefiles...
building rules...
determining which makefiles are out of date...
    ...8 out of 8 will be updated
[1/8] generating msvs2005prj from centro_salud.bkl
"C:\Archivos de programa\Bakefile\src\bakefile.exe" -fmsvs2005prj 
-I../../../bu
ild/bakefiles -I../../../../build/bakefiles centro_salud.bkl
--output-deps=c:\do
cume~1\flia\config~1\temp\bakefilepahwmn
--output-changes=c:\docume~1\flia\confi
g~1\temp\bakefile144sdl
--xml-cache=c:\docume~1\flia\config~1\temp\bakefilegwec2
z\xmlcache
E:\Disco Backup\BACKUP
(D)\Proyectos\CentroSalud-SVN\build\centro_salud.bkl:19:
error: unknown tag 'wxcode-exe'
[bakefile_gen] error: bakefile exited with error

I don't know why I get that wxcode-exe tag is unknown. It loads the new
include files just fine.

This are my bakefile files:

Bakefile.bkgen:
-----------------------------------------------------------------------------
<?xml version="1.0" ?>

<!-- RCS-ID: $Id: Bakefiles.bkgen,v 1.2 2006/10/05 20:55:33 frm Exp $ -->

<bakefile-gen>
     <include file="../../../build/bakefiles/presets/wxcode.bkgen"/>
     <input>centro_salud.bkl</input>
</bakefile-gen>
-----------------------------------------------------------------------------
centro_salud.bkl
-----------------------------------------------------------------------------
<?xml version="1.0" ?>

<!-- Created by: Matías Szeftel <[EMAIL PROTECTED]> -->
<!-- Creation date: 08/01/2007                          -->
<!-- RCS-ID: $Id$        -->

<makefile>
    <include file="presets/wxcode.bkl"/>


    <!-- Settings for this component -->
    <!-- =========================== -->

    <set-comp-name>centro_salud</set-comp-name>
   
    <set var="COMP_HDR">$(fileList('include/*.h'))</set>
   
    <!-- Executable -->
    <wxcode-exe id="centro_salud">
        <has-win32-res/>
       
        <wx-lib>xml</wx-lib>
        <wx-lib>core</wx-lib>
        <wx-lib>base</wx-lib>
    </wxcode-exe>

</makefile>
-----------------------------------------------------------------------------


Regards, Matías


        

        
                
__________________________________________________ 
Preguntá. Respondé. Descubrí. 
Todo lo que querías saber, y lo que ni imaginabas, 
está en Yahoo! Respuestas (Beta). 
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to