[Mono-docs-list] Problems with monodocer

Rodolfo Campero rodolfocampero@hotmail.com
Sat, 08 May 2004 13:20:27 -0300


Joshua,
Your suggestion worked, thank you very much.

In the "mono" directory I made:=20
make clean
make distclean
autogen.sh --prefix=3D/usr
make bootstrap && make install

Then I recompiled monodocer.exe and everything worked fine.

Best regards,
Rodolfo

El s=E1b, 08-05-2004 a las 12:42, Joshua Tauberer escribi=F3:
> Rodolfo Campero wrote:
> > Hello,
> >=20
> > I'm having some trouble with monodocer.exe.=20
> > When I try to generate documentation stubs for my library, I get this:
> >=20
> > $ mono --debug /usr/bin/monodocer.exe --stub --assembly my.dll --dest
> > `pwd`
> >=20
> > ** (/usr/bin/monodocer.exe:14826): WARNING **: Symbol file
> > /usr/lib/mscorlib.dll is not a mono symbol file
>=20
> Recompile?  I had some strange issues after upgrading to Beta 1.
>=20
> There's nothing special about the program that would cause that, as far=20
> as I can tell.