Slackware :: Pdfedit Compiling Since SlackBuild - Configure: Error: QTDIR Environment Variable Must Be Set

Dec 16, 2010

When I do #./pdfedit.SlackBuil I get the information in the terminal:

[Code]...

Whether we want to checking PDFedit prepare-core-dev package ... yes Whether we want to checking build PDFedit gui ... yes configure: error: QTDIR environment variable must Be Set

View 3 Replies


ADVERTISEMENT

OpenSUSE Install :: Install PDFedit - ./configure - Error: QTDIR Environment Variable Must Be Set

Jun 11, 2011

I am trying to install PDFedit however after un-zipping and running configure at the end i get this message:checking whether we want to prepare pdfedit-core-dev package... no checking whether we want to build PDFedit gui... yes configure: error: QTDIR environment variable must be set

View 4 Replies View Related

Slackware :: Incorrect QTDIR Environment Variable?

Feb 12, 2011

I am trying to patch linux kernel 2.6.24.7 with drivers for via chrome 9, by guidance of this article:[URL].. the problem appears when I run command: make xconfig I have following errors CHECK qt

[Code]...

View 2 Replies View Related

Slackware :: Weird Error Compiling Enlightenment Slackbuild?

Jul 7, 2011

Been trying to get Enlightenment to install on my 13.37 multilib. Used sbo to install most of the libraries (ecore needed the LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" fix so I manually did that). All installed correctly. Then started enlightenment itself in sbopkg. It did the 'file in wrong format' thing, so I manually dled the slackbuild, added the LDFLAGS line, and ran it. It produced this error, and I have no idea what its telling me.

Code:
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok

[Code]...

View 9 Replies View Related

Slackware :: Pedro Mendes Re:pdfedit - "checking For Docbook Xsl... Configure: Error: Unable To Find Docbook.xsl Stylesheet"

Jul 30, 2010

I'm running Slack 13.1 [32 bit] Re: pdfedit from SlackBuilds 13.1. I've installed qt3 per the dependencies w/installpkg. I've pointed pdfedit.SlackBuilds to where qt3 is and it's found fine. The problem arises when the build can't find docbook stylesheets. "checking for docbook xsl... configure: error: unable to find docbook.xsl stylesheet"

I've installed docbook.xsl where it can be found which is in the same folder qt3 support is found and verified my system can find it there,, which it does. I still get the can't find stylesheet error. Is this a glitch or am I overlooking something somewhere along the line?

View 2 Replies View Related

Slackware :: Compiling The Glibc Using Slackbuild?

Oct 2, 2010

Im trying to recompile glibc from a working slackware-current system using source from a slackware mirror. I'm doing it for testing purpose only. Never done that before, so i'm not sure if i'm doing it right. I get the following error:

Code:

make[2]: Entering directory `/glibc-tmp-a44be92860d34519b0c9a4500878e2e6/glibc-2.11.1/iconvdata'
../Makeconfig:85: ../i486/config.make: No such file or directory
/bin/sh: line 0: cd: ../i486: No such file or directory
The GNU C library has not been configured.

[code].....

View 14 Replies View Related

Slackware :: Compiling Virtualbox-ose.Slackbuild 3.1.6 On 64 13.0 With Multilibs

Apr 26, 2010

I'm having trouble compiling virtualbox-ose.SlackBuild 3.1.6 on Slackware64 13.0 with multilibs made from the Slackware64 13.0 dvd iso. I've changed arch to x86_64 and libdirsuffix to "". acpica.SlackBuild built successfully and virtualbox-ose.SlackBuild is attempted built after running ". /etc/profile.d/32env.sh" as specified in the multilib documentation. All is well until..

[Code]...

View 2 Replies View Related

Slackware :: Can't Configure Mrtg-2.17 Slackbuild On Slack13.1?

Feb 1, 2011

I am on a slackware13.0 machine, that I just finished upgrading to 13.1 with slackpkg.(did slackpkg update;slackpkg upgrade-all; slackpkg install-new. I did not restart the machine). Now im attempting to run the mrtg slackbuild but I get the following during the configure stage:Quote:

...
... [ alot of configure output omitted ]
...

[code]....

View 3 Replies View Related

Slackware :: Environment Variable Being Set Twice?

Jul 25, 2010

I'm setting my CLASSPATH in /etc/profile.d/jre.sh. In a login shelleverything is fine. In an xterm window, the CLASSPATH consists of two of every intended entry.In jre.sh I am doing aCode:export CLASSPATH=$CLASSPATH:/many/paths/to/jarsSo I'm guessing this is getting run twice in the xterm case. Can someone explain what's going on here and what I should do to remedy this?

View 12 Replies View Related

Slackware :: Display The Full $PROMPT_COMMAND Environment Variable In The Konsole Title Bar?

Mar 18, 2011

IN 3.5.10 I am able to display the full $PROMPT_COMMAND environment variable in the Konsole title bar. Kind of handy and I did not need to display that information in the $PROMPT variable.

In 4.5.5 I am having trouble figuring out how to make that work correctly. The title bar displays only the directory name rather than the full path and user name.

This is my $PROMPT_COMMAND:

history -a;echo -ne "33]0;${USER}@`uname -n`: ${PWD}07"

All I see in the title bar is:

dirname: bash

I should see:

username@hostname: full path to present working directory

View 5 Replies View Related

Software :: Compiling Glib PKG_CONFIG_PATH Environment Error?

Feb 23, 2010

In my CentOS5.4 I need to install gtk+-2.12.2, it demands glib-2.22.3, and system has only glib-2.13.5I download and install glib-2.22.3 with command ./configure --prefix=/opt/glib-2.22.3 && make && make installDownloaded gtk+-2.12.2 and compiling like ./configure --prefix=/opt/gtk+-2.12.2 --with-glib=/opt/glib-2.22.3gives error:Requested 'glib-2.0 >= 2.13.5' but version of GLib is 2.12.3Consider adjusting the PKG_CONFIG_PATH environment variable if youinstalled software in a non-standard prefixI made $ export PKG_CONFIG_PATH=/opt/glib-2.22.3/bin:$PKG_CONFIG_PATHAnd please specify if here I have to write /opt/glib-2.22.3/bin or /opt/glib-2.22.3?and echo $PKG_CONFIG_PATH - I see my lib in $PKG_CONFIG_PATH

View 2 Replies View Related

CentOS 5 :: Compiling Glib PKG_CONFIG_PATH Environment Error

Feb 23, 2010

In my CentOS5.4 I need to install gtk+-2.12.2, it demands glib-2.22.3, and system has only glib-2.13.5

I download and install glib-2.22.3 with command ./configure --prefix=/opt/glib-2.22.3 && make && make install

Downloaded gtk+-2.12.2 and compiling like ./configure --prefix=/opt/gtk+-2.12.2 --with-glib=/opt/glib-2.22.3
gives error:

I made $ export PKG_CONFIG_PATH=/opt/glib-2.22.3/bin:$PKG_CONFIG_PATH

And please specify if here I have to write /opt/glib-2.22.3/bin or /opt/glib-2.22.3?

And echo $PKG_CONFIG_PATH - I see my lib in $PKG_CONFIG_PATH

But still the same error.

View 2 Replies View Related

Slackware :: UTF-8 Error During SlackBuild?

Jul 9, 2011

i keep getting this error during gecko-mediaplayer build running 1337 stable up to date. lang.sh has en us utf8 enabled, (it didn't work with en US either.

[Code]...

View 5 Replies View Related

Slackware :: LMMS Slackbuild Error Current (GCC 4.4.3)?

Jan 30, 2010

I am trying to build "LMMS - Linux MultiMedia Studio" on Slackware Current.

CMake is halting on "printf" lines in various .cpp files. I am assuming it's a conflict with the newer GCC? Does anyone know a work around for this issue?

I've tried commenting out the printf lines but I think they may be needed in the application. Apparently there are lots .cpp using the printf call.

View 4 Replies View Related

Slackware :: Id3-0.78 Homepage For Source Code 404 Error - Slackbuild Fails

Dec 19, 2010

I am trying to build abcde from slackbuilds.org and include needed packages like id3. When I went to build it I was unable to download the source from [url] and I get a 404 error in dutch. I was wondering if anyone had this issue or if there was another trusted place to grab the source code? I checked the archives of the slackbuilds-user mailing list to see if the issue is already known, but I didn't see anything.

View 3 Replies View Related

Slackware :: Make Lincity Configure Properly Prior To Compiling?

Mar 15, 2010

I have installed SDL_gfx, configured, compiled and installed perfectly fine, then I ran ldconfig, and yet I get an error from the install scrip of Lincity, complaining that I'm missing SDL_gfx -- I've read all the READMEs and INSTALLs for each, yet I can't see what I've missed.What do I need to do to make Lincity configure properly prior to compiling?

View 7 Replies View Related

General :: Create An Environment Variable With The PRINTER Variable?

Apr 16, 2011

I am supposed to create an environment variable with the PRINTER variable, which should resolve to the word sales. Would the command be like this?: env PRINTER - NAME=SALES (is this the command to create that variable with resolving the word sales to it?)

View 3 Replies View Related

Slackware :: Can't Get Pdfedit To Build It Keeps Quitting At Cant Find Qt?

Jul 1, 2011

Slackware 13.37 64 with multilibs I cant get pdfedit to build it keeps quitting at cant find qt

I installed qt3 from slackbuilds and build it

Don't have the exact error as I had to leave my machine at home .

View 8 Replies View Related

Slackware :: Error Compiling Apache Fop- 1.0 On 64 13.1

Mar 26, 2011

I em trying to compile fop-1.0 on Slackware64 13.1. I have ant 1.8.1 Slackware package.

Here is the output of ant build:

Code:

View 2 Replies View Related

Slackware :: Error Compiling Squidguard-1.4

Mar 27, 2011

I'm trying to install squidGuard-1.4, I have a minimal install. I have installed squid-3.2.0.5 without any problems, but squidGuard is driving me crazy

I can run the ./configure with no problems but when I run make, or make install I keep getting this error:

Code:
make: *** [y.tab.c] Error 141
And that is is all, no more verbosity or anything else.
Error suggests that YACC is missing but bison is present, also db4 (tried with db44 and db3, same story).

Just in case you can see anything I cannot I've attached the config.log

View 2 Replies View Related

Slackware :: Error Compiling Php With Oci8 - Slackware64-13.37?

Jun 22, 2011

I tried to recompile php with support for oracle extensions oci8.so. Got the source and slackbuild script from slackware repo and just add the following line to the slackbuild script. "--with-oci8=shared,instantclient,/opt/instantclient_11_2". I use instant client from oracle Version 11.2.0.2.0 from this page

After I run the script I got this error message

Code:
/bin/sh /tmp/php-5.3.6/libtool --silent --preserve-dup-deps --mode=compile gcc -I/tmp/php-5.3.6/ext/fileinfo/libmagic -Iext/fileinfo/ -I/tmp/php-5.3.6/ext/fileinfo/ -DPHP_ATOM_INC -I/tmp/php-5.3.6/include -I/tmp/php-5.3.6/main -I/tmp/php-5.3.6 -I/tmp/php-5.3.6/ext/date/lib -I/tmp/php-5.3.6/ext/ereg/regex -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/freetype2 -
code....

View 1 Replies View Related

Slackware :: Error Compiling Virtualbox 3.2.10 On Current?

Dec 7, 2010

I'm trying to compile virtualbox 3.2.10 con slackware current 32bit through sbopkg

I get this error (I'll copy only the end part)

Code:
CXX VMMR3 - {C}/src/VBox/VMM/VMMAll/TMAllCpu.cpp
cc1plus: warnings being treated as errors
In file included from /tmp/SBo/VirtualBox-3.2.10_OSE/src/VBox/VMM/VMMAll/PGMAll.cpp:236:0:

[Code].....

View 4 Replies View Related

Slackware :: Error Compiling Blood Frontier Using Sbopkg?

Mar 8, 2010

I'm having a problem compiling Blood Frontier on Slackware64-current. I believe this problem is also related to why I can't use make xconfig as well. Here is a bit of the error.

Code:
g++ -O2 -fPIC -Wall -fsigned-char -DINTERFACE -DIRC -Ishared -Iengine -Igame -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -o shared/cube.h.gch.tmp shared/cube.h

[code]....

View 6 Replies View Related

Slackware :: Compiling Large Slackbuilds - Error-message - Not Enough Space Left On Device

Aug 20, 2010

I am currently running slackware 12.2 on a 25 GB partition. I like to use slackbuilds, but when I try to compile larger tarballs (like abiword, or a patched version of Ghostscript as I did today) I receive an error-message: 'Not enough space left on device'. I think the size of the partition must be big enough (I never got this message when compiling with Linux From Scratch). I think it has something to do with the size of my /tmp directory, but I don't know how to fix this. Is there a way to solve the problem, so that I could be able to use slackbuild-scripts?

View 4 Replies View Related

Debian :: Cannot Add Environment Variable

Apr 27, 2015

I'm trying to add 2 new environment variables (Debian . I have created a "/etc/profile.d/java.sh" file and in it I have added these lines (and just for the record, I've also tried adding those line to the profile file with the same results as explained below).

Code: Select allexport XAPPLRESDIR=/usr/local/MATLAB/MATLAB_Compiler_Runtime/v83/X11/app-defaults

export LD_LIBRARY_PATH=/usr/local/MATLAB/MATLAB_Compiler_Runtime/v83/runtime/glnxa64:/usr/local/MATLAB/MATLAB_Compiler_Runtime/v83/bin/glnxa64:/usr/local/MATLAB/MATLAB_Compiler_Runtime/v83/sys/os/glnxa64:/usr/local/MATLAB/MATLAB_Compiler_Runtime/v85/runtime/glnxa64:/usr/local/MATLAB/MATLAB_Compiler_Runtime/v85/bin/glnxa64:/usr/local/MATLAB/MATLAB_Compiler_Runtime/v85/sys/os/glnxa64

The first variable "XAPPLRESDIR" is added just fine (I check by doing echo $XAPPLRESDIR). The second variable is not added. Here's what I discovered though, if I change the variable name to LD_LIBRARY_PATK (I change the word "path" into something else) then it works just fine... So how am I supposed to add this variable? I need it to be named just that...

View 1 Replies View Related

Ubuntu :: How To Set Environment Variable

Jun 28, 2010

Well on a Rsps forum it says that the reason i keep crashing in the client is cause my Envieronment Variable isnt set for Java. i was wondering how to do this.please make it deatailed since i am new to ubuntu and i dont know most of the things like usr/java

View 9 Replies View Related

Software :: How To Set Environment Variable

Mar 8, 2011

how to set environment variable as i am getting following message during ./configure.

checking for GtkGLExt - version >= 1.0.0...
*** pkg-config cannot find gtkglext-1.0 >= 1.0.0
*** Set the environment variable PKG_CONFIG_PATH to point to the correct

[code]...

View 18 Replies View Related

Programming :: Set Environment Variable Is Tcl ?

Apr 22, 2011

How are environment variable set in tcl? I tried "set $env(MYVAR) xxxx" but it didn't work.

View 1 Replies View Related

Ubuntu :: Set The Environment Variable?

Feb 4, 2010

I'm trying to set the environment variable. java_home and path.

I used the following instruction:
export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.14
and to check :
echo "java_home=$JAVA_HOME"
and every thing is ok.

But since i close the terminal every thing is deleted.

View 13 Replies View Related

General :: Where Is The $HOME Environment Variable Set

Apr 17, 2011

I'm looking for the place where $HOME environment variable set. It is after login, to my mind.

I'm using Linux debian 2.6.32-5-686.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved