<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Feb 16, 2009, at 8:44 PM, William Kyngesburye wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; 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: 0; ">On Feb 16, 2009, at 10:27 PM, John C. Tull wrote:<br><br><blockquote type="cite">I managed to get a build from trunk with one problem reported here:<br></blockquote><blockquote type="cite"><a href="http://rafb.net/p/a7vdJR82.html">http://rafb.net/p/a7vdJR82.html</a><br></blockquote><blockquote type="cite"><br></blockquote>Yes, the userguide.pdf is missing from trunk. &nbsp;The error shouldn't stop the build completing, but you can remove it from the project if you like.<br><br><blockquote type="cite">I did not do anything with the core/gui/app moc sources myself, so I am assuming that the project automagically takes care of this issue.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">A key to helping was Gary's suggestion to place the xcode project inside the mac folder within the trunk directory, i.e. 'sources/qgis/trunk/mac/xcode. This allowed the sources to be found without having to load them into the project.<br></blockquote><blockquote type="cite"><br></blockquote>er, this should be mentioned in the main readme. &nbsp;but won't be an issue if/when it is added to svn.<br><br><blockquote type="cite">This is very useful. Thanks for the excellent work!<br></blockquote><blockquote type="cite"><br></blockquote>Try the updated project I posted earlier this evening. &nbsp;Some compilation issues fixed. release and trunk versions available. &nbsp;But, your experience and comments with getting it working yourself are helpful.</span></blockquote></div><br><div>I did see that email, and I used your trunk version for my build.&nbsp;</div><div><br></div><div>Another issue was my Qt setup. I have 4.4.3 installed from a Trolltech binary distribution. I had to go into qgis_settings.xcconfig and change the moc, rcc, and lrelease settings to /usr/bin/moc, etc. Although my installation has aliases for each of these in /Developer/Tools/Qt, Xcode spit out an error related to moc before making these changes:</div><div><br></div><div><div>/Users/jctull/sources/qgis/trunk/mac/xcode/build/leo/Qgis.build/Debug/moc.build/Script-729277F00F3A816100D9C992.sh: line 10: /Developer/Applications/Qt/moc: No such file or directory</div><br></div><div>I changed all four references, and things then worked. Looking over things in more detail (and with a better understanding), I believe I needed to change QTDIR from /Developer/Applications/Qt to /Developer/Tools/Qt in the qgis_user.xcconfig file. Is this correct (perhaps an oversight in your template)?</div><div><br></div><div>Cheers,</div><div>John</div></body></html>