You are not logged in.
Pages: 1
I am trying to understand the source files of cclive package
I am tryring to debug the Makefile.
As per the link: "http://sourceforge.net/apps/mediawiki/b … ke_and_DDD"
I Installed ddd 3.3.12-2 and remake 3.82_0.4-1 (from aur)
$ remake --debugger -f Makefile
GNU Make 3.82+dbg-0.4
Built for i686-pc-linux-gnu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating makefiles....
Updating goal targets....
/home/simha/src/cclive-0.7.6/Makefile:273 File `all' does not exist.
-- (/home/simha/src/cclive-0.7.6/Makefile:273)
all: config.hIt says file all does not exist. But in the folder config.h exists
Offline
Pages: 1