Cannot Compile Camstream in Gusty
I get the following error when attempting to compile "camstream:"
checking location of Qt library...
checking if Qt is multi-threaded... no
Qt is not multithreaded (or its name is wrong). You MUST have a multithreaded
version of the Qt library installed or CamStream will simply not compile.
john@Laptop:
I have Qt installed; however I may not have set the PATH variable correctly. The Install file states that the PATH variable should be set as follows:
4. Environment variables
In order to use Qt, some environment variables needs to be
extended.
PATH - to locate qmake, moc and other Qt tools
This is done like this:
In .profile (if your shell is bash, ksh, zsh or sh), add the
following lines:
export PATH
In .login (in case your shell is csh or tcsh), add the following line:
setenv PATH /usr/local/
If you use a different shell, please modify your environment
variables accordingly.
For compilers that do not support rpath you must also extended the
LD_LIBRARY_PATH environment variable to include
/usr/
**I could not locate either ".profile" or ".login;" so, I searched Google for instructions to modify PATH in Ubuntu. I was instructed to modify the "bashrc" file NOT .profile or .loging; so, I added the following lines to the bashrc file:
PATH=/usr/
export PATH
I then saved the file quit and restarted "Terminal" and tried to compile Camstream again and got the same error. I then executed the PATH commands above from "Terminal" and tried it again, with the same result.
BTW, I'm using version 4.3.3 of Qt, which the online docs say is Multithreaded.
What am I doing wrong?
Thanks, John
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- coljohnhannibalsmith
- Solved:
- Last query:
- Last reply: