| Summary: | can't compile kst: many undefined references | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | cerebro84 |
| Component: | general | Assignee: | kst |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
cerebro84
2004-07-06 09:51:22 UTC
On July 6, 2004 03:51, cerebro84@vodafone.it wrote: > This is what I get: > > eparse.o escan.o libkst.la ./.libs/libkst.so: undefined reference to > `non-virtual thunk [nv:-40] to KstChangeNptsDialog::~KstChangeNptsDialog I think you need to make clean in the kst directory, rerun Makefile.cvs and/or configure, and try again. You were right guy :) but I had also to delete the kst directory because make distclean didn't delete the .libs directory that was cause of the problem; i deleted it manually, but seems that make doesn't understand this by itself so I had to delete kst directory and do cvs up again... |