Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sources > Free Text not working on Fedora 13 #5

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 2 comments
Open

Sources > Free Text not working on Fedora 13 #5

GoogleCodeExporter opened this issue Mar 15, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Follow http://www.ws4gl.org/download/compiling
2. Start webcamstudio
3. Add Free Text
4. start Free Text

What is the expected output? What do you see instead?
Expected: text on the output
Instead: nothing happens but an error in the console


SOLUTION:
Had a hard time figuring it out:
1.a. Download libmatthew-java-0.7.2.tar.gz
1.b. copy the sources (cx) into the src folder
1.c. rebuild

2. Either
I. install libmatthew with yum
II. start the program with
java -Djava.library.path="/usr/lib64/libmatthew-java" -jar 
"/path/to/webcamstudio-read-only/trunk/dist/WebcamStudio.jar"
(/usr/lib/... if 32-bit)

OR
I. install libmatthew by compiling the source
II. start the program with
java -Djava.library.path="/usr/local/lib/jni" -jar 
"/path/to/webcamstudio-read-only/trunk/dist/WebcamStudio.jar"

Original issue reported on code.google.com by [email protected] on 2 Jan 2011 at 12:43

@GoogleCodeExporter
Copy link
Author

What is that libmattew-java library.  I did not use that...  Will have to 
reseach that dependency.

Since you got it working on Fedora, could you send the HowTo, so I could put it 
on the website for Fedora users?

Original comment by patrick.balleux on 28 May 2011 at 7:18

@GoogleCodeExporter
Copy link
Author

Original comment by patrick.balleux on 28 May 2011 at 7:19

  • Changed state: Accepted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant