Opened 9 years ago
Closed 8 years ago
#50043 closed defect (fixed)
py-pyml @0.7.7_1: does not build
Reported by: | petrrr | Owned by: | chiszp@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | ||
Port: | py-pyml |
Description
This surfaced with r143293 which however is not the cause the issue. The port was not really maintained since r92119, so very probably it's just bit-rotten:
/usr/bin/clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c PyML/classifiers/ext/KNN.cpp -o build/temp.macosx-10.10-x86_64-2.7/PyML/classifiers/ext/KNN.o PyML/classifiers/ext/KNN.cpp:4:14: error: addition of default argument on redeclaration makes this constructor a default constructor KNN::KNN(int _k = 3) : k(_k) ^ ~ PyML/classifiers/ext/KNN.h:15:5: note: previous declaration is here KNN(int k); ^ 1 error generated.
Attachments (1)
Change History (2)
Changed 9 years ago by petrrr
Attachment: | py27-pyml.main.log added |
---|
comment:1 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 3cbfce8d/macports-ports: