Linking problems ...

David Chiu David.Chiu at Netstream2000.com
Thu Oct 18 18:06:13 CEST 2001


Antoine,

I had the same problem when I tried to compile it. It turns out that an
include si missing from setting.cpp file. Here is what to do:
Add the following line to the begining of the file setting.cpp:

#include "stack.cpp"

David

----- Original Message -----
From: "Antoine DELOFFRE" <deloffre at iname.com>
To: <vls-devel at videolan.org>
Sent: Thursday, October 18, 2001 9:11 AM
Subject: Linking problems ...


> After the great announce of vls 0.3.0, I've downloaded vls-0.3.0.tar.gz
> on the www.videolan.org server.
>
> I tried to compile it on Linux.
> Everything seems to be OK with the compilation, but I had a trouble with
> the linking :
> an undefined call to a function appears in settings.o.
>
> I took a look to the Makefile, and in the source code, and there is
> effectively a call to
> a function that is not linked to make vls...
>
> Did I do something wrong ? or was there effectively a problem with
> settings.cpp and/or
> the Makefile (on 16th of October and the days after, there were CVS
> update on theses files ...) ?
>
> How can I do to succed in making vls ?
>
> Antoine (newbie to VLS ...)
>
>
> > Update of /cvs/videolan/vls/src/core
> > Modified Files:
> >    settings.cpp
> >
> >Log Message:
> >Fixed compilation problems with gcc 3.0 reported by Johnny Casey
> >
> >--
> >benny
>
>
>






More information about the vls-devel mailing list