aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Problema con el make  (Read 2800 times)

Danny

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 11
    • http://www.bmwfaq.com
Problema con el make
« on: July 20, 2004, 05:35:08 PM »

He revisado el fuente y parece estar bien, a ver si alguien me puede ayudar

if g++ -DHAVE_CONFIG_H -I. -I. -I..     -I/usr/local/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include    -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__  -O2  -MT amule-SearchList.o -MD -MP -MF ".deps/amule-SearchList.Tpo" \
  -c -o amule-SearchList.o `test -f 'SearchList.cpp' || echo './'`SearchList.cpp; \
then mv -f ".deps/amule-SearchList.Tpo" ".deps/amule-SearchList.Po"; \
else rm -f ".deps/amule-SearchList.Tpo"; exit 1; \
fi
SearchList.cpp: In method `CSearchFile::CSearchFile (CSearchFile *)':
SearchList.cpp:91: no matching function for call to `vectorallocator >::at (unsigned int &)'
make[4]: *** [amule-SearchList.o] Error 1
make[4]: Leaving directory `/danstore/compile/aMule-2.0.0rc5/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/danstore/compile/aMule-2.0.0rc5/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/danstore/compile/aMule-2.0.0rc5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/danstore/compile/aMule-2.0.0rc5'
make: *** [all] Error 2
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: Problema con el make
« Reply #1 on: July 20, 2004, 06:40:06 PM »

Que compilador? version de wx?
Logged