Custom Query (111 matches)
Results (22 - 24 of 111)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#8 | fixed | Can't compile on SuSE 11.2 | ||
Description |
I tried to build survex 1.1.13 on SuSE using their packaged wxWidgets libraries, and it doesn't work: david@rockhopper:~/survex/survex-1.1.13> zypper se wxwidgets Loading repository data... Reading installed packages... S | Name | Summary | Type --+----------------------------+-------------------------------------------------------+----------- i | wxWidgets | C++ framework for cross-platform development | package | wxWidgets | C++ framework for cross-platform development | srcpackage i | wxWidgets-compat | WxWidgets Compatibility Package | package | wxWidgets-compat-debuginfo | Debug information for package wxWidgets-compat | package | wxWidgets-debuginfo | Debug information for package wxWidgets | package | wxWidgets-debugsource | Debug sources for package wxWidgets | package i | wxWidgets-devel | Include files and libraries for wxWidgets development | package | wxWidgets-devel-debuginfo | Debug information for package wxWidgets-devel | package | wxWidgets-docs | WxWidgets html documentations | package i | wxWidgets-gl | OpenGL add-on for wxWidgets | package i | wxWidgets-gl-compat | OpenGL add-on for wxWidgets | package | wxWidgets-lang | Languages for package wxWidgets | package david@rockhopper:~/survex/survex-1.1.13> make make all-recursive make[1]: Entering directory `/home/david/survex/survex-1.1.13' Making all in . make[2]: Entering directory `/home/david/survex/survex-1.1.13' make[2]: Leaving directory `/home/david/survex/survex-1.1.13' Making all in lib make[2]: Entering directory `/home/david/survex/survex-1.1.13/lib' make all-recursive make[3]: Entering directory `/home/david/survex/survex-1.1.13/lib' Making all in icons make[4]: Entering directory `/home/david/survex/survex-1.1.13/lib/icons' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/david/survex/survex-1.1.13/lib/icons' make[4]: Entering directory `/home/david/survex/survex-1.1.13/lib' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/david/survex/survex-1.1.13/lib' make[3]: Leaving directory `/home/david/survex/survex-1.1.13/lib' make[2]: Leaving directory `/home/david/survex/survex-1.1.13/lib' Making all in src make[2]: Entering directory `/home/david/survex/survex-1.1.13/src' make all-am make[3]: Entering directory `/home/david/survex/survex-1.1.13/src' g++ -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -Wall -Wunused -Wshadow -Wpointer-arith -Wwrite-strings -Wcast-align -g -O2 -o aven aven-aven.o aven-img.o aven-message.o aven-filename.o aven-osdepend.o aven-gfxcore.o aven-mainfrm.o aven-vector3.o aven-aboutdlg.o aven-useful.o aven-cmdline.o aven-z_getopt.o aven-getopt1.o aven-namecmp.o aven-aventreectrl.o aven-export.o aven-guicontrol.o aven-gla-gl.o aven-fnt.o aven-log.o aven-moviemaker.o aven-hpgl.o aven-cavernlog.o aven-avenprcore.o aven-printwx.o aven-ini.o aven-hash.o -L/usr/lib64 -pthread -L/usr/lib64 -lwx_gtk2u_core-2.8 -lwx_gtk2u_gl-2.8 -lwx_gtk2u_html-2.8 -lwx_baseu-2.8 -lXxf86vm -lm aven-gla-gl.o: In function `GLACanvas::Transform(Vector3 const&, double*, double*, double*) const': /home/david/survex/survex-1.1.13/src/gla-gl.cc:1266: undefined reference to `gluProject' aven-gla-gl.o: In function `GLACanvas::DrawText(double, double, double, wxString const&)': /home/david/survex/survex-1.1.13/src/gla-gl.cc:792: undefined reference to `gluProject' aven-gla-gl.o: In function `GLACanvas::DrawRing(double, double)': /home/david/survex/survex-1.1.13/src/gla-gl.cc:1115: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1117: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1119: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1120: undefined reference to `gluDisk' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1121: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1123: undefined reference to `gluErrorString' aven-gla-gl.o: In function `GLACanvas::EndQuadrilaterals()': /home/david/survex/survex-1.1.13/src/gla-gl.cc:861: undefined reference to `gluErrorString' aven-gla-gl.o: In function `GLACanvas::DrawShadedRectangle(GLAPen const&, GLAPen const&, double, double, double, double)': /home/david/survex/survex-1.1.13/src/gla-gl.cc:1162: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1172: undefined reference to `gluErrorString' aven-gla-gl.o:/home/david/survex/survex-1.1.13/src/gla-gl.cc:399: more undefined references to `gluErrorString' follow aven-gla-gl.o: In function `GLACanvas::SetIndicatorTransform()': /home/david/survex/survex-1.1.13/src/gla-gl.cc:642: undefined reference to `gluOrtho2D' /home/david/survex/survex-1.1.13/src/gla-gl.cc:643: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:647: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:649: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:652: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:654: undefined reference to `gluErrorString' aven-gla-gl.o:/home/david/survex/survex-1.1.13/src/gla-gl.cc:656: more undefined references to `gluErrorString' follow aven-gla-gl.o: In function `GLACanvas::ReverseTransform(double, double, double*, double*, double*) const': /home/david/survex/survex-1.1.13/src/gla-gl.cc:1276: undefined reference to `gluUnProject' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1277: undefined reference to `gluErrorString' aven-gla-gl.o: In function `GLACanvas::DrawBlob(double, double)': /home/david/survex/survex-1.1.13/src/gla-gl.cc:1025: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1026: undefined reference to `gluDisk' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1027: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1029: undefined reference to `gluErrorString' aven-gla-gl.o: In function `GLACanvas::DrawCircle(gla_colour, gla_colour, double, double, double)': /home/david/survex/survex-1.1.13/src/gla-gl.cc:1181: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1183: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1187: undefined reference to `gluDisk' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1188: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1190: undefined reference to `gluDisk' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1191: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1193: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1185: undefined reference to `gluErrorString' aven-gla-gl.o: In function `GLACanvas::DrawSemicircle(gla_colour, gla_colour, double, double, double, double)': /home/david/survex/survex-1.1.13/src/gla-gl.cc:1205: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1207: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1211: undefined reference to `gluPartialDisk' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1212: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1214: undefined reference to `gluPartialDisk' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1215: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1217: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1209: undefined reference to `gluErrorString' aven-gla-gl.o: In function `GLACanvas::EnableSmoothPolygons(bool)': /home/david/survex/survex-1.1.13/src/gla-gl.cc:465: undefined reference to `gluErrorString' aven-gla-gl.o: In function `GLACanvas::BeginCrosses()': /home/david/survex/survex-1.1.13/src/gla-gl.cc:1041: undefined reference to `gluErrorString' aven-gla-gl.o:/home/david/survex/survex-1.1.13/src/gla-gl.cc:1043: more undefined references to `gluErrorString' follow aven-gla-gl.o: In function `~GLACanvas': /home/david/survex/survex-1.1.13/src/gla-gl.cc:249: undefined reference to `gluDeleteQuadric' /home/david/survex/survex-1.1.13/src/gla-gl.cc:250: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:249: undefined reference to `gluDeleteQuadric' /home/david/survex/survex-1.1.13/src/gla-gl.cc:250: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:249: undefined reference to `gluDeleteQuadric' /home/david/survex/survex-1.1.13/src/gla-gl.cc:250: undefined reference to `gluErrorString' aven-gla-gl.o: In function `GLACanvas::BeginBlobs()': /home/david/survex/survex-1.1.13/src/gla-gl.cc:961: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:963: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:965: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:969: undefined reference to `gluErrorString' aven-gla-gl.o:/home/david/survex/survex-1.1.13/src/gla-gl.cc:972: more undefined references to `gluErrorString' follow aven-gla-gl.o: In function `GLACanvas::SetDataTransform()': /home/david/survex/survex-1.1.13/src/gla-gl.cc:578: undefined reference to `gluProject' /home/david/survex/survex-1.1.13/src/gla-gl.cc:581: undefined reference to `gluUnProject' /home/david/survex/survex-1.1.13/src/gla-gl.cc:583: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:594: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:596: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:598: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:601: undefined reference to `gluErrorString' aven-gla-gl.o:/home/david/survex/survex-1.1.13/src/gla-gl.cc:523: more undefined references to `gluErrorString' follow aven-gla-gl.o: In function `GLACanvas::AddTranslationScreenCoordinates(int, int)': /home/david/survex/survex-1.1.13/src/gla-gl.cc:424: undefined reference to `gluUnProject' /home/david/survex/survex-1.1.13/src/gla-gl.cc:425: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:427: undefined reference to `gluUnProject' /home/david/survex/survex-1.1.13/src/gla-gl.cc:428: undefined reference to `gluErrorString' aven-gla-gl.o: In function `GLACanvas::ToggleTextured()': /home/david/survex/survex-1.1.13/src/gla-gl.cc:1300: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1303: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1322: undefined reference to `gluBuild2DMipmaps' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1323: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1326: undefined reference to `gluErrorString' aven-gla-gl.o: In function `GLACanvas::DrawBlob(double, double, double)': /home/david/survex/survex-1.1.13/src/gla-gl.cc:1005: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1006: undefined reference to `gluDisk' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1007: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:1009: undefined reference to `gluErrorString' aven-gla-gl.o: In function `GLACanvas::DrawList(unsigned int)': /home/david/survex/survex-1.1.13/src/gla-gl.cc:711: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:694: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:717: undefined reference to `gluErrorString' aven-gla-gl.o:/home/david/survex/survex-1.1.13/src/gla-gl.cc:736: more undefined references to `gluErrorString' follow aven-gla-gl.o: In function `GLACanvas::FirstShow()': /home/david/survex/survex-1.1.13/src/gla-gl.cc:269: undefined reference to `gluNewQuadric' /home/david/survex/survex-1.1.13/src/gla-gl.cc:276: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:278: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:285: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:289: undefined reference to `gluErrorString' /home/david/survex/survex-1.1.13/src/gla-gl.cc:293: undefined reference to `gluErrorString' aven-gla-gl.o:/home/david/survex/survex-1.1.13/src/gla-gl.cc:298: more undefined references to `gluErrorString' follow collect2: ld returned 1 exit status make[3]: *** [aven] Error 1 make[3]: Leaving directory `/home/david/survex/survex-1.1.13/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/david/survex/survex-1.1.13/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/david/survex/survex-1.1.13' make: *** [all] Error 2 |
|||
#19 | fixed | Non-fatal errors are apparently fatal | ||
Description |
Running cavern on the top-level david@rockhopper:~/survex/loser> ~/bin/cavern all Survex 1.1.16 Copyright � 1990-2011 Olly Betts In file included from surface/allnr41.svx:22, from surf.svx:26, from all.svx:20: surface/sonnausn.svx:8: Invalid day of the month In file included from surface/allnr41.svx:118, from surf.svx:26, from all.svx:20: surface/228ausn.svx:10: Invalid day of the month In file included from caves/031/031.svx:15, from caves/caves.svx:7, from all.svx:27: caves/031/elchalt.svx:8: Invalid day of the month In file included from caves/040/040arge.svx:7, from caves/040/040.svx:21, from caves/caves.svx:9, from all.svx:27: caves/040/arge/elefant.svx:8: Invalid day of the month In file included from caves/040/040arge.svx:19, from caves/040/040.svx:21, from caves/caves.svx:9, from all.svx:27: caves/040/arge/e6.svx:8: Invalid day of the month In file included from caves/040/040arge.svx:25, from caves/040/040.svx:21, from caves/caves.svx:9, from all.svx:27: caves/040/arge/niete.svx:9: Invalid day of the month In file included from caves/041/041.svx:77, from caves/caves.svx:10, from all.svx:27: caves/041/arge/mark.svx:8: Invalid day of the month In file included from caves/041/041.svx:78, from caves/caves.svx:10, from all.svx:27: caves/041/arge/seiteng.svx:8: Invalid day of the month In file included from caves/041/041.svx:87, from caves/caves.svx:10, from all.svx:27: caves/041/arge/bigchamb.svx:8: Invalid day of the month In file included from caves/041/041.svx:92, from caves/caves.svx:10, from all.svx:27: caves/041/arge/germanrt.svx:8: Invalid day of the month In file included from caves/041/041.svx:93, from caves/caves.svx:10, from all.svx:27: caves/041/arge/e41b.svx:8: Invalid day of the month In file included from caves/041/041.svx:95, from caves/caves.svx:10, from all.svx:27: caves/041/arge/steinsch.svx:8: Invalid day of the month In file included from caves/041/041.svx:96, from caves/caves.svx:10, from all.svx:27: caves/041/arge/megalo.svx:8: Invalid day of the month In file included from caves/041/041.svx:97, from caves/caves.svx:10, from all.svx:27: caves/041/arge/wdr.svx:8: Invalid day of the month In file included from caves/041/041.svx:98, from caves/caves.svx:10, from all.svx:27: caves/041/arge/lampntot.svx:8: Invalid day of the month In file included from caves/041/041.svx:101, from caves/caves.svx:10, from all.svx:27: caves/041/arge/glueck.svx:8: Invalid day of the month In file included from caves/041/041.svx:103, from caves/caves.svx:10, from all.svx:27: caves/041/arge/din.svx:8: Invalid day of the month In file included from caves/041/041.svx:106, from caves/caves.svx:10, from all.svx:27: caves/041/arge/edelmean.svx:8: Invalid month In file included from caves/041/041.svx:107, from caves/caves.svx:10, from all.svx:27: caves/041/arge/rondos.svx:8: Invalid month In file included from caves/041/041.svx:111, from caves/caves.svx:10, from all.svx:27: caves/041/arge/alice.svx:8: Invalid day of the month In file included from caves/078/078.svx:90, from caves/caves.svx:11, from all.svx:27: caves/078/fetzig.svx:8: Invalid day of the month In file included from caves/078/078.svx:92, from caves/caves.svx:11, from all.svx:27: caves/078/stuttg.svx:8: Invalid day of the month In file included from caves/115/115.svx:23, from caves/caves.svx:15, from all.svx:27: caves/115/nebukad.svx:8: Invalid day of the month In file included from caves/144/144.svx:25, from caves/caves.svx:29, from all.svx:27: caves/144/arge/144ein.svx:9: Invalid day of the month In file included from caves/144/144.svx:26, from caves/caves.svx:29, from all.svx:27: caves/144/arge/144horiz.svx:8: Invalid day of the month Removing trailing traverses... Concatenating traverses between nodes... Simplifying network... Solving 2 simultaneous equations Solving to find x coordinates... Solving 2 simultaneous equations Solving to find x coordinates... Solving one equation Solving to find x coordinates... Solving 101 simultaneous equations Solving to find x coordinates... Solving 7 simultaneous equations Solving to find x coordinates... Solving 28 simultaneous equations Solving to find x coordinates... Solving 58 simultaneous equations Solving to find x coordinates... Solving one equation Solving to find x coordinates... Solving 2 simultaneous equations Solving to find x coordinates... Calculating network... Calculating traverses between nodes... Calculating trailing traverses... Calculating statistics... Survey contains 11442 survey stations, joined by 11492 legs. There are 266 loops. Survey has 216 connected components. Total length of survey legs = 66026.52m (66028.33m adjusted) Total plan length of survey legs = 49308.43m Total vertical length of survey legs = 30114.66m Vertical range = 1085.31m (from sternloch.ent at 1850.00m to 115.115rest.orgasm.1 at 764.69m) North-South range = 4570.79m (from lunge.dreamfudge at 85498.95m to 115.115rest.orgasm.17 at 80928.17m) East-West range = 3321.34m (from raetsel.4 at 38281.23m to 183.lower.1 at 34959.89m) 161 0-nodes. 926 1-nodes. 9194 2-nodes. 1014 3-nodes. 122 4-nodes. 16 5-nodes. 5 6-nodes. 2 7-nodes. 2 8-nodes. CPU time used 0.41s Done. There were 0 warning(s) and 25 non-fatal error(s) - no output files produced. Although it describes the date errors as "non-fatal", there's no way to make it output anything! It would be nice to have a switch that forced it to output a 3d file anyway; otherwise in what sense are the errors "non-fatal"? |
|||
#1 | fixed | Update Trac Settings | ||
Description |
Please update the trac site settings so people can properly submit bugs. Components should list things like:
Versions should list versions that may be encountered in the wild like:
|