<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div>I just updated from the svn and almost successfully compiled 6.5. But I get errors in lib/form and related modules.</div><div><br></div><div>I don't know if this is connected with the issues in ticket&nbsp;<a href="https://trac.osgeo.org/grass/ticket/843">https://trac.osgeo.org/grass/ticket/843</a> or if it is something new. I've still got the same TclTk from ActiveStates that I installed before upgrading to 10.6</div><div><br></div><div>If I compile as before with --with-macosx-archs="i386,x86_64"</div><div><div>I get the following error...</div><div><br></div><div>==============================</div><div>Errors in:</div><div>/Users/cmbarton/grass_dev/grass65_dev/lib/form</div><div>/Users/cmbarton/grass_dev/grass65_dev/vector/v.digit</div><div>/Users/cmbarton/grass_dev/grass65_dev/visualization/nviz</div><div>--</div><div>In case of errors please change into the directory with error and run 'make'.</div><div>If you get multiple errors, you need to deal with them in the order they</div><div>appear in the error log. If you get an error building a library, you will</div><div>also get errors from anything which uses the library.</div><div>--</div><div>Finished compilation: Wed Dec 23 21:01:44 MST 2009</div><div>make: *** [default] Error 1</div><div>cmb-MBP-2:grass65_dev cmbarton$ cd /Users/cmbarton/grass_dev/grass65_dev/lib/form</div><div>cmb-MBP-2:form cmbarton$ make</div><div>gcc -L/Users/cmbarton/grass_dev/grass65_dev/dist.i386-apple-darwin10.2.0/lib &nbsp; &nbsp; &nbsp;-o /Users/cmbarton/grass_dev/grass65_dev/dist.i386-apple-darwin10.2.0/etc/form/form OBJ.i386-apple-darwin10.2.0/form.o -lgrass_dbmiclient -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp; -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_datetime \</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span> -framework Tcl -framework Tk &nbsp;-lz&nbsp;</div><div>ld: warning: in /Library/Frameworks//Tcl.framework/Tcl, missing required architecture x86_64 in file</div><div>ld: warning: in /Library/Frameworks//Tk.framework/Tk, missing required architecture x86_64 in file</div><div>Undefined symbols:</div><div>&nbsp;&nbsp;"_Tcl_CreateInterp", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_main in form.o</div><div>&nbsp;&nbsp;"_Tcl_SetVar", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_Tcl_AppInit in form.o</div><div>&nbsp;&nbsp;"_Tcl_UtfToExternal", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_submit in form.o</div><div>&nbsp;&nbsp;"_Tk_MainEx", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_main in form.o</div><div>&nbsp;&nbsp;"_Tcl_Init", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_Tcl_AppInit in form.o</div><div>&nbsp;&nbsp;"_Tcl_GetStringResult", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_submit in form.o</div><div>&nbsp;&nbsp;"_Tcl_Eval", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_submit in form.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_submit in form.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_submit in form.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_submit in form.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_submit in form.o</div><div>&nbsp;&nbsp;"_Tcl_CreateCommand", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_Tcl_AppInit in form.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_Tcl_AppInit in form.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_Tcl_AppInit in form.o</div><div>&nbsp;&nbsp;"_Tk_SafeInit", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_Tcl_AppInit in form.o</div><div>&nbsp;&nbsp;"_Tcl_StaticPackage", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_Tcl_AppInit in form.o</div><div>&nbsp;&nbsp;"_Tcl_VarEval", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_submit in form.o</div><div>&nbsp;&nbsp;"_Tk_Init", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_Tcl_AppInit in form.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_Tcl_AppInit in form.o</div><div>&nbsp;&nbsp;"_Tcl_SetSystemEncoding", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_submit in form.o</div><div>&nbsp;&nbsp;"_Tcl_GetEncoding", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_submit in form.o</div><div>ld: symbol(s) not found</div><div>collect2: ld returned 1 exit status</div><div>make: *** [/Users/cmbarton/grass_dev/grass65_dev/dist.i386-apple-darwin10.2.0/etc/form/form] Error 1</div><div>cmb-MBP-2:form cmbarton$&nbsp;</div><div><div>==============================</div><div><br></div></div><div><br></div><div>But if I compile without --with-macosx-archs="i386,x86_64", &nbsp;I get errors in nviz togl without lib/form</div><div><br></div><div>==============================</div><div>Errors in:</div><div>/Users/cmbarton/grass_dev/grass65_dev/visualization/nviz</div><div>--</div><div>In case of errors please change into the directory with error and run 'make'.</div><div>If you get multiple errors, you need to deal with them in the order they</div><div>appear in the error log. If you get an error building a library, you will</div><div>also get errors from anything which uses the library.</div><div>--</div><div>Finished compilation: Wed Dec 23 21:20:39 MST 2009</div><div>make: *** [default] Error 1</div><div>cmb-MBP-2:grass65_dev cmbarton$ cd /Users/cmbarton/grass_dev/grass65_dev/visualization/nviz</div><div>cmb-MBP-2:nviz cmbarton$ make</div><div>make -C src</div><div>gcc -L/Users/cmbarton/grass_dev/grass65_dev/dist.i386-apple-darwin10.2.0/lib &nbsp; &nbsp; -o nvwish OBJ.i386-apple-darwin10.2.0/nvizAppInit.o OBJ.i386-apple-darwin10.2.0/change_view.o OBJ.i386-apple-darwin10.2.0/draw.o OBJ.i386-apple-darwin10.2.0/exag.o OBJ.i386-apple-darwin10.2.0/glwrappers.o OBJ.i386-apple-darwin10.2.0/init_commands.o OBJ.i386-apple-darwin10.2.0/lights.o OBJ.i386-apple-darwin10.2.0/map_obj.o OBJ.i386-apple-darwin10.2.0/misc.o OBJ.i386-apple-darwin10.2.0/nviz_init.o OBJ.i386-apple-darwin10.2.0/position.o OBJ.i386-apple-darwin10.2.0/quick_draw.o OBJ.i386-apple-darwin10.2.0/anim_support.o OBJ.i386-apple-darwin10.2.0/cutplane_obj.o OBJ.i386-apple-darwin10.2.0/script_support.o OBJ.i386-apple-darwin10.2.0/do_zoom.o OBJ.i386-apple-darwin10.2.0/label.o OBJ.i386-apple-darwin10.2.0/nvizMain.o OBJ.i386-apple-darwin10.2.0/togl.o OBJ.i386-apple-darwin10.2.0/togl_cb.o OBJ.i386-apple-darwin10.2.0/query_vect.o OBJ.i386-apple-darwin10.2.0/volume.o OBJ.i386-apple-darwin10.2.0/togl_flythrough.o OBJ.i386-apple-darwin10.2.0/pick_vect_commands.o OBJ.i386-apple-darwin10.2.0/site_attr_commands.o OBJ.i386-apple-darwin10.2.0/site_highlight_commands.o &nbsp; -lgrass_ogsf -lgrass_bitmap -lgrass_linkm &nbsp;-lgrass_g3d -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_sites -lgrass_datetime -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dbmiclient -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_vect -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dbmiclient -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dgl -lgrass_dig2 -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_rtree &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_linkm -lgrass_rtree &nbsp; -lgrass_vect -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dbmiclient -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dgl -lgrass_dig2 -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_rtree &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_linkm -lgrass_rtree &nbsp; &nbsp;-ltk &nbsp; -ltcl &nbsp; -framework OpenGL -framework AGL -framework ApplicationServices &nbsp;\</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>-lgrass_bitmap -lgrass_linkm &nbsp;-lgrass_linkm -lgrass_vect -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dbmiclient -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dgl -lgrass_dig2 -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_rtree &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_linkm -lgrass_rtree &nbsp;-lgrass_dig2 -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_rtree &nbsp;-lgrass_dgl -lgrass_rtree -lgrass_linkm -lgrass_dbmiclient -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp; -L/Library/Frameworks/GDAL.framework/Versions/1.6/unix/lib -lgdal &nbsp;-lgrass_sites -lgrass_datetime -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dbmiclient -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_vect -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dbmiclient -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dgl -lgrass_dig2 -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_rtree &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_linkm -lgrass_rtree &nbsp; -lgrass_form -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dbmiclient -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dbmiclient -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp; \</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>-lgrass_g3d -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lz &nbsp;\</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>-lgrass_datetime -L/Library/Frameworks/UnixImageIO.framework/unix/lib -ltiff &nbsp;\</div><div><span class="Apple-tab-span" style="white-space:pre">                </span></div><div>Undefined symbols:</div><div>&nbsp;&nbsp;"_GetPortBounds", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;_SetMacBufRect in togl.o</div><div>ld: symbol(s) not found</div><div>collect2: ld returned 1 exit status</div><div>make[1]: *** [nvwish] Error 1</div><div>make: *** [default] Error 2</div><div>cmb-MBP-2:nviz cmbarton$&nbsp;</div><div>==============================</div><div><br></div><div><br></div><div><br></div><div>Michael</div><div><br></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 11px; white-space: pre-wrap; ">

</span><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><div>____________________</div><div>C. Michael Barton</div><div>Director, Center for Social Dynamics &amp; Complexity&nbsp;</div><div>Professor of Anthropology,&nbsp;School of Human Evolution &amp; Social Change</div><div>Arizona State University</div><div><br></div><div>Phone: 480-965-6262</div><div>Fax: 480-965-7671</div><div>www: <a href="http://www.public.asu.edu/~cmbarton,">www.public.asu.edu/~cmbarton,</a> <a href="http://csdc.asu.edu">http://csdc.asu.edu</a></div><br></div></div><br></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"></span><br class="Apple-interchange-newline">
</div>
<br></div></div></body></html>