There is only one qt5.2.1 in /home directory while qt 4 was installed by default with Salix+KDE. So this is qt5 application.
I am just trying to follow a tutorial from voidRealm entitled "C++ Qt130-Playing videos with QMediaPlayer" from youtube.
It's an ordinary GUI application with single QDialog ...
Search found 9 matches
- 1. Jul 2015, 14:28
- Forum: Problems
- Topic: how to get libpulse.so.0 ?
- Replies: 3
- Views: 4253
- 1. Jul 2015, 03:41
- Forum: Problems
- Topic: how to get libpulse.so.0 ?
- Replies: 3
- Views: 4253
how to get libpulse.so.0 ?
hello guys,
I am using Salix 14.0.1.
I try to compile Qt video player application using QMediaPlayer. I added multimedia and multimediawidgets to the project file:
QT += core gui multimedia multimediawidgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = vidplayer
TEMPLATE = app
SOURCES ...
I am using Salix 14.0.1.
I try to compile Qt video player application using QMediaPlayer. I added multimedia and multimediawidgets to the project file:
QT += core gui multimedia multimediawidgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = vidplayer
TEMPLATE = app
SOURCES ...
- 27. Apr 2015, 00:55
- Forum: Problems
- Topic: How to install mingW32
- Replies: 3
- Views: 2075
Re: How to install mingW32
A search reveals that nothing by that name is available as a package or a SlackBuild, so no, there is no "easy" way to install it. You'll have to compile and install it manually. Other than that is unclear what tarball you're referring to, what dependency files are missing, what you tried or what ...
- 24. Apr 2015, 00:35
- Forum: Problems
- Topic: How to install mingW32
- Replies: 3
- Views: 2075
How to install mingW32
hello,
I'd like to install mingW32. I have downloaded the mingW32 tarbal from sourceforge.net and try to install it but seems I didn't have some dependency files.
Is there any automatic way to install it?
for example on fedora Linux it can be installed by typing: yum install mingw32*
how do I do ...
I'd like to install mingW32. I have downloaded the mingW32 tarbal from sourceforge.net and try to install it but seems I didn't have some dependency files.
Is there any automatic way to install it?
for example on fedora Linux it can be installed by typing: yum install mingw32*
how do I do ...
- 16. Aug 2014, 18:50
- Forum: Problems
- Topic: <SOLVED>how to install the build and kernel header files?
- Replies: 4
- Views: 3618
Re: how to install the build and kernel header files?
you are right guys what I need is the kernel-source package. So, as root, I repeat my old procedure:
and this time I am doing it succesfully.
thanks guys for your help
Code: Select all
slapt-get -i kernel-source-3.2.45_smp-noarch-3thanks guys for your help
- 15. Aug 2014, 21:57
- Forum: Problems
- Topic: <SOLVED>how to install the build and kernel header files?
- Replies: 4
- Views: 3618
Re: how to install the build and kernel header files?
Ok this is what I have try:
> sudo slapt-get --update
> sudo slapt-get --install kernel-headers-3.2.45_smp-x86-3
Reading Package Lists...Done
kernel-headers is up to date.
0 upgraded, 0 reinstalled, 0 newly installed, 0 to remove, 0 not upgraded.
Done
-> sudo ./VirtualBox-4.3.12-93733 ...
> sudo slapt-get --update
> sudo slapt-get --install kernel-headers-3.2.45_smp-x86-3
Reading Package Lists...Done
kernel-headers is up to date.
0 upgraded, 0 reinstalled, 0 newly installed, 0 to remove, 0 not upgraded.
Done
-> sudo ./VirtualBox-4.3.12-93733 ...
- 15. Aug 2014, 00:01
- Forum: Problems
- Topic: <SOLVED>how to install the build and kernel header files?
- Replies: 4
- Views: 3618
<SOLVED>how to install the build and kernel header files?
I have this error when installing VirtualBox
xxxxx[~]$ su
Password:
root[xxxxx]# ./VirtualBox-4.3.12-93733-Linux_x86.run
Verifying archive integrity... All good.
Uncompressing VirtualBox for Linux installation............
VirtualBox Version 4.3.12 r93733 (2014-05-16T13:09:01Z) installer
Please ...
xxxxx[~]$ su
Password:
root[xxxxx]# ./VirtualBox-4.3.12-93733-Linux_x86.run
Verifying archive integrity... All good.
Uncompressing VirtualBox for Linux installation............
VirtualBox Version 4.3.12 r93733 (2014-05-16T13:09:01Z) installer
Please ...
- 30. Jul 2014, 17:13
- Forum: Problems
- Topic: <SOLVED>Java unable to connect to mysql
- Replies: 1
- Views: 1259
Re: Java unable to connect to mysql
Finally I solve it 8-)
I think the problem is the way I start mysqld was wrong.
I change the way to start mysqld as follows:
su
/usr/bin/mysqld_safe --user=root &
Now I can see mysqld port (3306) in netstat output. And I am able to connect to mysql with Java.
So actually my mysqld was not auto ...
I think the problem is the way I start mysqld was wrong.
I change the way to start mysqld as follows:
su
/usr/bin/mysqld_safe --user=root &
Now I can see mysqld port (3306) in netstat output. And I am able to connect to mysql with Java.
So actually my mysqld was not auto ...
- 27. Jul 2014, 19:22
- Forum: Problems
- Topic: <SOLVED>Java unable to connect to mysql
- Replies: 1
- Views: 1259
<SOLVED>Java unable to connect to mysql
Hi,
I have problem with mysql and java. My OS is SALIX-KDE-14.0.1
It seems that mysql is already installed when I install the OS. However it is not complete. So I have created default databases as follows:
su
mysql_install_db -- user=mysql
and then I set the root user and password as follows ...
I have problem with mysql and java. My OS is SALIX-KDE-14.0.1
It seems that mysql is already installed when I install the OS. However it is not complete. So I have created default databases as follows:
su
mysql_install_db -- user=mysql
and then I set the root user and password as follows ...