From: Hedayat V. <hed...@ai...> - 2009-03-05 15:32:18
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html style="direction: ltr;"> <head> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> </head> <body style="direction: ltr;" bgcolor="#ffffff" text="#000000"> <span>Hi Takenori,<br> <br> <style type="text/css">blockquote {color: navy !important; background-color: RGB(245,245,245) !important; padding: 0 15 10 15 !important; margin: 15 0 0 0; border-left: #1010ff 2px solid;} blockquote blockquote {color: maroon !important; background-color: RGB(235,235,235) !important; border-left-color:maroon !important} blockquote blockquote blockquote {color: green !important; background-color: RGB(225,225,225) !important; border-left-color:teal !important} blockquote blockquote blockquote blockquote {color: purple !important; background-color: RGB(215,215,215) !important; border-left-color: purple !important} blockquote blockquote blockquote blockquote blockquote {color: teal !important; background-color: RGB(205,205,205) !important; border-left-color: green !important}</style><i><b>Takenori KUBO <a class="moz-txt-link-rfc2396E" href="mailto:tk...@gm..."><tk...@gm...></a></b></i> wrote on ۰۹/۰۳/۰۵ 06:34:32:</span><br> <blockquote style="border-left: 2px solid rgb(16, 16, 255); color: navy; background-color: rgb(245, 245, 245); padding-left: 15px;" cite="mid:f87...@ma..." type="cite"> <pre wrap="">Hi, 2009/3/5 Hedayat Vatankhah <a class="moz-txt-link-rfc2396E" href="mailto:hed...@ai..."><hed...@ai...></a>: </pre> <blockquote type="cite"> <pre wrap="">That's great, thank you. It would be nice if you commit your changes. Some cleanups are needed, but I'll do that after your commit. So, please do it. :) </pre> </blockquote> <pre wrap=""><!----> I commited my changes. </pre> </blockquote> Thanks :)<br> <br> <blockquote style="border-left: 2px solid rgb(16, 16, 255); color: navy; background-color: rgb(245, 245, 245); padding-left: 15px;" cite="mid:f87...@ma..." type="cite"> <blockquote type="cite"> <pre wrap="">Just one thing, it would be nice if you put the variables configured in configure.cmake.sh to CMakeList.txt file so that we don't need configure.cmake.sh. (I'm not sure if it can be completely omitted, but I hope so!). Anyway, if configure.cmake.sh is going to exist, please choose a name for it which shows that it is MacOSX specific. </pre> </blockquote> <pre wrap=""><!----> Configure.cmake.sh, /opt/boost-static, /Applications/rcssserver3d.app/* These files and Pathnames are just for examples. These are not contained my changes. </pre> </blockquote> Does the user need to supply the installation paths of libraries (such as SDL) to cmake like what you did? (It seems that it was not needed before as stated in [1], so we should be able to do so with CMake too).<br> <br> <blockquote style="border-left: 2px solid rgb(16, 16, 255); color: navy; background-color: rgb(245, 245, 245); padding-left: 15px;" cite="mid:f87...@ma..." type="cite"> <blockquote type="cite"> <pre wrap="">I think maintaining two separate build systems is not an option for us. We should either stick to CMake, or revert back to autotools (or use something better!). But we should stick with CMake except if there are good reasons for switching. Why do you like to have autotools support? What do you miss now? </pre> </blockquote> <pre wrap=""><!----> I feel that cmake support is not as elaborate as autotools support. I think it is too early to remove autotools support. </pre> </blockquote> Yes, it is not that elaborate. But:<br> 1. In Linux, we have not received any reports about compiling problems till now. So, it seems that it covers most common cases and its usable. If we found any problems, we will fix it. I think there is no need for autotools support here.<br> <br> 2. autotools don't support Windows. So, it doesn't have any advantages over CMake here. (And with the help of Marian, we are going to support Windows using CMake).<br> <br> 3. It seems that our CMake support works in MacOSX now (by your help!). So, it seems that we don't need autotools support here too!<br> <br> And autotools support is removed now. So, please accept CMake as our build system :)<br> <br> <blockquote style="border-left: 2px solid rgb(16, 16, 255); color: navy; background-color: rgb(245, 245, 245); padding-left: 15px;" cite="mid:f87...@ma..." type="cite"> <pre wrap=""> Regards, Takenori KUBO </pre> </blockquote> <br> Thanks a lot,<br> Hedayat<br> <br> [1] <a class="moz-txt-link-freetext" href="http://simspark.sourceforge.net/wiki/index.php/Installation_on_Mac_OS_X">http://simspark.sourceforge.net/wiki/index.php/Installation_on_Mac_OS_X</a><br> </body> </html> |