[Mono-dev] SqlLiteeError when building XSP

Ratamahatta mister_j at mail.ru
Thu Mar 3 15:30:55 EST 2011


I tried to install xsp-2.10 on Centos5 and I've got the same message.

When I deleted 'test' directory I've got next message:
config.status: error: cannot find input file: test/Makefile.in

After all I've changed source of this file:
test/1.1/webcontrols/dbpage_test_setup.cs

to the next simple code:



> using System;
> 
> class App
> {
>         public static int Main ()
>         {
>                 return 0;
>         }
> }
> 

and recompile:
gmcs dbpage_test_setup.cs

And problem went away! :)


With best regards, Alexei Bouravtsev.

--
View this message in context: http://mono.1490590.n4.nabble.com/SqlLiteeError-when-building-XSP-tp3027650p3334145.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list