Re: [Ekiga-devel-list] *.dll entry in Makefile



Good morning,

many thanks to you Kilian for your help, but
after a long night, it does not work.
So my CFLAGS and CXXFLAGS in the win32/ekiga/Makefile are:

CFLAGS = -I/home/pfefferkeks/win32/include
-L/home/pfefferkeks/win32/lib -lVideo_Conference_AR.dll.a
-march=pentium-mmx -DPTRACING

CXXFLAGS = -I/home/pfefferkeks/win32/include
-L/home/pfefferkeks/win32/lib -lVideo_Conference_AR.dll.a
-march=pentium-mmx -DPTRACING

Somebody else any ideas?

Thanks,
Swen

On 9/23/07, Kilian Krause <kk verfaction de> wrote:
> Hi Swen,
>
> On Sun, Sep 23, 2007 at 10:21:15PM +0200, Swen Walkowski wrote:
> > Hi Kilian,
> >
> > Kilian Krause schrieb:
> > > you can try tweaking the line
> > >         $(MAKE) $(MAKEOPTS) -C $(EKIGA_DIR)
> > > in win32/Makefile and put CFLAGS or CXXFLAGS there. Otherwise you'll
> > > need to fiddle the -lVideoAR into the CFLAGS or CXXFLAGS into the ekiga
> > > Makefiles themselves.
> >
> > I have tried in the ekiga Makefile (win32/ekiga/Makefile):
> > CFLAGS = -I/home/pfefferkeks/win32/include -lVideo_Conference_AR
> > -march=pentium-mmx -DPTRACING
> >
> > and the same for CXXFLAGS, but with out any success.
> > Also I have tried to use CFLAGS and/or CXXFLAGS in the line
> >       $(MAKE) $(MAKEOPTS) -C $(EKIGA_DIR)
> >
> > Always the same result:
> > videoinput.o: In function `_ZN14GMVideoGrabber4MainEv':
> > /home/pfefferkeks/win32/ekiga/src/devices/videoinput.cpp:125: undefined
> > reference to `Transport_Ekiga_AR::getInstance()'
> > /home/pfefferkeks/win32/ekiga/src/devices/videoinput.cpp:125: undefined
> > reference to `Transport_Ekiga_AR::extendImageAR(unsigned char const*,
> > unsigned int, unsigned int)'
> >
> > The library lies under 'win32/lib' with the name
> > 'libVideo_Conference_AR.dll' (I have had to change the name from
> > libVideoAR). Also I have tired 'libVideo_Conference_AR.dll.a'
> >
> > By the way the *.dll file is done with VS2008, is that an problem?
>
> Nope, shouldn't be a problem. You may need -L/home/pfefferkeks/win32/lib
> additionally to -lVideo_Conference_AR ...
>
> --
> Best regards,
> Kilian
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
>
> iD8DBQFG9swpvdkzt4X+wX8RAuSIAJ4shdrGrOFvx4tgC1Rvh9B6fag0gACdGDcl
> 7cblm21i0JCYiD620iSfv+k=
> =ClvN
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Ekiga-devel-list mailing list
> Ekiga-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/ekiga-devel-list
>



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