Re: [Ekiga-devel-list] [Win32] Trouble with assistant.cpp



It corrected the trouble, but 2 others remain :

#include <cstdio> in main-window.cpp

and following one :
In file included from gui/misc.cpp:42:
gui/misc.h:47: error: expected initializer before "*" token
gui/misc.h:54: error: expected initializer before "*" token
In file included from /root/win32/include/boost/signals/detail/signal_base.hpp:15, from /root/win32/include/boost/signals/signal_template.hpp:23,
                 from /root/win32/include/boost/signals/signal0.hpp:24,
                 from /root/win32/include/boost/signal.hpp:19,
                 from /root/win32/include/boost/signals.hpp:9,
                 from ../lib/engine/framework/services.h:47,
                 from ./ekiga.h:46,
                 from gui/misc.cpp:43:

Le 15/05/2010 09:40, Eugen Dedu a écrit :
On 15/05/10 08:22, Thierry Simonnet wrote:
Last modification of assistant.cpp (ekiga trunk version) gives me :

gui/assistant.cpp: In function âvoid
prepare_audio_devices_page(EkigaAssistant*)â:
gui/assistant.cpp:1070: error: "get_default_audio_device_name" was not
declared in this scope
gui/assistant.cpp:1074: error: "get_default_audio_device_name" was not
declared in this scope
gui/assistant.cpp:1078: error: "get_default_audio_device_name" was not
declared in this scope
gui/assistant.cpp: In function "void
prepare_video_devices_page(EkigaAssistant*)":
gui/assistant.cpp:1189: error: "get_default_video_device_name" was not
declared in this scope
In file included from
/root/win32/include/boost/function/detail/prologue.hpp:17,
from /root/win32/include/boost/function/function_template.hpp:13,
from /root/win32/include/boost/function/detail/maybe_include.hpp:23,
from /root/win32/include/boost/function/function2.hpp:11,
from /root/win32/include/boost/signals/detail/named_slot_map.hpp:18,
from /root/win32/include/boost/signals/detail/signal_base.hpp:15,
from /root/win32/include/boost/signals/signal_template.hpp:23,
from /root/win32/include/boost/signals/signal0.hpp:24,
from /root/win32/include/boost/signal.hpp:19,
from /root/win32/include/boost/signals.hpp:9,
from ../lib/engine/framework/services.h:47,
from gui/assistant.cpp:41:

Please add
#include "misc.h"
after
#include "assistant.h"
and tell us if it works.

I made that change without being able to check it...




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