diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-23 01:42:07 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-23 01:42:07 +0000 |
commit | a2277b6bc715464e83882b90c2a058139b8a6b54 (patch) | |
tree | ab09b14014f59b4d8e2ddd12226aa0b22e4dfc5d /superkaramba/doc | |
parent | d3f79e04b34bd1f70a458b81b28fc8799498c8dc (diff) | |
download | tdeutils-a2277b6bc715464e83882b90c2a058139b8a6b54.tar.gz tdeutils-a2277b6bc715464e83882b90c2a058139b8a6b54.zip |
TQt4 port kdeutils
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1238125 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'superkaramba/doc')
-rw-r--r-- | superkaramba/doc/faq/faq.dat | 2 | ||||
-rw-r--r-- | superkaramba/doc/faq/faq.html | 4 | ||||
-rw-r--r-- | superkaramba/doc/faq/faq.txt | 4 | ||||
-rwxr-xr-x | superkaramba/doc/python_api/make_api_doc.sh | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/superkaramba/doc/faq/faq.dat b/superkaramba/doc/faq/faq.dat index c54194d..20ee7e7 100644 --- a/superkaramba/doc/faq/faq.dat +++ b/superkaramba/doc/faq/faq.dat @@ -7,7 +7,7 @@ <a>You will need to install the python-devel package. Once that package is installed you can ./configure and make again. <c>Installation -<q>When I try to compile, I get this error: "cannot find -lselinux" +<q>When I try to compile, I get this error: "cannot tqfind -lselinux" <a>You will need to install the libselinux-devel package. Once that package is installed you can ./configure and make again. <c>Installation diff --git a/superkaramba/doc/faq/faq.html b/superkaramba/doc/faq/faq.html index 1e68240..5a2d830 100644 --- a/superkaramba/doc/faq/faq.html +++ b/superkaramba/doc/faq/faq.html @@ -17,7 +17,7 @@ SuperKaramba Frequently Asked Questions <dd><ul> <li><a href="#Installation0">1.1. Where can I find SuperKaramba RPMs?</a></li> <li><a href="#Installation1">1.2. When I try to compile, I get this error: "Python.h: No such file or directory"</a></li> -<li><a href="#Installation2">1.3. When I try to compile, I get this error: "cannot find -lselinux"</a></li> +<li><a href="#Installation2">1.3. When I try to compile, I get this error: "cannot tqfind -lselinux"</a></li> <li><a href="#Installation3">1.4. After running ./configure,make, and make install, the superkaramba executable is not where I expected it to be. When I try to run superkaramba from the command line it says "command not found".</a></li> </ul></dd> <dt><b>2. General</b></dt> @@ -46,7 +46,7 @@ SuperKaramba Frequently Asked Questions <dd>The SuperKaramba web site (<a href="http://netdragon.sourceforge.net">http://netdragon.sourceforge.net</a>) has a list of user-submitted RPMs for several distributions. Other user-submitted RPMs have been posted to <a href="http://www.kde-look.org">kde-look.org</a> and to the SuperKaramba Help forum.<br><br></dd> <dt><b><a name="Installation1">1.2. When I try to compile, I get this error: "Python.h: No such file or directory"</a></b></dt> <dd>You will need to install the python-devel package. Once that package is installed you can ./configure and make again.<br><br></dd> -<dt><b><a name="Installation2">1.3. When I try to compile, I get this error: "cannot find -lselinux"</a></b></dt> +<dt><b><a name="Installation2">1.3. When I try to compile, I get this error: "cannot tqfind -lselinux"</a></b></dt> <dd>You will need to install the libselinux-devel package. Once that package is installed you can ./configure and make again.<br><br></dd> <dt><b><a name="Installation3">1.4. After running ./configure,make, and make install, the superkaramba executable is not where I expected it to be. When I try to run superkaramba from the command line it says "command not found".</a></b></dt> <dd>In some distributions ./configure points to different path than you might expect. For example, in Mandrake the default ./configure prefix is /usr/local/kde and the executable is installed in /usr/local/kde/bin. There are a few things you can do to fix this. You could run ./configure --prefix=/usr to specify the prefix that you prefer and then try make and make install again. Or you could create a symbolic link in your preferred directory that links to the executable. Or you could add the install directory to your $PATH.<br><br></dd> diff --git a/superkaramba/doc/faq/faq.txt b/superkaramba/doc/faq/faq.txt index 9de445e..490696b 100644 --- a/superkaramba/doc/faq/faq.txt +++ b/superkaramba/doc/faq/faq.txt @@ -13,7 +13,7 @@ Table of Contents 1.1. Where can I find SuperKaramba RPMs? 1.2. When I try to compile, I get this error: "Python.h: No such file or directory" -1.3. When I try to compile, I get this error: "cannot find -lselinux" +1.3. When I try to compile, I get this error: "cannot tqfind -lselinux" 1.4. After running ./configure,make, and make install, the superkaramba executable is not where I expected it to be. When I try to run superkaramba from the command line it says "command not found". @@ -51,7 +51,7 @@ The SuperKaramba web site (http://netdragon.sourceforge.net) has a list of user- You will need to install the python-devel package. Once that package is installed you can ./configure and make again. -1.3. When I try to compile, I get this error: "cannot find -lselinux" +1.3. When I try to compile, I get this error: "cannot tqfind -lselinux" You will need to install the libselinux-devel package. Once that package is installed you can ./configure and make again. diff --git a/superkaramba/doc/python_api/make_api_doc.sh b/superkaramba/doc/python_api/make_api_doc.sh index 866c534..719d05e 100755 --- a/superkaramba/doc/python_api/make_api_doc.sh +++ b/superkaramba/doc/python_api/make_api_doc.sh @@ -25,7 +25,7 @@ function replaceComments() } -FOO=`find $SRCDIR -type f -name "*_python.h"` +FOO=`tqfind $SRCDIR -type f -name "*_python.h"` for FILE in $FOO do |