aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: 2005-03-25 Compilation broken in solaris  (Read 3052 times)

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
2005-03-25 Compilation broken in solaris
« on: March 25, 2005, 06:36:11 PM »

Hi!

OK, somebody did it again. Current CVS does not compile on solaris (compiles fine on linux, though) here is the error:

Code: [Select]
if g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/opt/csw/include   -I/usr/local/lib/wx/i
nclude/gtk-ansi-release-2.5 -I/usr/local/include/wx-2.5 -DGTK_NO_CHECK_CASTS -D_
_WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA   -I/usr/sfw/incl
ude/gtk-1.2 -I/usr/sfw/include/glib-1.2 -I/usr/sfw/lib/glib/include   -I/opt/csw
/include -DUSE_EMBEDDED_CRYPTO -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessa
ge-length=0   -MT amule-amule.o -MD -MP -MF ".deps/amule-amule.Tpo" \
  -c -o amule-amule.o `test -f 'amule.cpp' || echo './'`amule.cpp; \
then mv -f ".deps/amule-amule.Tpo" ".deps/amule-amule.Po"; \
else rm -f ".deps/amule-amule.Tpo"; exit 1; \
fi
In file included from amule.cpp:97:
FriendList.h:67:3: warning: #warning THIS MUST BE MADE PRIVATE AFTER EC IS CODED
amule.cpp: In member function `virtual bool CamuleApp::OnInit()':
amule.cpp:685: error: base operand of `->' has non-pointer type `mnttab'
amule.cpp:686: error: base operand of `->' has non-pointer type `mnttab'
amule.cpp:687: error: base operand of `->' has non-pointer type `mnttab'
amule.cpp:688: error: base operand of `->' has non-pointer type `mnttab'
make[4]: *** [amule-amule.o] Error 1
make[4]: Leaving directory `/export/home/autizt/amule-CVS-20050325/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/export/home/autizt/amule-CVS-20050325/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/export/home/autizt/amule-CVS-20050325/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/autizt/amule-CVS-20050325'
make: *** [all] Error 2
[autizt@solaris10 amule-CVS-20050325]$

Any help or information on this is appreciated.

Thanks.
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: 2005-03-25 Compilation broken in solaris
« Reply #1 on: March 25, 2005, 09:15:40 PM »

Gimme 2 min.
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: 2005-03-25 Compilation broken in solaris
« Reply #2 on: March 25, 2005, 09:17:58 PM »

Done
Logged