It may be the case that the tutorial depends upon the state of CS v1.2 branch at r29094. If this is so, then the tutorial may be correct. If, however, the tutorial relies only upon the v1.2 branch, but not a specific revision, then the tutorial author could remove the r29094 requirement.
(Note: The fixes for the described build problems are scheduled to be applied to the v1.2 branch also. See http://trac.crystalspace3d.org/trac/CS/wiki/Version12Plan for a list of patches which have been and will be applied to the v1.2 branch.) -- ES On Apr 8, 2008, at 2:10 AM, vennatorr vennatorr wrote: > the svn co command used in the tutorial i followed was... > svn co -r 29094 > https://crystal.svn.sourceforge.net/svnroot/crystal/CS/branches/release/V1.2 > cs > sure enough, i downloaded the trunk code and the configure script > doesn't generate the -Wno-long-double line. i'm trying to get hold > of the writer of the tutorial to get him to fix it. > > > > On Tue, Apr 8, 2008 at 6:52 AM, vennatorr vennatorr <[EMAIL PROTECTED] > > wrote: > i've since managed to find the howto i used and the cs svn was > indeed for a branch. i've downloaded the svn trunk code and i'll > give that a go. i'll also inform the writer of the howto the hoary > needs to be done differently. > > thanks for your help. > > > On Mon, Apr 7, 2008 at 11:14 PM, Eric Sunshine <[EMAIL PROTECTED] > > wrote: > For the sake of completeness, the -Wno-long-double issue is subject of > (closed) ticket #463: > > http://trac.crystalspace3d.org/trac/CS/ticket/463 > > -- ES > > > Eric Sunshine wrote: > > The -Wno-long-double issue is fixed in the trunk as of 29221. The > > IsVfsDir() warning was fixed in the trunk six months ago by r27907. > > Since you are still experiencing these problems, I suspect that > you are > > using a branch rather than the trunk. If you know the maintainer > of the > > branch, perhaps ask to have these fixes merged. If not, let us > know what > > branch you are using, and one of the developers can probably merge > the > > fixes. > > > > -- ES > > > > vennatorr vennatorr wrote: > >> sorry. the line i removed was... > >> > >> COMPILER.CFLAGS.MANDATORY += "-Wno-long-double" ; > >> > >> On Mon, Apr 7, 2008 at 9:51 PM, vennatorr vennatorr <[EMAIL PROTECTED] > >> <mailto:[EMAIL PROTECTED]>> wrote: > >> > >> hello, > >> > >> i've tried building crystal space and ran into a snag with > >> "-Wno-long-double". i'm using ubuntu 8.04 beta and the svn is > >> revision 29256. i ran the configure script with... > >> > >> ./configure --without-python --without-java --without-lib3ds > >> --without-libaws > >> --with-libcal3d=/home/me/software/planeshift/planeshift_svn/ > cal3d/cal3d > >> > >> ...then built it with... > >> > >> jam -aq libs plugins cs-config walktest > >> > >> ...and i got these error messages... > >> > >> C++ ./out/linuxx86/optimize/libs/cstool/procmesh.o > >> C++ ./out/linuxx86/optimize/libs/cstool/primitives.o > >> C++ ./out/linuxx86/optimize/libs/cstool/bitmasktostr.o > >> C++ ./out/linuxx86/optimize/libs/cstool/smartfileopen.o > >> libs/cstool/smartfileopen.cpp:83: warning: 'bool > IsVfsDir(iVFS*, > >> const char*)' defined but not used > >> cc1plus: error: unrecognised command line option "-Wno-long- > double" > >> > >> g++ -c -o ./out/linuxx86/optimize/libs/cstool/ > smartfileopen.o > >> -I. -I./include -I./include -pipe -Wall -Wno-unknown-pragmas > >> -fvisibility=hidden -march=i586 -mtune=generic -I/usr/local/ > include > >> -Wno-long-double -fno-exceptions -fvisibility-inlines-hidden - > O3 > >> -fomit-frame-pointer -ffast-math -g2 -fPIC - > DCS_CRYSTALSPACE_LIB > >> -Ilibs/csutil/ptmalloc -Ilibs/csutil/ptmalloc/sysdeps/pthread > >> -DCS_CONFIGDIR='"/usr/local/etc/crystalspace-1.2"' > >> -DCS_PLUGINDIR='"/usr/local/lib/crystalspace-1.2"' > >> libs/cstool/smartfileopen.cpp > >> > >> ...failed C++ ./out/linuxx86/optimize/libs/cstool/ > smartfileopen.o ... > >> ...skipped libcrystalspace-1.2.a for lack of > >> libcrystalspace-1.2.a(smartfileopen.o)... > >> ...failed updating 1 target(s)... > >> ...skipped 1 target(s)... > >> ...updated 186 target(s)... > >> Copy cs-config > >> ...updated 1 target(s)... > >> ...skipped walktest for lack of libcrystalspace-1.2.a... > >> ...skipped 1 target(s)... > >> > >> ...after asking some advice on #crystalspace (thanks thebolt > and > >> recon69) i edited my Jamconfig and removed this line... > >> > >> COMPILER.CFLAGS += "-Wno-unknown-pragmas" ; > >> > >> ...after which crystal space compiled without any errors. > anyone > >> know what is causing this line to be added to Jamconfig? > >> > >> thanks. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Register now and save $200. Hurry, offer ends at 11:59 p.m., > Monday, April 7! Use priority code J8TLD2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Crystal-main mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/crystal-main > Unsubscribe: mailto:[EMAIL PROTECTED] > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Register now and save $200. Hurry, offer ends at 11:59 p.m., > Monday, April 7! Use priority code J8TLD2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone_______________________________________________ > Crystal-main mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/crystal-main > Unsubscribe: mailto:[EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
