This mail is an automated notification from the bugs tracker
 of the project: Wormux.




/**************************************************************************/
[bugs #1803] Full Item Snapshot:

URL: <http://gna.org/bugs/?func=detailitem&item_id=1803>
Project: Wormux
Submitted by: GnunuX
On: Fri 10/29/2004 at 10:23

Category:  compilation
Severity:  7 - Major
Priority:  5 - Normal
Resolution:  None
Privacy:  Public
Assigned to:  None
Originator Email:  
Status:  Open


Summary:  problem with wormux 0.5-beta2 compilation

Original Submission:  then mv -f ".deps/weapon.Tpo" ".deps/weapon.Po"; else rm 
-f ".deps/weapon.Tpo"; exit 1; fi

weapon/weapon.cpp: Dans member function « bool Arme::LoadXml(xmlpp::Element*)

   »:

weapon/weapon.cpp:392: error: `COUT_DBG' undeclared (first use this function)

weapon/weapon.cpp:392: error: (Each undeclared identifier is reported only once

   for each function it appears in.)

make[2]: *** [weapon.o] Erreur 1

make[2]: Leaving directory `/tmp/build-wormux/wormux/src'

make[1]: *** [all-recursive] Erreur 1

make[1]: Leaving directory `/tmp/build-wormux/wormux/src'

make: *** [all-recursive] Erreur 1





I've resolve this problem with changing in src/weapon/weapon.cpp line 390 :



---------------------------------

  if (elem == NULL)

  {

    COUT_DBG << Format(_("No element <%s> found in the xml config file !"),

                        m_id.c_str())

              << std::endl;

    return false;

  }

---------------------------------



to



---------------------------------

#ifdef DEBUG_MSG_COLLISION

  if (elem == NULL)

  {

    COUT_DBG << Format(_("No element <%s> found in the xml config file !"),

                        m_id.c_str())

              << std::endl;

    return false;

  }

#endif

---------------------------------



But i've an unsolve problem :



---------------------------------

make[2]: Entering directory `/tmp/build-wormux/wormux/po'

make[2]: *** Pas de règle pour fabriquer la cible « ../src/graphic/clipping.cpp 
», nécessaire pour « wormux.pot-update ». Arrêt.

make[2]: Leaving directory `/tmp/build-wormux/wormux/po'

make[1]: *** [wormux.pot] Erreur 2

make[1]: Leaving directory `/tmp/build-wormux/wormux/po'

make: *** [all-recursive] Erreur 1

---------------------------------













For detailed info, follow this link:
<http://gna.org/bugs/?func=detailitem&item_id=1803>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


Reply via email to