Opened 14 years ago
Closed 14 years ago
#27129 closed defect (fixed)
vexus-cdk @4.9.13 - make error - build failure
Reported by: | markus@… | Owned by: | texel@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | vexus-cdk |
Description
While building the vexus-cdk, the function "bowWindow" in line 47 of draw.c a pointer dereference fails. Log attached. gcc -v output (modified for readability):
Target: i686-apple-darwin10 Configured with: /var/tmp/gcc/gcc-5664~105/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Apple Inc. build 5664)
Attachments (2)
Change History (6)
Changed 14 years ago by markus@…
comment:1 Changed 14 years ago by jmroot (Joshua Root)
Keywords: | vexus cdk removed |
---|---|
Owner: | changed from macports-tickets@… to texel@… |
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Two problems: somebody's config.cache is shipped in the tarball, and the configure script doesn't run ncurses5-config, so it doesn't know where to find the headers. And CPPFLAGS is ignored, so we have to tell it via CFLAGS. Attaching a patch.
Changed 14 years ago by jmroot (Joshua Root)
Attachment: | vexus-cdk_configure.diff added |
---|
comment:4 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
r74143 (maintainer timeout)
Note: See
TracTickets for help on using
tickets.
port log