Lelouch vi Britannia Posted February 15, 2012 Posted February 15, 2012 Those of you getting that gcc error, re-run configure script ( ./configure ) i tryed it almost 20x and i got the same error .
m4stermind Posted February 15, 2012 Posted February 15, 2012 Those of you getting that gcc error, re-run configure script ( ./configure ) Did it. Still the same error comes out. Executables cannot be make.
Poseidon Posted February 15, 2012 Posted February 15, 2012 (edited) Are you on 64bit or x86 (32bit) if you a using 64bit you need to remeber to use this command when you run the ./configure script ./configure --enable-64bit Edited February 15, 2012 by Poseidon
Gepard Posted February 15, 2012 Author Posted February 15, 2012 Please make sure you're using at least r15573 and — already mentioned by Ind — re-run ./configure. If you're still getting this error, please report your OS version, as this is a OS dependent issue. 1
Lelouch vi Britannia Posted February 15, 2012 Posted February 15, 2012 Please make sure you're using at least r15573 and — already mentioned by Ind — re-run ./configure. If you're still getting this error, please report your OS version, as this is a OS dependent issue. im tryed r15581 and the latest r15583 but it have same errors like my post above @ #21 .also my OS is Centos 5 32bit
m4stermind Posted February 15, 2012 Posted February 15, 2012 I got the same OS with the guy above me. CentOS 5 32bit. 1
Gepard Posted February 15, 2012 Author Posted February 15, 2012 Compilation issues in CentOS should be fixed in r15584. 1
sizenine Posted February 17, 2012 Posted February 17, 2012 (edited) For FluxCP users, here is a patch file that changes all needed instances of the 'level' field to 'group_id' : - fluxCP_rA_update_r15583.patch This is obviously unofficial so use at your own risk. Anyways, let me know if I missed any or if there are still errors. Thanks Xantara, I applied that diff and it allowed me to register/login with Flux CP now. However, when I try to view a character in my account (.../?module=account&action=view) on flux cip, it sends me to the error page saying: "Error An error occurred while trying to process your request. Please try contacting an administrator: admin@localhost" Edited February 17, 2012 by sizenine
EvilPuncker Posted February 17, 2012 Posted February 17, 2012 For FluxCP users, here is a patch file that changes all needed instances of the 'level' field to 'group_id' : - fluxCP_rA_update_r15583.patch This is obviously unofficial so use at your own risk. Anyways, let me know if I missed any or if there are still errors. Thanks Xantara, I applied that diff and it allowed me to register/login with Flux CP now. However, when I try to view a character in my account (.../?module=account&action=view) on flux cip, it sends me to the error page saying: "Error An error occurred while trying to process your request. Please try contacting an administrator: admin@localhost" set $showExceptions to true to see what is wrong 1
sizenine Posted February 18, 2012 Posted February 18, 2012 (edited) For FluxCP users, here is a patch file that changes all needed instances of the 'level' field to 'group_id' : - fluxCP_rA_update_r15583.patch This is obviously unofficial so use at your own risk. Anyways, let me know if I missed any or if there are still errors. Thanks Xantara, I applied that diff and it allowed me to register/login with Flux CP now. However, when I try to view a character in my account (.../?module=account&action=view) on flux cip, it sends me to the error page saying: "Error An error occurred while trying to process your request. Please try contacting an administrator: admin@localhost" set $showExceptions to true to see what is wrong it say: #0 /home/ro/ro.com/lib/Flux/TemporaryTable.php(80): Flux_TemporaryTable::raise('Failed to impor...') #1 /home/ro/ro.com/modules/account/view.php(12): Flux_TemporaryTable->__construct(Object(Flux_Connection), 'rodb.items', Array) #2 /home/ro/ro.com/lib/Flux/Template.php(337): include('/home/ro/rag...') #3 /home/ro/ro.com/lib/Flux/Dispatcher.php(168): Flux_Template->render() #4 /home/ro/ro.com/index.php(175): Flux_Dispatcher->dispatch(Array) #5 {main} Edited February 18, 2012 by sizenine
Pancake Posted February 18, 2012 Posted February 18, 2012 For FluxCP users, here is a patch file that changes all needed instances of the 'level' field to 'group_id' : - fluxCP_rA_update_r15583.patch This is obviously unofficial so use at your own risk. Anyways, let me know if I missed any or if there are still errors. How do I apply this patch?
Judas Posted February 18, 2012 Posted February 18, 2012 turtoisesvn right click it an apply patch i believe
Xantara Posted February 19, 2012 Posted February 19, 2012 (edited) @sizenine, I am unable to reproduce that error (or any error). =( Do you perhaps have any other custom edit(s)? @Pancake, as Judas mentioned, you can use TortoiseSVN to apply the patch. You can also do it manually. Here is a Wiki page on it: Diff @all, I've updated the patch file with an edit I forgot to add for 'modules/ranking/zeny.php' file. Edited July 3, 2012 by Xantara Updated patch file 2
Lelouch vi Britannia Posted February 19, 2012 Posted February 19, 2012 @all, I've updated the patch file with an edit I forgot to add for 'modules/ranking/zeny.php' file. Thanks Xantara 1
Xantara Posted February 20, 2012 Posted February 20, 2012 (edited) For CeresCP users: - Patch file: ceresCP_rA_update_r15583.patch * You can use TortoiseSVN to apply the patch or do it manually. Here is a Wiki page on it: Diff * The base files I got were from the SVN (not sure if this is "CeresCP Plus" or not). I think it should work either or though... * Again,this is obviously unofficial so use at your own risk~ Updated: - Thanks to BrianL for adding this patch to CeresCP (rev117) Edited July 3, 2012 by Xantara Updated information and patch download link 1
z3r0tech Posted February 21, 2012 Posted February 21, 2012 @sizenine, I am unable to reproduce that error (or any error). =( Do you perhaps have any other custom edit(s)? @Pancake, as Judas mentioned, you can use TortoiseSVN to apply the patch. You can also do it manually. Here is a Wiki page on it: Diff @all, I've updated the patch file with an edit I forgot to add for 'modules/ranking/zeny.php' file. thanks a lot! I will report or update you if I found a problem... many thanks again... it works...
saithis Posted March 1, 2012 Posted March 1, 2012 Here is an update for CMakeList: CMakeList.diff I have done it by trial and error (never used CMake bevore...), so I have no clue if it works on all systems, but at least it works on my server.
sizenine Posted March 1, 2012 Posted March 1, 2012 Here is an update for CMakeList: CMakeList.diff I have done it by trial and error (never used CMake bevore...), so I have no clue if it works on all systems, but at least it works on my server. what does this do?
saithis Posted March 1, 2012 Posted March 1, 2012 Wikipedia can explain it better than i could: http://en.wikipedia.org/wiki/CMake I use it because the normal "make clean && make sql" stops with an error all the time and i couldn't get it fixed. But compiling with the use of CMake works.
sizenine Posted March 2, 2012 Posted March 2, 2012 oh i see, theres also gmake.. i guess ill stick with "make" since i have no issues
Gepard Posted March 2, 2012 Author Posted March 2, 2012 Here is an update for CMakeList: CMakeList.diff I have done it by trial and error (never used CMake bevore...), so I have no clue if it works on all systems, but at least it works on my server. Isn't it missing 3rdparty/libconfig/CMakeLists.txt file? Cause I get CMake Error at 3rdparty/CMakeLists.txt:51 (add_subdirectory): The source directory /cygdrive/x/SERVER/RATHENA/svn/trunk/3rdparty/libconfig does not contain a CMakeLists.txt file.
saithis Posted March 2, 2012 Posted March 2, 2012 Here is an update for CMakeList: CMakeList.diff I have done it by trial and error (never used CMake bevore...), so I have no clue if it works on all systems, but at least it works on my server. Isn't it missing 3rdparty/libconfig/CMakeLists.txt file? Cause I get CMake Error at 3rdparty/CMakeLists.txt:51 (add_subdirectory): The source directory /cygdrive/x/SERVER/RATHENA/svn/trunk/3rdparty/libconfig does not contain a CMakeLists.txt file. sorry, somehow "svn diff" doesn't include added files :/ here is the missing file: CMakeLists.txt
Gepard Posted March 2, 2012 Author Posted March 2, 2012 Thank you very much. I've already added it to SVN repo: r15651. 1
Recommended Posts