compiling win32 - An idiots how to please !

These are old archives. They are kept for historic purposes only.
AneX
Posts: 5
Joined: Fri Jul 09, 2004 12:11 am

Post by AneX »

i di that what am i doing wrong, i wanna use port 6969. Im hosting my ircd at home with a dynip address.


JUST EDITED
Last edited by AneX on Fri Jul 09, 2004 7:01 pm, edited 1 time in total.
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

* me {
* name "st0rm.ath.cx";
* info "St0rm";
* numeric 1;
* };

well thats edited out for a start . Read through the entire .conf and fill in each section.

As it stands you have no link block set , no opers defined or anything . Your server name is edited out . Read the docs the faqs everything before you start to set this up. You cant just download unreal and go it has to be configured . A lot of the docs assume prior knowledge of irc and how it works and also some familiarity with the .conf structure . Take your time with it. It will pay off .
AneX
Posts: 5
Joined: Fri Jul 09, 2004 12:11 am

Post by AneX »

removed be me cause posting conf is banned.
Last edited by AneX on Fri Jul 09, 2004 7:21 pm, edited 1 time in total.
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

Ok, let me just say, this is the last time someone is posting there entire config file here. It's not our job to review everything for you. You should be able to at least get it down to a ~10 line area where the error occurred. Furthermore, I find it very annoying that we now have several 500+ line posts that consist entirely of someone pasting their config file. So this is the last time that's gonna happen.
-- codemastr
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Post by jewles »

awesome
FBSD-DEV Project
http://www.fbsd-dev.org

YatesDev Hosting
http://www.yatesdev.com

The Wrong Way
http://www.thewrongway.net
MaDoYaN
Posts: 4
Joined: Tue Jul 13, 2004 12:15 am

problem

Post by MaDoYaN »

Hi ppl, I downloaded the Unreal3.2.1 and installed it, but when compiling it with the Platform SDK thingy it gives me an error:::
NMAKE : fatal error U1052: file "makefile.win32" not found
Stop
Please help, thanks
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

codemastr wrote:Furthermore, I find it very annoying that we now have several 500+ line posts that consist entirely of someone pasting their config file.
(It'd probably be less if people didn't just copy/rename example.conf ;) .)
MaDoYaN wrote:Hi ppl, I downloaded the Unreal3.2.1 and installed it, but when compiling it with the Platform SDK thingy it gives me an error:::
NMAKE : fatal error U1052: file "makefile.win32" not found
Stop
Please help, thanks
First of all, did you download the source for Unreal (which is the one not marked Win32)? It's a Tar+GZip archive so you'll need an archiver to open it. WinZip or WinRAR should work fine.
Also, make sure you're in the right directory (use the CD or CHDIR command).
MaDoYaN
Posts: 4
Joined: Tue Jul 13, 2004 12:15 am

...

Post by MaDoYaN »

codemaster but how is linux verion of unreal gonna work on windows? i already got 3 unix version unreal3.2.1 s running but when runnig the win ver it just closes the file "wircd.exe" once i open it i checked my config and everything was fine. but i dunno the prob :(
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

The windows version works just fine. I'm running it as we speak.
-- codemastr
MaDoYaN
Posts: 4
Joined: Tue Jul 13, 2004 12:15 am

..

Post by MaDoYaN »

I dunno why, but when I click on wircd.exe it doesnt do nothing, then when i connect to my ip, its unable to connect
MaDoYaN
Posts: 4
Joined: Tue Jul 13, 2004 12:15 am

question

Post by MaDoYaN »

would running unreal3.2.1 not work when on a router?
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Post by jewles »

it will work on a router... if it didn't it wouldn't be very useful considering most of the highly used network backbones and datacenters use routers and firewalls. the key is configuring it currectly.
FBSD-DEV Project
http://www.fbsd-dev.org

YatesDev Hosting
http://www.yatesdev.com

The Wrong Way
http://www.thewrongway.net
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

damn me being away a while, this looks like it was a fun thread! :D
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Eros
Posts: 16
Joined: Thu Apr 01, 2004 1:58 pm
Location: From My Home :p
Contact:

Post by Eros »

Ok i got this error:
C:\Unreal3.2>nmake -f makefile.win32

Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.

cl src/win32/config.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.

config.c
Microsoft (R) Incremental Linker Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.

/out:config.exe
config.obj
cl /MDd /Zi /J /I ./INCLUDE /Fosrc/ /nologo /D FD_SETSIZE=16384
/D NOSPOOF=1 /c src/win32/unreal.c
unreal.c
src\win32\unreal.c(20) : fatal error C1083: Cannot open include file: 'windows.h
': No such file or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.

Code: Select all

unreal.c
src\win32\unreal.c(20) : fatal error C1083: Cannot open include file: 'windows.h
': No such file or directory
what is windows.h ?
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

You installed the stuff wrong then. windows.h is a standard Windows header file. If you're having problems installing VC++, contact Microsoft, it is their product.
-- codemastr
Post Reply