Issue information

Issue ID
#5260
Status
Unable to Reproduce
Severity
None
Started
Hercules Elf Bot
Jan 22, 2012 16:08
Last Post
Hercules Elf Bot
Jun 23, 2012 9:45
Confirmation
Yes (0)
No (2)

Hercules Elf Bot - Jan 22, 2012 16:08

Originally posted by [b]kontownik[/b]
in vc9 project there are char-server_sql compile errors:
[quote]
Compiling...
inter.c
int_storage.c
int_quest.c
c1 : fatal error C1083: Cannot open source file: '..\src\char\int_quest.c': No such file or directory
int_pet.c
int_party.c
int_mercenary.c
c1 : fatal error C1083: Cannot open source file: '..\src\char\int_mercenary.c': No such file or directory
int_mail.c
c1 : fatal error C1083: Cannot open source file: '..\src\char\int_mail.c': No such file or directory
int_homun.c
int_guild.c
int_auction.c
c1 : fatal error C1083: Cannot open source file: '..\src\char\int_auction.c': No such file or directory
char.c
utils.c
timer.c
strlib.c
sql.c
socket.c
showmsg.c
random.c
plugins.c
nullpo.c
Generating Code...
Compiling...
mapindex.c
malloc.c
lock.c
ers.c
db.c
core.c
mt19937ar.c
Generating Code...
[/quote]

map and login works ;)

This post has been edited by kontownik on Jan 22, 2012 16:08

Hercules Elf Bot - Jan 22, 2012 16:39

Originally posted by [b]Obliterate[/b]
Hmm, Not to sure as I havent tested the new svns yet but If you updated i think the project file is different now as theres no need for it to be _SQL

Hercules Elf Bot - Jan 22, 2012 17:56

Originally posted by [b]Magnetix[/b]
Works fine with me... even with the changes I made, compiling and running server with r15504 is good.

Hercules Elf Bot - Jan 22, 2012 19:04

Originally posted by [b]ngek202[/b]
Works fine with me too I just updated today.
[CODE]

4> mapcache.vcxproj -> C:\Users\111\Desktop\r15504\vcproj-10\..\mapcache.exe
1> npc_chat.c
1> party.c
1> path.c
1> pc.c
1> pet.c
1> quest.c
1> script.c
1> searchstore.c
1> skill.c
1> status.c
3> char-server_sql.vcxproj -> C:\Users\111\Desktop\r15504\vcproj-10\..\char-server_sql.exe
1> storage.c
1> trade.c
1> unit.c
1> vending.c
2> login-server_sql.vcxproj -> C:\Users\111\Desktop\r15504\vcproj-10\..\login-server_sql.exe
1> map-server_sql.vcxproj -> C:\Users\111\Desktop\r15504\vcproj-10\..\map-server_sql.exe
========== Build: 4 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

[/CODE]

Hercules Elf Bot - Jan 22, 2012 22:20

Originally posted by [b]xazax[/b]
Probably something went wrong when you were updating your workng copy. Check for conflicts and tree conflicts.