Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Adventurous Windows "Bake your own" User Required.  (Read 4989 times)

0 Members and 1 Guest are viewing this topic.

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Adventurous Windows "Bake your own" User Required.
« on: June 20, 2006, 08:37:43 AM »

Hi,

We have upgraded our install procedure with the advent of Visual Express Studio 2005, and Microsoft .NET Framework 2.0.

Of course, it works fine in my test environment, but I'd quite like someone with the balls to take this bull by the horns and try it out real time.

Alterred Instructions here:

http://wiki.anope.org/index.php/Windows:Modules

First person to do it and demonstrate it works wins a cookie.

Thanks for your help.

Chaz
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #1 on: June 20, 2006, 11:20:22 AM »

Quote

If you have Microsoft Visual Studio .NET you can skip this step otherwise

does this refer to the 2003 or the 2005 ?

i have VS 2005 installed, default installation i believe but i get

Quote
I will now check you have all the things I need...

I found a copy of Microsoft Platform SDK..
Hm. I can't seem to find the default library.. Are you sure this is installed properly?
I couldn't find any of the paths I was looking for..


it doesn't see the mysql library either, but i thought that was part of VS 2005 ... when i did a search for the file he was looking for i didn't find it either so dunno about that...

but mysql s not that important, can disable that, dunno how to get past the error of those libraries though...

and i think there s a small error in the wiki..
Quote
At the prompt type cscript /nologo install.js (And answer the questions).
shouldn't that be  cscript /nologo install.vbs ?
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
(No subject)
« Reply #2 on: June 20, 2006, 11:25:13 AM »

No, its .js (new script).

It refers to either VC6 (pre .net), VC2003, or VC2005 (Or Express). It will no longer work on the Toolkit 2003.
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
(No subject)
« Reply #3 on: June 20, 2006, 11:29:08 AM »

Guess I should have added that you'll need the latest SVN and patch it from the bugzilla ...
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #4 on: June 20, 2006, 12:53:39 PM »

ok with the new script compiling without mysql works perfectly

if i try to compile with mysql though  (after installing MySQL Server 5.0) i get the following:


Quote
win32.res
Creating library anope.lib and object anope.exp
rdb.obj : error LNK2019: unresolved external symbol _do_mysql referenced in func
tion _rdb_open
mysql.obj : error LNK2001: unresolved external symbol _do_mysql
anope.exe : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\c
l.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
(No subject)
« Reply #5 on: June 20, 2006, 01:32:09 PM »

Hi,

I cannot reproduce this. I installed the "Complete" MySQL 5.0 install ... and it compiled perfectly.

Try nmake -f Makefile.win32 distclean first.


chaz
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #6 on: June 20, 2006, 01:43:28 PM »

duhhh.... had forgotten that... had just redone config and make again....

works smoothly now xD
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
(No subject)
« Reply #7 on: June 20, 2006, 01:47:07 PM »

Woot. Cheers :)
Logged
Pages: [1]   Go Up