#40640: qucs: update to 0.0.17; use qt4-mac ---------------------------+--------------------- Reporter: ryandesign@… | Owner: rowue@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: qucs | ---------------------------+--------------------- Comment (by rowue@…): With 10.8.5 and xcode 4.6.2 I run into the following error: {{{ /usr/bin/clang -DPACKAGE_NAME=\"ASCO\" -DPACKAGE_TARNAME=\"asco\" -DPACKAGE_VERSION=\"0.4.8\" -DPACKAGE_STRING=\"ASCO\ 0.4.8\" -DPACKAGE_BUGREPORT=\"asco-bugs@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_LIBM=1 -I. -I./../auxfunc -I/opt/local/include -pipe -Os -arch x86_64 -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.c dosdir.c:349:3: error: use of undeclared identifier 'errno' errno = ENOENT; /* no file found */ ^ dosdir.c:349:11: error: use of undeclared identifier 'ENOENT' errno = ENOENT; /* no file found */ ^ 2 errors generated. }}} Two questions: 1. we allready include asco - should we circumvent the inclusion by qucs 1. the error is related to missing UNIX define (-DUNIX) - wasn't it defined before (remember such thing) add patch from us to ticket -- Ticket URL: <https://trac.macports.org/ticket/40640#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X