Opened 16 years ago
Closed 16 years ago
#236 closed defect (fixed)
LP tools doesn't compile with GCC 3.3
Reported by: | Alpar Juttner | Owned by: | Balazs Dezso |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.1 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: | [ed54c0d13df0] |
Description
$ make make all-am make[1]: Entering directory `/home/alpar/projects/LEMON/hg/out/objs-gcc-3.3' /bin/sh ./libtool --tag=CXX --mode=compile g++-3.3 -DHAVE_CONFIG_H -I.. -I. -MT lemon/lemon_libemon_la-lp_base.lo -MD -MP -MF lemon/.deps/lemon_libemon_la-lp_base.Tpo -c -o lemon/lemon_libemon_la-lp_base.lo `test -f 'lemon/lp_base.cc' || echo '../'`lemon/lp_base.cc libtool: compile: g++-3.3 -DHAVE_CONFIG_H -I.. -I. -MT lemon/lemon_libemon_la-lp_base.lo -MD -MP -MF lemon/.deps/lemon_libemon_la-lp_base.Tpo -c ../lemon/lp_base.cc -o lemon/lemon_libemon_la-lp_base.o ../lemon/lp_base.h:1773: sorry, unimplemented: adjusting pointers for covariant returns ../lemon/lp_base.h:1773: sorry, unimplemented: adjusting pointers for covariant returns ../lemon/lp_base.h:1773: sorry, unimplemented: adjusting pointers for covariant returns ../lemon/lp_base.h:1773: sorry, unimplemented: adjusting pointers for covariant returns ../lemon/lp_base.h:1959: sorry, unimplemented: adjusting pointers for covariant returns ../lemon/lp_base.h:1959: sorry, unimplemented: adjusting pointers for covariant returns ../lemon/lp_base.h:1959: sorry, unimplemented: adjusting pointers for covariant returns ../lemon/lp_base.h:1959: sorry, unimplemented: adjusting pointers for covariant returns make[1]: *** [lemon/lemon_libemon_la-lp_base.lo] Error 1 make[1]: Leaving directory `/home/alpar/projects/LEMON/hg/out/objs-gcc-3.3' make: *** [all] Error 2
Attachments (1)
Change History (3)
Changed 16 years ago by
Attachment: | lp-fix-547e966b3b29-9db62975c32b.bundle added |
---|
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
[547e966b3b29] and [9db62975c32b] are in the main branch.
Note: See
TracTickets for help on using
tickets.
The attached bundle file contains two changesets:
newSolver()
andcloneSolver()
. Is also makes it possible to compile these codes with gcc-3.3.