Hi!
OK, somebody did it again. Current CVS does not compile on solaris (compiles fine on linux, though) here is the error:
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.