Opened 19 years ago
Closed 19 years ago
#6381 closed defect (fixed)
BUG: Nedit does not build on Tiger
Reported by: | Matthias.Wiesmann@… | Owned by: | tobypeterson |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
When building nedit, compilation fails on file check_lin_tif.c.
This bug does not seem to be the same as the one in 5897 (the only one I found mentioning nedit).
sudo port -v install nedit ---> Building nedit with target macosx (cd util; \
make -f Makefile.macosx verify_config && \ make -f Makefile.macosx libNUtil.a)
cc -O -no-cpp-precomp -DNO_XMIM -I/usr/X11R6/include -I/usr/X11R6/include -DUSE_DIRENT - DUSE_LPR_PRINT_CMD -DBUILD_UNTESTED_NEDIT -o check_lin_tif check_lin_tif.c check_lin_tif.c:56:19: error: Xm/Xm.h: No such file or directory check_lin_tif.c: In function 'main': check_lin_tif.c:202: error: 'XmVERSION_STRING' undeclared (first use in this function) check_lin_tif.c:202: error: (Each undeclared identifier is reported only once check_lin_tif.c:202: error: for each function it appears in.) check_lin_tif.c:249: error: 'XmVERSION' undeclared (first use in this function) check_lin_tif.c:249: error: 'XmREVISION' undeclared (first use in this function) check_lin_tif.c:255: error: 'XmUPDATE_LEVEL' undeclared (first use in this function) make[1]: * [check_tif_rule] Error 1 make: * [macosx] Error 2 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_editors_nedit/work/ nedit-5.4" && make macosx" returned error 2 Command output: (cd util; \
make -f Makefile.macosx verify_config && \ make -f Makefile.macosx libNUtil.a)
cc -O -no-cpp-precomp -DNO_XMIM -I/usr/X11R6/include -I/usr/X11R6/include -DUSE_DIRENT - DUSE_LPR_PRINT_CMD -DBUILD_UNTESTED_NEDIT -o check_lin_tif check_lin_tif.c check_lin_tif.c:56:19: error: Xm/Xm.h: No such file or directory check_lin_tif.c: In function 'main': check_lin_tif.c:202: error: 'XmVERSION_STRING' undeclared (first use in this function) check_lin_tif.c:202: error: (Each undeclared identifier is reported only once check_lin_tif.c:202: error: for each function it appears in.) check_lin_tif.c:249: error: 'XmVERSION' undeclared (first use in this function) check_lin_tif.c:249: error: 'XmREVISION' undeclared (first use in this function) check_lin_tif.c:255: error: 'XmUPDATE_LEVEL' undeclared (first use in this function) make[1]: * [check_tif_rule] Error 1 make: * [macosx] Error 2
Warning: the following items did not execute (for nedit): com.apple.activate com.apple.build com.apple.destroot com.apple.archive com.apple.install Error: /opt/local/bin/port: Status 1 encountered during processing.
uname -a Darwin kt-dhcp31.jaist.ac.jp 8.3.0 Darwin Kernel Version 8.3.0: Mon Oct 3 20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh powerpc
Change History (3)
comment:1 Changed 19 years ago by Matthias.Wiesmann@…
Summary: | Nedit does not build → Nedit does not build on Tiger |
---|
comment:2 Changed 19 years ago by blb@…
Owner: | changed from darwinports-bugs@… to toby@… |
---|
comment:3 Changed 19 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | Nedit does not build on Tiger → BUG: Nedit does not build on Tiger |
fixed - problem was the update of openmotif to 2.3.0beta1;
Assign to maintainer.