Menu

#3 compilation issues

open
nobody
None
5
2008-10-19
2008-10-19
Uwe Girlich
No

I downloaded svn 147 and had the following 3 problems:

Due to the last change in src/engine/textedit.h:
< editor *e = new editor(name, mode, initval);
---
> editor *e = new editoreditor(name, mode, initval);
compilation stopps.

The V4L stuff is obviously not checked in. I had to remove
engine/ccvt.o \
engine/v4l2dev.o \ from src/Makefile.

Then I could not start the whole thing with moviecube_unix because this shell script looks for bin_unix/linux_client but the src/Makefile install rule creates bin_unix/unix_client. I had to create a symbolic link (I did not want to correct src/Makefile).

Discussion


Log in to post a comment.