Source Code Error on Compile any help on this please ?
Added by Raydon over 7 years ago
Followed the guide on cmake build ryzom core for windows, downloaded and installed everything correctly , via this link http://dev.ryzom.com/wiki/ryzom/BuildForWindowsCmake , sorry if links not aloud just to show what i followed...
Im Getting this Error on Building the source code .....
87>Linking...
87>LINK : fatal error LNK1104: cannot open file '..\..\..\..\lib\Debug\nelgeorges_d.lib'
87>Build log was saved at "file://c:\ryzom\code\build\ryzom\server\src\entities_game_service\ryzom_entities_game_service.dir\Debug\BuildLog.htm" 
87>Ryzom, Services: Entities Game Service (EGS) - 1 error(s), 0 warning(s)
138>------ Skipped Build: Project: INSTALL, Configuration: Debug Win32 ------
138>Project not selected to build for this solution configuration 
139>------ Skipped Build: Project: PACKAGE, Configuration: Debug Win32 ------
139>Project not selected to build for this solution configuration 
========== Build: 98 succeeded, 38 failed, 2 up-to-date, 3 skipped ==========
BUILD FAILED .........
Any Clues please on this Fatal Error LNK1104 ??????
Replies (10)
    
    RE: Source Code Error on Compile any help on this please ?
    -
    Added by sambsp over 7 years ago
  
  Raydon,
You should check errors occured when build project NO. 87. From your log, I guess there is error in building of this project, so nelgeoges_d.lib wasn't output successfully. To solve your issue, you must build nelgeorgres project successfully first.
    
    RE: Source Code Error on Compile any help on this please ?
    -
    Added by Raydon over 7 years ago
  
  thanks for that , sorted that error ,, now got this one any clues sorry to be pain,,, ========== Build: 0 succeeded, 1 failed, 137 up-to-date, 0 skipped ==========
1>Compiling...
1>georges2csv.cpp
1>..\..\..\..\..\nel\tools\georges\georges2csv\georges2csv.cpp(48) : fatal error C1083: Cannot open include file: '../../../src/georges/form.h': No such file or directory
1>Build log was saved at "file://c:\ryzom\code\build\nel\tools\georges\georges2csv\georges2csv.dir\Debug\BuildLog.htm" 
1>NeL, Tools, Georges: georges2csv - 1 error(s), 0 warning(s)
	BUILD FAILED ..... (think i might have to start from scratch agian)
    
    RE: Source Code Error on Compile any help on this please ?
    -
    Added by molator over 7 years ago
  
  You've got an issue with a tool.
You don't need the tools to build the client and server.
    
    RE: Source Code Error on Compile any help on this please ?
    -
    Added by Raydon over 7 years ago
  
  ok thanks again ,,, i try with out the tools ,, however if i wanted to use them i have to check into that ,,, thanks for your greatfull replies ..
    
    RE: Source Code Error on Compile any help on this please ?
    -
    Added by Krolock over 7 years ago
  
  Raydon,
"Build: 0 succeeded, 1 failed, 137 up-to-date"
besides of georges2csv which is not needed, all other projects are built. Everything is fine :)
    
    RE: Source Code Error on Compile any help on this please ?
    -
    Added by kervala over 7 years ago
  
  georges2csv should compile now :)
    
    RE: Source Code Error on Compile any help on this please ?
    -
    Added by Raydon over 7 years ago
  
  finally got it all working ,,,, thanks for help ,, on that ok now for this ......
Just finsished installing the server ,,,  and this is what i get after running shard_start.bak, 
launches no problem  No Errors .....
clicked on apache admin via xamp ,,, and get this up ,,,
Alias Name ,     Shard       Short Name Hostname Running State  Running                 State
ais_newbyland     open/302     AIS     188      stopped     activated         Online     01s 
^^^^
Now Just Quick Question ,, Is the Running State Surposed to say STOPPED it says this under all of them ....
	If its not surposed to say stopped do i need to open Firewall ports or something ,,,
Tried to connect client to test stuff and  i just get this on the screen cant connect says
    
    RE: Source Code Error on Compile any help on this please ?
    -
    Added by molator over 7 years ago
  
  Here what you should have if the shard is running:
http://dev.ryzom.com/attachments/1209/virtualbox09.jpg
If you're connecting a local client to a local shard, you won't need to change your firewall settings.
If you're trying to connect through a router:
Ports to open for a single shard on a server. TCP 80 (admin web) TCP 443 (account creation from client) TCP 40916 (client login/patch) UDP 47851 to 47860 (game)
    
    RE: Source Code Error on Compile any help on this please ?
    -
    Added by Raydon over 7 years ago
  
  thanks again ,, for all help ,, and the responses ,,  to my questions ,,, now to play around with world editor and add monsters ,, 
("lets hope i dont break it after all this") thanks again ..
    
    RE: Source Code Error on Compile any help on this please ?
    -
    Added by molator over 7 years ago
  
  Make a backup of your work :).
(1-10/10)