#115: n
---------------------------+------------------------------------------------
Reporter: ouhncom | Owner: laurent
Type: defect | Status: new
Priority: major | Milestone: QuteCom 2.2-RC2
Component: Build System | Version: 2.2-RC3
Resolution: | Keywords: NMAKE : fatal error U1073 U1077
msvc_recommended_pragmas.h: No such file or directory unrecognized option `-FI'
---------------------------+------------------------------------------------
Comment(by ouhncom):
Replying to [comment:37 laurent]:
> Replying to [comment:35 ouhncom]:
> > it's strange why haven't owmemorydump.lib but have owmemorydump.dll
???
> > why have googlebreakpad.lib and not have googlebreakpad.dll.
> > they were built in the same way and in the same build time.
>
> You're right, this is THE bug
>
> bug i cannot reproduce it ... I use qutecom from mercurial
> Can you verify that OWMEMORYDUMP_API is used to export functions in
MemoryDump.h
in owmemorydumpdll.h
i find :
#ifdef DLL_SUPPORT
#define OWMEMORYDUMP_DLL
#endif
#ifdef OWMEMORYDUMP_DLL
#ifdef BUILD_OWMEMORYDUMP_DLL
#define OWMEMORYDUMP_API DLLEXPORT
#else
#define OWMEMORYDUMP_API DLLIMPORT
#endif
#else
#define OWMEMORYDUMP_API
#endif
--
Ticket URL: <http://trac.qutecom.com/ticket/115#comment:41>
QuteCom <http://trac.qutecom.com>
_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev