bookcoloured.xpm is not in dependency

Asked by anthony

I am building 0.0.6 on Ubuntu 10.04.

There are two minor issues I'd like to reported here:

When I tried to build it on my platform. I found that the file bookcoloured.xpm was missing.

It is needed to do: "make -f lin.mk build/bookcoloured.xpm"
Before "make -f lin.mk all" can succeed.

Also, the libunique is located under /usr/include/unique-1.0 and hence default path in make file (referring to /usr/include/unique/unique.h) will not work automatically.

Question information

Language:
English Edit question
Status:
Solved
For:
CodeAssistor Edit question
Assignee:
No assignee Edit question
Solved by:
anthony
Solved:
Last query:
Last reply:
Revision history for this message
masmullin (masmullin) said :
#1

1) MyEditor.cpp depends on bookcoloured, but the makefile didn't reflect this. Fixed since revision 247 however.

2) I'll fix this tonight. I softlinked on my machine and therefore missed this. Thx for the heads up.

Revision history for this message
anthony (antliu) said :
#2

Thanks for quick response.