aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMule CVS aMule-CVS-20060620 dies during 'make' on SuSE 9.3  (Read 3435 times)

IhmSelbst

  • Full Member
  • ***
  • Karma: 3
  • Offline Offline
  • Posts: 220
    • http://www.ed2k-serverboard.de/

After CVS-20060618 and CVS-20060619 worked fine on SuSE 9.3 and SuSE 10.0 (with updated flex, as described in http://forum.amule.org/thread.php?postid=56731#post56741), today's CVS-20060620 dies during 'make' on SuSE 9.3 (while it seems to work on SuSE 10.0 and 10.1).
Maybe it relates to http://forum.amule.org/thread.php?postid=56817#post56817.
Anyway, here it's last words (see attachment):

Code: [Select]
In file included from ../../../src/ArchSpecific.h:29,
                 from ../../../src/MD4Hash.h:29,
                 from ECTag.h:29,
                 from ECTag.cpp:25:
../../../src/Types.h:76: error: syntax error before `;' token
../../../src/Types.h:77: error: syntax error before `;' token
../../../src/Types.h:78: error: syntax error before `;' token
../../../src/Types.h:79: error: syntax error before `;' token
../../../src/Types.h:80: error: syntax error before `;' token

...

ECSocket.h:149: error: 'uint32' is used as a type, but is not defined as a
   type.
ECSocket.h:154: error: 'uint32' is used as a type, but is not defined as a
   type.
ECPacket.cpp:35: error: no `bool CECPacket::ReadFromSocket(CECSocket&)' member
   function declared in class `CECPacket'
ECPacket.cpp: In member function `bool CECPacket::ReadFromSocket(CECSocket&)':
ECPacket.cpp:37: error: `m_opCode' undeclared (first use this function)
ECPacket.cpp:37: error: `ec_opcode_t' undeclared (first use this function)
ECPacket.cpp: At global scope:
ECPacket.cpp:54: error: no `bool CECPacket::WritePacket(CECSocket&) const'
   member function declared in class `CECPacket'
make[5]: *** [libec_a-ECPacket.o] Error 1
make[5]: Leaving directory `/usr/src/packages/BUILD/amule-cvs/src/libs/ec'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/usr/src/packages/BUILD/amule-cvs/src/libs/ec'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/packages/BUILD/amule-cvs/src/libs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/packages/BUILD/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/packages/BUILD/amule-cvs'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.43271 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.43271 (%build)


cu

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMule CVS aMule-CVS-20060620 dies during 'make' on SuSE 9.3
« Reply #1 on: June 20, 2006, 04:00:23 PM »

Fixed on CVS.
Logged

IhmSelbst

  • Full Member
  • ***
  • Karma: 3
  • Offline Offline
  • Posts: 220
    • http://www.ed2k-serverboard.de/

Quote
Originally posted by Kry
Fixed on CVS.
Yup. Thanks so far.  :)

But now, on SuSE 9.3 (on SuSE 10.0 and 10.1, it works...), it dies here:
Code: [Select]
In file included from BarShader.cpp:27:
Color.h:31: error: syntax error before `;' token
Color.h:43: error: syntax error before `(' token
Color.h:46: error: ISO C++ forbids declaration of `result' with no type
Color.h:46: error: `c' was not declared in this scope
Color.h:47: error: syntax error before `|=' token
Color.h:48: error: syntax error before `|=' token
Color.h:53: error: `COLORREF' was not declared in this scope
Color.h:53: error: syntax error before `)' token
Color.h: In function `int GetBValue(...)':
Color.h:55: error: `rgb' undeclared (first use this function)
Color.h:55: error: (Each undeclared identifier is reported only once for each
   function it appears in.)
Color.h: At global scope:
Color.h:59: error: syntax error before `)' token
Color.h:65: error: syntax error before `)' token
Color.h:73: error: syntax error before `(' token
Color.h:93: error: `COLORREF' was not declared in this scope
Color.h:93: error: syntax error before `)' token
Color.h: In function `wxColour WxColourFromCr(...)':
Color.h:95: error: `cr' undeclared (first use this function)
Color.h: At global scope:
Color.h:99: error: syntax error before `(' token
BarShader.cpp: In member function `void CBarShader::Draw(wxDC*, int, int, bool)
   ':
BarShader.cpp:218: error: `RGB' undeclared (first use this function)
make[3]: *** [libmuleappgui_a-BarShader.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/usr/src/packages/BUILD/amule-cvs/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/packages/BUILD/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/packages/BUILD/amule-cvs'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.67760 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.67760 (%build)



cu

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMule CVS aMule-CVS-20060620 dies during 'make' on SuSE 9.3
« Reply #3 on: June 21, 2006, 08:14:57 AM »

Hehehehe
Logged

IhmSelbst

  • Full Member
  • ***
  • Karma: 3
  • Offline Offline
  • Posts: 220
    • http://www.ed2k-serverboard.de/
Re: aMule CVS aMule-CVS-20060620 dies during 'make' on SuSE 9.3
« Reply #4 on: June 22, 2006, 08:00:56 AM »

Seems to work now (aMule-CVS-20060622) . :)

 :baby:


cu