adonthell-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-general] make error :- No rule to make target `textcache.cc',


From: shirish शिरीष
Subject: [Adonthell-general] make error :- No rule to make target `textcache.cc', needed by `libadonthell_gui_la-textcache.lo'. Stop.
Date: Wed, 3 Aug 2011 16:28:47 +0530

Hi all,
      Just updated to the new version. This is the commit log .

commit 4b044bf46112c6fbb63c3ed53f76176a8ac52a29
Author: Kai Sterker <address@hidden>
Date:   Wed Aug 3 00:29:01 2011 +0200

    UPDATED text rendering to use glyph based caching instead of widget based

commit 7652ef7a3b2bfe673bc46bdcf366d98ad1cfcc5c
Author: Kai Sterker <address@hidden>
Date:   Wed Aug 3 00:25:22 2011 +0200

    UPDATED python path to find adonthell wrappers in non-standard
location (Thanks Michal!)

and these are/were the commit changes :-

/usr/local/src/adonthell$ git pull origin master
remote: Counting objects: 49, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 28 (delta 19), reused 28 (delta 19)
Unpacking objects: 100% (28/28), done.
>From git://github.com/ksterker/adonthell
 * branch            master     -> FETCH_HEAD
Updating 43b8c34..4b044bf
Fast-forward
 src/gfx/surface_cacher.cc |   53 ++++--
 src/gfx/surface_cacher.h  |   45 ++++--
 src/gui/button.cpp        |    4 +-
 src/gui/conversation.cc   |   10 +-
 src/gui/decoration.cc     |    5 +-
 src/gui/font.cpp          |  435 ++++++++++++++++++++++++++++++---------------
 src/gui/font.h            |  249 +++++++++++++++++++++++---
 src/gui/fontcache.cc      |   64 +++++++
 src/gui/fontcache.h       |   68 +++++++
 src/gui/label.cpp         |   79 ++++++++-
 src/gui/label.h           |   43 ++---
 src/gui/test.cc           |   23 +++
 src/gui/textbox.cpp       |   47 ++++--
 src/gui/textbox.h         |   40 ++++-
 src/gui/textcache.cc      |  182 -------------------
 src/gui/textcache.h       |   84 ---------
 src/main/CMakeLists.txt   |    1 +
 src/main/Makefile.am      |    2 +-
 src/main/adonthell.cc     |    5 +
 test/guitest.cc           |   16 +-
 20 files changed, 927 insertions(+), 528 deletions(-)
 create mode 100644 src/gui/fontcache.cc
 create mode 100644 src/gui/fontcache.h
 create mode 100644 src/gui/test.cc
 delete mode 100644 src/gui/textcache.cc
 delete mode 100644 src/gui/textcache.h

Anyways. I did the whole

/adonthell $ ./autogen.sh
/adonthell-build $ ../adonthell --configure prefix=/usr/local
/adonthell-build $ make clean
/adonthell-build $ make

While running make I got this error :-

mv -f .deps/libadonthell_gui_la-textbox.Tpo
.deps/libadonthell_gui_la-textbox.Plo
make[3]: *** No rule to make target `textcache.cc', needed by
`libadonthell_gui_la-textcache.lo'.  Stop.
make[3]: Leaving directory `/usr/local/src/adonthell-build/src/gui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/adonthell-build/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/adonthell-build'
make: *** [all] Error 2

I have already added the make log for your convenience. Please let me
know if anything else is needed from my side.
-- 
          Regards,
          Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17

Attachment: make.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]