View Issue Details

IDProjectCategoryView StatusLast Update
0004122unrealinstallingpublic2012-09-24 10:00
ReporterLiNKERS Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionunable to duplicate 
Product Version3.2.9 
Summary0004122: Error on compiling
DescriptionHi, I tried by all means but compile the ircd impossible, there are still many errors. The latest version that I compiled the first time without error is 3.2.1! I want to update but impossible.

With VS Express 2010:

/out:config.exe
config.obj
        cl /MD /Zi /J /I ./INCLUDE /I ./INCLUDE/WIN32/ARES /Fosrc/ /nologo
   /D FD_SETSIZE=16384 /D NOSPOOF=1 /c /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NON
STDC_NO_DEPRECATE /D _USE_32BIT_TIME_T src/version.c
version.c
src/version.c(34) : error C2001: saut de ligne dans la constante
src/version.c(36) : error C2143: erreur de syntaxe : absence de ';' avant 'type'

NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BI
N\cl.EXE"' : code retour '0x2'
Stop.

Error With Vs 9.0 (Win7 SDK):
(MS SDK for Windows 7 and .NET Framework 3.5 SP1)

wircd.def : error LNK2001: unresolved external symbol SSLKeyPasswd
wircd.def : error LNK2001: unresolved external symbol SSLPassDLG
wircd.def : error LNK2001: unresolved external symbol SSL_change_fd
wircd.def : error LNK2001: unresolved external symbol SSL_set_nonblocking
wircd.def : error LNK2001: unresolved external symbol SSL_smart_shutdown
wircd.def : error LNK2001: unresolved external symbol add_remote_include
wircd.def : error LNK2001: unresolved external symbol ctx_client
wircd.def : error LNK2001: unresolved external symbol ctx_server
wircd.def : error LNK2001: unresolved external symbol find_loaded_remote_include

wircd.def : error LNK2001: unresolved external symbol find_remote_include
wircd.def : error LNK2001: unresolved external symbol init_ctx_client
wircd.def : error LNK2001: unresolved external symbol init_ctx_server
wircd.def : error LNK2001: unresolved external symbol init_ssl
wircd.def : error LNK2001: unresolved external symbol ircd_SSL_accept
wircd.def : error LNK2001: unresolved external symbol ircd_SSL_client_handshake
wircd.def : error LNK2001: unresolved external symbol ircd_SSL_connect
wircd.def : error LNK2001: unresolved external symbol ircd_SSL_read
wircd.def : error LNK2001: unresolved external symbol ircd_SSL_write
wircd.def : error LNK2001: unresolved external symbol read_motd_asynch_downloade
d
wircd.def : error LNK2001: unresolved external symbol reinit_ssl
wircd.def : error LNK2001: unresolved external symbol remote_include
wircd.def : error LNK2001: unresolved external symbol ssl_client_handshake
wircd.def : error LNK2001: unresolved external symbol ssl_error_str
wircd.def : error LNK2001: unresolved external symbol ssl_get_cipher
wircd.def : error LNK2001: unresolved external symbol ssl_handshake
wircd.def : error LNK2001: unresolved external symbol ssl_pem_passwd_cb
wircd.lib : fatal error LNK1120: 26 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\
VC\Bin\link.EXE"' : return code '0x460'
Stop.

How to fix them?
Additional InformationMany files missing on first step;

tre/regex.h
include/ares.h
include/ares_build.h
include/ares_rules.h
include/ares_version.h
3rd party modules

Activities

Stealth

2012-09-12 01:41

reporter   ~0017119

Unreal compiles fine for me on Windows 7 64-bit using MSVC Express (latest). It looks like you are not following the provided instructions to compile Unreal on Windows.

Be ABSOLUTELY SURE you are following the instructions provided in doc/compiling_win32.txt or on my FAQ http://unreal.x-tab.org/faq#compwin

LiNKERS

2012-09-12 05:07

reporter   ~0017120

the FAQ is really useful and complete. It seems that the file doc/compiling_win32.txt can be incomplete and caused errors.

Thanks.

LiNKERS

2012-09-12 05:08

reporter   ~0017121

When compile on Windows -> Go to FAQ!

syzop

2012-09-16 09:41

administrator   ~0017124

Last edited: 2012-09-16 09:43

Please don't set the status to 'has patch' unless you attach a patch.

On-topic:
doc/compiling_win32.txt should contain all information you need.
If you think it is not clear enough or is missing information, then feel free to update the text and add a patch. That way other people can benefit.

syzop

2012-09-17 10:00

administrator   ~0017125

*set to feedback*
please clarify what you didn't understand from our documentation

syzop

2012-09-24 10:00

administrator   ~0017129

Ok, well, if you ever have suggestions on how to improve the text, then please submit a bug report with a patch or updated doc. Thanks!

Issue History

Date Modified Username Field Change
2012-09-11 14:52 LiNKERS New Issue
2012-09-12 01:41 Stealth Note Added: 0017119
2012-09-12 01:41 Stealth Status new => feedback
2012-09-12 05:07 LiNKERS Note Added: 0017120
2012-09-12 05:08 LiNKERS Note Added: 0017121
2012-09-12 05:08 LiNKERS Status feedback => has patch
2012-09-16 09:41 syzop Note Added: 0017124
2012-09-16 09:41 syzop Priority high => normal
2012-09-16 09:41 syzop Severity crash => block
2012-09-16 09:41 syzop Status has patch => new
2012-09-16 09:43 syzop Note Edited: 0017124
2012-09-17 09:59 syzop Status new => feedback
2012-09-17 10:00 syzop Note Added: 0017125
2012-09-24 10:00 syzop Note Added: 0017129
2012-09-24 10:00 syzop Status feedback => closed
2012-09-24 10:00 syzop Resolution open => unable to duplicate