Compiling 180p13_Win32 VS Studio .NET 2005

Posted by Loxodrome on Thu 28 Dec 2006 06:04 PM — 3 posts, 18,657 views.

#0
I am having a little issue trying to get the server to compile on the windows XP Pro box I have ..

There are several .c files that do not appear in the package that the compiler is looking for...

Error 250 fatal error C1083: Cannot open source file: '.\src\funlocal.c': No such file or directory c1
Error 277 fatal error C1083: Cannot open source file: '.\src\flaglocal.c': No such file or directory c1
Error 450 fatal error C1083: Cannot open source file: '.\src\cmdlocal.c': No such file or directory c1
Error 554 fatal error C1083: Cannot open source file: '.\src\local.c': No such file or directory c1

It was also trying to find the header files to several .c files in the root of the penn binary dist as well .. instead of the indicated location in the readme (hdrs).

any help would be greatly appreciated.

cheers
#1
Ok .. well i guess it would help if I used the right solution file :)

So i have no more errors... plenty of warning however..
But it seems there is no build for mysql in the .net solution like there was in the vc++6 workspace.
#2
************
3. Now set your active configuration to one of the Win32 MySQL profiles.
The project should now compile and produce a binary which includes PennMUSH's
MySQL functionality.
************

That is the part that does not jive, there are no additional profiles for mySQL.