Hi,
There isn't quite enough stack for me to understand what's going on
in our mail.
Did you perhaps customize the `availablelinkers' for one of your
objects down to only one entry? That should be a list of possible
linkers, even if there is only one entry.
Eric
>>> "Denis Zalewsky" <denis.zalewsky@...> seems to think that:
>Hi,
>
>I have trouble using ede trying to compile 'make' c++ project. I
>get the following error message: "Wrong type argument: sequencep,
>ede-g++-linker".
>
>Looking at the top of the backtrace I see:
>---
>Debugger entered--Lisp error: (wrong-type-argument sequencep ede-g++-linker)
>mapcar(symbol-value ede-g++-linker)
>ede-proj-target([object ede-proj-target-makefile-program "etcfs" nil "etcfs"
>"" ("test_etcfs.cpp" "etcfs.cpp") nil nil nil ede-g++-compiler
>ede-g++-linker "Makefile" t nil nil nil ("$(shell pkg-config fuse
>--libs)")])
>apply(ede-proj-target [object ede-proj-target-makefile-program "etcfs" nil
>"etcfs" "" ("test_etcfs.cpp" "etcfs.cpp") nil nil nil ede-g++-compiler
>ede-g++-linker "Makefile" t nil nil nil ("$(shell pkg-config fuse
>--libs)")])
>eieio-generic-call(ede-proj-linkers ([object
>ede-proj-target-makefile-program "etcfs" nil "etcfs" "" ("test_etcfs.cpp" "
>etcfs.cpp") nil nil nil ede-g++-compiler ede-g++-linker "Makefile" t nil nil
>nil ("$(shell pkg-config fuse --libs)")]))
>---
>
>As I understand ede-proj-linkers trying to apply fn 'symbol-value' to
>ede-g++-linker interpreting it as the sequence while ede-g++-linker is
>object.
>
>Can you explain where is the problem and how can I fix this issue?
>
>Thank you in advance,
>Denis
>
|