hi hanspeter, gv compiles, links, and executes just fine now.
thanks! fxt On Aug 16, 2012, at 2:50 PM, Hanspeter Niederstrasser <[email protected]> wrote: > On 8/6/2012 2:54 AM, Frank Timmes wrote: >> hi everyone, >> >> i am trying to build the gv package on mountain lion, 10.8. >> it fails to compile Vlist.c >> >> i ran "fink selfupdate" to no avail. >> >> relevant info is: >> >> Package manager version: 0.34.2 >> Distribution version: selfupdate-rsync Sun Aug 5 23:45:17 2012, 10.8, x86_64 >> Trees: local/main stable/main >> Xcode.app: 4.4 >> Xcode command-line tools: 4.4.0.0.1.1249367152 >> Max. Fink build jobs: 1 >> >> >> gcc -DHAVE_CONFIG_H -I. -DNON_BLOCKING_IO -DGV_CODE -DGV_CODE >> -DGV_LIBDIR=\"/sw/lib/gv\" -I../lib -I../lib -g -I/usr/X11R6/include >> -I/sw/include/gnugetopt -I/sw/include -I/usr/X11R6/include -DUSE_SETENV_CODE >> -g -O2 -c Vlist.c >> Vlist.c:281:49: warning: use of unary operator that may be intended as >> compound assignment (-=) >> if (!nvw->vlist.entries) nvw->vlist.entries =- 1; >> ^~ >> Vlist.c:323:18: error: no member named 'international' in 'SimplePart' >> if( vw->simple.international == True ) { >> ~~~~~~~~~~ ^ >> Vlist.c:324:56: error: no member named 'fontset' in 'LabelPart' >> XFontSetExtents *ext = XExtentsOfFontSet(vw->label.fontset); >> ~~~~~~~~~ ^ >> ~~~~~~~~~ ^ >> Vlist.c:429:11: warning: promoted type 'int' of K&R function parameter is >> not compatible with the parameter type 'Boolean' (aka 'char') declared in a >> previous >> prototype [-Wknr-promoted-parameter] >> Boolean erase; >> ^ >> Vlist.c:108:59: note: previous declaration is here >> static void PaintMarkOfEntry(Widget,Region,int,int,Boolean); >> ^ >> Vlist.c:478:11: warning: promoted type 'int' of K&R function parameter is >> not compatible with the parameter type 'Boolean' (aka 'char') declared in a >> previous >> prototype [-Wknr-promoted-parameter] >> Boolean erase; >> ^ >> Vlist.c:109:59: note: previous declaration is here >> static void PaintMarkMarkOfEntry(Widget,Region,int,Boolean); >> ^ >> 3 warnings and 4 errors generated. >> make[2]: *** [Vlist.o] Error 1 >> make[1]: *** [all] Error 2 >> make: *** [all-recursive] Error 1 >> ### execution of make failed, exit code 2 > > Please try downloading the gv.info and gv.patch (for 10.7/10.8) from the > following URL > <https://sourceforge.net/tracker/?func=detail&aid=3555388&group_id=17203&atid=414256> > and save them to /sw/fink/dists/local/main/finkinfo and try installing gv > again. This new description updates gv to the latest and it should work on > 10.8 as long as you have done a fink selfupdate and your package libxawd3dxft > is at version 1.6.2-3. > > Whether it works or not, please post back with either a success or failure > note. Thanks, > > Hanspeter > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
