aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 2 [3] 4

Author Topic: aMule-CVS-20060610 dies during 'make' on SuSE 10.0 and 9.3  (Read 22580 times)

OldFrog

  • Sr. Member
  • ****
  • Karma: 31
  • Offline Offline
  • Posts: 385
Re: aMule-CVS-20060610 dies during 'make' on SuSE 10.0 and 9.3
« Reply #30 on: June 13, 2006, 08:28:13 AM »

Installed bison 2.3, flex is the last version (Dated 2003 anyway), tried Coronas's suggestion too, still no way, I'm still getting this one :

./Scanner.l:191: error: 'yylex_destroy' was not declared in this scope
« Last Edit: June 13, 2006, 08:28:31 AM by OldFrog »
Logged
Computer Science is no more about computers than astronomy is about telescopes (Edsger W. Dijkstra)

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMule-CVS-20060610 dies during 'make' on SuSE 10.0 and 9.3
« Reply #31 on: June 13, 2006, 09:10:00 PM »

It's fixed on tomorow's tarball.

You should all use debian anyway :P
Logged

toshi

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 67
Re: aMule-CVS-20060610 dies during 'make' on SuSE 10.0 and 9.3
« Reply #32 on: June 13, 2006, 09:13:22 PM »

It's meanly! I don't want to use deb.! X(
Logged
God is real, unless declared as integer...

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMule-CVS-20060610 dies during 'make' on SuSE 10.0 and 9.3
« Reply #33 on: June 13, 2006, 10:05:57 PM »

You don't have to, I already changed sources so you can compile tomorrow's tarball.

But if you did, you wouldn't have had any problem in the first place :P
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: aMule-CVS-20060610 dies during 'make' on SuSE 10.0 and 9.3
« Reply #34 on: June 13, 2006, 10:16:25 PM »

it worked on gentoo aswell :P

go gentoo go  :rolleyes:
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

toshi

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 67
Re: aMule-CVS-20060610 dies during 'make' on SuSE 10.0 and 9.3
« Reply #35 on: June 14, 2006, 12:29:06 AM »

Ah ) Waiting for aMule-CVS-20060614  :rolleyes:
Logged
God is real, unless declared as integer...

IhmSelbst

  • Full Member
  • ***
  • Karma: 3
  • Offline Offline
  • Posts: 220
    • http://www.ed2k-serverboard.de/
aMule-CVS-20060610 - 20060614 dies during 'make' on SuSE 10.0 and 9.3
« Reply #36 on: June 14, 2006, 08:04:17 AM »

Nice. But it stays useless on my SuSE9.3 and 10.0 systems anyway:
Code: [Select]
...
rm -f libmuleappgui.a
ar cru libmuleappgui.a libmuleappgui_a-BarShader.o libmuleappgui_a-CatDialog.o libmuleappgui_a-ChatWnd.o libmuleappgui_a-CommentDialog.o libmuleappgui_a-CommentDialogLst.o libmuleappgui_a-DirectoryTreeCtrl.o libmuleappgui_a-EditServerListDlg.o libmuleappgui_a-listctrl.o libmuleappgui_a-MuleGifCtrl.o libmuleappgui_a-MuleListCtrl.o libmuleappgui_a-MuleNotebook.o libmuleappgui_a-MuleTextCtrl.o libmuleappgui_a-FileDetailListCtrl.o libmuleappgui_a-muuli_wdr.o libmuleappgui_a-ColorFrameCtrl.o
ranlib libmuleappgui.a
rm -f libmuleappcommon.a
ar cru libmuleappcommon.a libmuleappcommon_a-CFile.o libmuleappcommon_a-DataToText.o libmuleappcommon_a-ED2KLink.o libmuleappcommon_a-FileFunctions.o libmuleappcommon_a-MemFile.o libmuleappcommon_a-NetworkFunctions.o libmuleappcommon_a-Packet.o libmuleappcommon_a-RLE.o libmuleappcommon_a-SafeFile.o libmuleappcommon_a-SHA.o libmuleappcommon_a-Tag.o libmuleappcommon_a-Timer.o libmuleappcommon_a-UInt128.o libmuleappcommon_a-CryptoPP.o
Scanner.cpp:527:5: warning: "YY_STACK_USED" is not defined
Scanner.cpp:1465:5: warning: "YY_ALWAYS_INTERACTIVE" is not defined
Scanner.cpp:1759:5: warning: "YY_MAIN" is not defined
./Scanner.l: In function `void LexFree()':
./Scanner.l:191: error: `yylex_destroy' undeclared (first use this function)
./Scanner.l:191: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
./Scanner.l:205:5: warning: "YY_STACK_USED" is not defined
ED2KLink.h: At top level:
Scanner.cpp:1663: warning: `void yy_fatal_error(const char*)' defined but not
   used
make[3]: *** [libmuleappcore_a-Scanner.o] Error 1
make[3]: *** Waiting for unfinished jobs....
ranlib libmuleappcommon.a
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.3408 (%build)


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


cu

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: aMule-CVS-20060610 dies during 'make' on SuSE 10.0 and 9.3
« Reply #37 on: June 14, 2006, 10:04:11 AM »

IhmSelbst, you say that it doesn't build on 10.0 and 9.3, but what does that mean? That you tried it on 10.0 and 9.3 only or that it builds OK on 10.1?
Logged

kreegee

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 160
    • http://kreegee.cycovery.com
Re: aMule-CVS-20060610 dies during 'make' on SuSE 10.0 and 9.3
« Reply #38 on: June 14, 2006, 02:58:54 PM »

9.3 doesn't have gcc4, therefore it (at least the version of the weekend) doesn't compile anymore. don't know about 10 though

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMule-CVS-20060610 dies during 'make' on SuSE 10.0 and 9.3
« Reply #39 on: June 14, 2006, 04:35:54 PM »

Hey, I gave it to testers and they tested! Not my fault!
Logged

toshi

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 67
Re: aMule-CVS-20060610 dies during 'make' on SuSE 10.0 and 9.3
« Reply #40 on: June 14, 2006, 06:06:35 PM »

Same here. -)
Code: [Select]
./Scanner.l:191: error: ‘yylex_destroy’ was not declared in this scope
Logged
God is real, unless declared as integer...

kreegee

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 160
    • http://kreegee.cycovery.com
Re: aMule-CVS-20060610 dies during 'make' on SuSE 10.0 and 9.3
« Reply #41 on: June 14, 2006, 07:25:10 PM »

Quote
Originally posted by Kry
Hey, I gave it to testers and they tested! Not my fault!

did you remove the gcc4 stuff? todays version seems to work. (after touching Scanner.* again - i still get the "‘yylex_destroy’ was not declared in this scope"-and-so-on-error with the pure hirnriss-tarball)
« Last Edit: June 14, 2006, 07:27:06 PM by kreegee »
Logged

IhmSelbst

  • Full Member
  • ***
  • Karma: 3
  • Offline Offline
  • Posts: 220
    • http://www.ed2k-serverboard.de/
aMule-CVS-20060610 - 20060614 dies during 'make' on SuSE 10.0 and 9.3
« Reply #42 on: June 15, 2006, 05:09:39 AM »

Quote
Originally posted by Gerd78
IhmSelbst, you say that it doesn't build on 10.0 and 9.3, but what does that mean? That you tried it on 10.0 and 9.3 only or that it builds OK on 10.1?
Hi Gerd78,
this means, that CVS died during 'make' on SuSE9.3 and SuSE10.0 with the posted errors, but everything works fine on SuSE10.1


cu

Vuffel

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 60
aMule-CVS-20060610 - 20060616 dies during 'make' on SuSE 10.0 and 9.3
« Reply #43 on: June 16, 2006, 08:47:09 PM »

Any remedy for this??
todays 20060616 dies on same error.
SuSe 10.0 x86_64
Logged

andre.goddard

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
yylex_destroy error on compiling
« Reply #44 on: June 17, 2006, 02:25:17 PM »

This copy/touch trick doesn`t work to me using CVS-20060617.

I had to edit src/Scanner.l and add in the first lines:

#include "Scanner.h.in"

Now it compiled fine.
Logged
Pages: 1 2 [3] 4