hryamzik Posted February 16, 2007 Share Posted February 16, 2007 So I've downloaded xtools, installed them completely, then installed darwin ports 1.3.1, in terminal tiped: sudo port -d self update, no problems here. Than I tried to install tightvnc. They say "just tipe in % cd /opt/local/bin/portslocation/dports/tightvnc I don't have such directory, and I'm not sure it would be correct to create. But then I tried the commnd: sudo port install tightvnc Mmm. It worked. Partly... :-) Here is the log: ---> Fetching jpeg---> Attempting to fetch jpegsrc.v6b.tar.gz from http://www.ijg.org/files ---> Verifying checksum(s) for jpeg ---> Extracting jpeg ---> Applying patches to jpeg ---> Configuring jpeg ---> Building jpeg with target all ---> Staging jpeg into destroot ---> Installing jpeg 6b_1 ---> Activating jpeg 6b_1 ---> Cleaning jpeg ---> Fetching tightvnc ---> Attempting to fetch tightvnc-1.2.9_unixsrc.tar.bz2 from http://easynews.dl.sourceforge.net/vnc-tight ---> Verifying checksum(s) for tightvnc ---> Extracting tightvnc ---> Applying patches to tightvnc ---> Configuring tightvnc ---> Building tightvnc with target World Error: Target com.apple.build returned: shell command "cd '/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_x11 tightvnc/work/vnc_unixsrc/Xvnc' && make World" returned error 2 Command output: gcc -c -O2 -ansi -Dasm=__asm -I. -I../mi -I../include -I../../.././/exports/include/X11 -I../../.././/include/fonts -I../../.././ -I../../.././/exports/include -DCSRG_BASED -DSHAPE -DGCCUSESGAS -DNDEBUG -DFUNCPROTO=15 -DNARROWPROTO -DMFBIMAGEGLYPHBLT=mfbImageGlyphBltBlack -DOPEQ=MFB_OPEQ_BLACK mfbigbblak.c rm -f mfbcmap.o gcc -c -O2 -ansi -Dasm=__asm -I. -I../mi -I../include -I../../.././/exports/include/X11 -I../../.././/include/fonts -I../../.././ -I../../.././/exports/include -DCSRG_BASED -DSHAPE -DGCCUSESGAS -DNDEBUG -DFUNCPROTO=15 -DNARROWPROTO mfbcmap.c rm -f mfbpawhite.o gcc -c -O2 -ansi -Dasm=__asm -I. -I../mi -I../include -I../../.././/exports/include/X11 -I../../.././/include/fonts -I../../.././ -I../../.././/exports/include -DCSRG_BASED -DSHAPE -DGCCUSESGAS -DNDEBUG -DFUNCPROTO=15 -DNARROWPROTO -DMFBSOLIDFILLAREA=mfbSolidWhiteArea -DMFBSTIPPLEFILLAREA=mfbStippleWhiteArea -DOPEQ=MFB_OPEQ_WHITE -DEQWHOLEWORD=MFB_EQWHOLEWORD_WHITE mfbpawhite.c rm -f mfbpablack.o gcc -c -O2 -ansi -Dasm=__asm -I. -I../mi -I../include -I../../.././/exports/include/X11 -I../../.././/include/fonts -I../../.././ -I../../.././/exports/include -DCSRG_BASED -DSHAPE -DGCCUSESGAS -DNDEBUG -DFUNCPROTO=15 -DNARROWPROTO -DMFBSOLIDFILLAREA=mfbSolidBlackArea -DMFBSTIPPLEFILLAREA=mfbStippleBlackArea -DOPEQ=MFB_OPEQ_BLACK -DEQWHOLEWORD=MFB_EQWHOLEWORD_BLACK mfbpablack.c rm -f mfbpainv.o gcc -c -O2 -ansi -Dasm=__asm -I. -I../mi -I../include -I../../.././/exports/include/X11 -I../../.././/include/fonts -I../../.././ -I../../.././/exports/include -DCSRG_BASED -DSHAPE -DGCCUSESGAS -DNDEBUG -DFUNCPROTO=15 -DNARROWPROTO -DMFBSOLIDFILLAREA=mfbSolidInvertArea -DMFBSTIPPLEFILLAREA=mfbStippleInvertArea -DOPEQ=MFB_OPEQ_INVERT -DEQWHOLEWORD=MFB_EQWHOLEWORD_INVERT mfbpainv.c rm -f mfbtileC.o gcc -c -O2 -ansi -Dasm=__asm -I. -I../mi -I../include -I../../.././/exports/include/X11 -I../../.././/include/fonts -I../../.././ -I../../.././/exports/include -DCSRG_BASED -DSHAPE -DGCCUSESGAS -DNDEBUG -DFUNCPROTO=15 -DNARROWPROTO -DMROP=Mcopy mfbtileC.c rm -f mfbtileG.o gcc -c -O2 -ansi -Dasm=__asm -I. -I../mi -I../include -I../../.././/exports/include/X11 -I../../.././/include/fonts -I../../.././ -I../../.././/exports/include -DCSRG_BASED -DSHAPE -DGCCUSESGAS -DNDEBUG -DFUNCPROTO=15 -DNARROWPROTO -DMROP=0 mfbtileG.c rm -f mfbtewhite.o gcc -c -O2 -ansi -Dasm=__asm -I. -I../mi -I../include -I../../.././/exports/include/X11 -I../../.././/include/fonts -I../../.././ -I../../.././/exports/include -DCSRG_BASED -DSHAPE -DGCCUSESGAS -DNDEBUG -DFUNCPROTO=15 -DNARROWPROTO -DMFBTEGLYPHBLT=mfbTEGlyphBltWhite -DOP=MFB_OP_WHITE -DCLIPTETEXT=mfbImageGlyphBltWhite mfbtewhite.c mfbtewhite.c: In function 'mfbTEGlyphBltWhite': mfbtewhite.c:235: error: nested functions are disabled, use -fnested-functions to re-enable mfbtewhite.c:235: error: syntax error before 'char1' mfbtewhite.c:317: error: 'char1' undeclared (first use in this function) mfbtewhite.c:317: error: (Each undeclared identifier is reported only once mfbtewhite.c:317: error: for each function it appears in.) mfbtewhite.c:317: error: 'glyphPointer' undeclared (first use in this function) mfbtewhite.c:318: error: 'char2' undeclared (first use in this function) mfbtewhite.c:319: error: 'char3' undeclared (first use in this function) mfbtewhite.c:320: error: 'char4' undeclared (first use in this function) make[4]: *** [mfbtewhite.o] Error 1 make[3]: *** [mfb] Error 2 make[2]: *** [all] Error 2 make[1]: *** [all] Error 2 make: *** [World] Error 2 Error: Status 1 encountered during processing. Link to comment https://www.insanelymac.com/forum/topic/42605-darwin-ports-problems/ Share on other sites More sharing options...
Recommended Posts