Slackware :: Firefox Fails To Compile On -current

Jan 8, 2010

I'm using the slackware64 current slackbuild to build a new firefox for -current 32 (I like dynamically linked cairo for fonts). But I am getting a compile error...

c++ -o host_dump_symbols.o -c -O -I./../.. -I. -I. -I../../../../../../dist/include -I../../../../../../dist/include/breakpad_linux_common -I/tmp/mozilla-1.9.1/dist/include/nspr -I/tmp/mozilla-1.9.1/dist/sdk/include -I/tmp/mozilla-1.9.1/dist/include/nspr dump_symbols.cc

[Code]....

View 7 Replies


ADVERTISEMENT

Slackware :: Can't Compile In The Current And Its Getting A Little Old?

May 22, 2010

I'm looking for a good IDE for C/C++, that runs well in slackware. I used CodeBlocks, but I can't compile in the current, and its getting a little old. I see a lot of threads talking about anjunta and kdedeveloper, but I don't like these.

View 14 Replies View Related

Slackware :: Can't Compile Tolua++ In Slackware64-current

Mar 22, 2010

I'm trying to compile tolua++ so that i can use lua in conky 1.7.2, however I am running into a problem. tolua++ defaults to looking for lua 5.0 libraries and I have lua 5.1 installed since that is what conky requires. According to the README tolua++ can use lua-5.1 but I not sure how to configure tulua++ to use those libraries since it uses scons. Here is a what the README says...

Compiling for lua 5.1

Starting from version 1.0.8pre1, tolua++ can be compiled with both lua 5.0 and
5.1. Both versions will output the same code, and the C API (tolua++.h) is the
same.

The build system is not yet ready to detect/decide when to compile for 5.1,
the easiest way right now is to add a file called 'custom.py' on the root of
the package, with the following:

## BEGIN custom.py
CCFLAGS = ['-I/usr/local/include/lua5.1', '-O2', '-ansi']
LIBPATH = ['/usr/local/lib']
LIBS = ['lua5.1', 'dl', 'm']
tolua_bin = 'tolua++5.1'

[Code]....

View 1 Replies View Related

Slackware :: Digikam From SBo Does Not Compile On 64-current Of 2010-03-09

Mar 10, 2010

I just used sbopkg to download and compile Digikam 1.0.0 from slackbuilds.org. But compilation stops with an error regarding "png loader". I guess this has to do with the libpng issue mentioned in the changelog.

Nevertheless: Has anyone been able to compile Digikam on the latest Slackware64-current?

View 10 Replies View Related

Slackware :: Krusader Compile Crashes In Current

May 2, 2010

Running slackware-current

The krusader slackbuild crashes on my machine with the following error, see attached.

View 3 Replies View Related

Slackware :: Usbimg2disk.sh Fails In Current?

Nov 17, 2010

usbimg2disk.sh fails when trying to make the USB partition active with sfdisk. I think this is caused by the new default behavior of fdisk (DOS compatible mode=off, default display units=sectors) I got it working again by replacing the sfdisk command with:

Code:
# Set the bootable flag for the first (and only...) partition:
lilo -A $USBDRV 1
I think it would also work to use fdisk commands 'c' and 'u' to switch back to the old behavior

View 6 Replies View Related

Slackware :: Alien Bob's VLC Slackbuild Fails On Current / Fix It?

Jan 11, 2010

The error has to do with Twolame failing to compile. Which is strange to me because it compiled fine by itself with the slackbuilds build.

The error log is attached.

View 4 Replies View Related

Slackware :: Build Fails In Current: Gtkimageview-1.6.4?

Feb 14, 2010

I can not get gtkimageview-1.6.4 to build in current. It fails with a number of errors of type:

Code:
gtkanimview.c: In function 'gtk_anim_view_get_type':
/usr/include/glib-2.0/glib/gthread.h:339: error: dereferencing pointer 'value_location.1' does break strict-aliasing rules
/usr/include/glib-2.0/glib/gthread.h:339: note: initialized from here

View 2 Replies View Related

Slackware :: Lmms Slackbuild Fails With -current?

Feb 2, 2010

got lmms-0.4.2. slackbuild and after installing all the dependent packages attempted to create the pkg. ./lmms.SlackBuild fails at;

[ 54%] Building CXX object CMakeFiles/lmms.dir/src/core/track.o /usr/bin/c++ -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -O2 -g -fno-exceptions -Wall -ftree-vectorize -O2 -march=i486 -mtune=i686 -fPIC -DPIC -I/usr/lib/qt/include -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtCore -I/tmp/SBo/lmms-0.4.2/build -I/tmp/SBo/lmms-0.4.2/build/include -I/tmp/SBo/lmms-0.4.2 -I/tmp/SBo/lmms-0.4.2/include -I/usr/include/SDL -
code....

View 3 Replies View Related

Slackware :: Compile Devicekit Power 014 On Kernel 2.6.32 Fails

Mar 28, 2010

I'm trying to compile a newer version of devicekit-power (currently I have 009) so maybe I can suspend/hibernate my laptop again, after I updated the kernel. I installed every package "./configure" asked, so it made a Makefile. When I use "make", it builds a few files, then I get this error:

[code]...

Also, is upower-0.90/91 the same thing but newer?

View 9 Replies View Related

Slackware :: Ffmpeg Slackbuild Fails In Current Multilib

Jan 9, 2010

I was trying to use alien bob's slackbuild mentioned in another thread [url] and it failed everytime, so I tried to do it individually, building dependencies with sbopkg which worked except for Schroedinger and then ffmpeg still fails. I don't have access to the logs or fail messages at this moment, but I'm wondering if it is failing due to the newest gcc-multilib version? I'm also running kernel 2.6.33-rc3 with multilib-current.

View 4 Replies View Related

Slackware :: ORBit2 Slackbuild Fails When Building 32 Bit Package On Current Multilib

Apr 10, 2010

I am trying to build ORBit2 as a dependency for GConf and then google-chrome.

This is a multilib system and I want 32 bit chrome.

Both my 64 bit and compat32 packages are all current as of today per ftp://slackware.mirrors.tds.net/pub/slackware/.

I have edited the Slackbuild as follows:

Code:

The build fails each time with:

Code:

I am using the newest version of ORBit2 as the above indicates, but this is just to see if the newer package would build. The X.X.17 version failed with the same output.

I have run:

Code:

I've had no problems building this package with current in a pure 64 bit environment.

View 4 Replies View Related

Slackware :: Firefox 3.6 Has Sluggish GUI In -current

Mar 14, 2010

I recently noticed that the menus and dropdowns in Firefox 3.6 were *extremely* sluggish on my laptop running Slackware64-current. For example, if I click on "File..." or one of the folders on my quicklinks toolbar, the menus take about a second to appear. No other apps are affected and surfing is as fast as usual.I'm running Slackware64-current on a Fujitsu Lifebook V700. I typically use the Xfce window manager, but was able to repeat the problem in Blackbox.

I uninstalled the Firefox 3.6 package from -current and reinstalled the Firefox 3.5.2 package from the slacware64-13 tree and it works fine.I've been scanning the net for others having this same problem and to my utter shock I can't seem to find anyone else reporting remotely the same problem!I'm fine using Firefox 3.5.2 indefinitely, but it's driving me nuts that I can't figure out the source of this problem!

View 14 Replies View Related

Slackware :: X86_64 '-current' FireFox & Thunderbird With Linking?

Jan 21, 2010

I'm preparing a laptop for Slackware 13.x or whatever the new release will be. I've installed '-current' x86_64 arch. Boy, is this baby fast on this laptop. I thought 13 was fast but oh well another thread.

My issue now is that with '-current' is that ThunderBird links won't open in FF. I click on a link in TB and noting happens. I searched and found '"Browser" problems in Thunderbird 3'.

In this thread, post #9;Quote:

Originally Posted by Laodiceans I had the same problem in two different machines. On one the file pref.js had this entry:

Code:
user_pref("network.protocol-handler.external.ftp", "/usr/bin/firefox");
user_pref("network.protocol-handler.external.http", "/usr/bin/firefox");
and worked fine.

[Code]...

I modified the 'prefs.js' file. Of course it was done while app was not running. Still no joy. Further searches showed the same thing with most users bumping back to older versions. There's got to be fix and I refuse to give up to a computer let alone a DE.

View 6 Replies View Related

Debian :: Compile Firefox That Must Take Flash Player Form /home/****/firefox/plugins/?

Feb 18, 2010

want compile firefox that he must take flash player form /home/****/firefox/plugins/what i must add to this?

[/code]
ac_add_options --enable-application=browser
ac_add_options --disable-tests

[code]....

View 2 Replies View Related

Debian :: Re-compile My Current Kernel's Source?

Dec 29, 2010

For sake of a clear picture of the problem, pretend I don't know anything about compiling.

How would I re-compile my current kernel's source? It's the i686 optimized kernel I selected from the install disc.

View 10 Replies View Related

Programming :: Detect Current OS In Compile Time?

Dec 8, 2010

Code:

#if defined(WIN32) || defined(WIN64)
#define WINDOWS
#endif

[code]....

what is the directive thats required to detect a linux system? i want to to be able to detect which platform im compiling on automatically.

View 5 Replies View Related

Slackware :: Compile 2.6.37 Kernel Patched With The Autogroup Patch On A Slackware 13.1 System?

Jan 13, 2011

it's possible to compile the 2.6.37 kernel patched with the autogroup patch on a Slackware 13.1 system running 2.6.33.4-smp with 2.6.33.4 headers? I just compiled and installed the 2.6.37-autogroup kernel from AUR on my ARCH setup and I like it especially when using firefox with lots of tabs open and other background apps also running. I did notice a speed and smothness difference in my ARCH testing setup with this kernel patch and I can get same results in 13.1??

View 1 Replies View Related

Slackware :: Lost Wireless Keybord And Mouse Upgrading Slackware Current

Oct 24, 2010

Lost my wireless keyboard and mouse upgrading slackware current.Boot seems to be normal.I just can't login, cause have no keyboard.

View 2 Replies View Related

Slackware :: Alfa Awus036h Slackware Current Dhcpcd Won't Connect

Feb 5, 2011

slackware-current kernel 2.6.35.10-smp for instance if i just want to connect to wep ap. i done

[code]...

it says waiting for carrier and it just time out, im wondering why i read somwhere that its not working good with slackware 13.1

View 9 Replies View Related

Slackware :: Image / Icon Trouble After Slackware-current Upgrade

Jan 22, 2010

I recently upgraded to slackware-current from Slackware 13 via slackroll, and have only encountered one problem. My file manager no longer thumbnails images, and icons (mostly PNG) aren't appearing no matter what GTK theme is set. Running from the command line produces no errors, and when brought up in something else (say feh /path/to/icon.png) it works perfectly. This is the only hitch I have encountered so far. The same thing happens with emoticons in Pidgin. Does anyone know of a fix?

View 5 Replies View Related

Slackware :: Slackware Current Installpkg Line 59 Rev Command Not Found

Feb 28, 2011

First time I've done this in awhile Upgrading my Slackware64 -current VM, following the standard routine that has always worked in the past -

Code:

slackpkg clean-system
slackpkg install-new
The clean-system removed 2 packages -
util-linux-ng
eggdbus

Installpkg will no longer work, complaining that the rev command is not found. The problem hit with the removal of util-linux-ng. I cp'd util-linux to ~/. Extracted with tar and executed the doinstall. Fixed.

View 4 Replies View Related

Ubuntu :: Gcc Fails To Compile Vfdecrypt - %lu?

Feb 3, 2010

I've used linux for a quite a while and have compiled a small number of applications from source for one reason or another, however this on has me stumped. The program is vfdecrypt which if you are unaware is used to decrypt (among other things) .dmg files such as those found on apple hardware. Here are the relevant definitions:

Code:
typedef struct {
unsigned char sig[8];
uint32_t version;
uint32_t blocksize;

[Code]...

Surrounding lines use %llu for 64 bit numbers, so I'm assuming %lu is correct for 32bit, at least for the gcc they compiled with. Removing the line, since it is only user output, causes the program to hang on load and not show any output at all. I also tried compiling with -fno-builtin-fprintf thinking maybe my gcc was radically different than theirs and was doing something funky, and it did compile w/o errors, however it went back to not showing any output.

I have fetched the source from muliple sites in order to check the consistancy of this line and every version has it exactly as shown, so I'm thinking that the gcc ubuntu 9.04 ships with might not be a similar enough fork to the one used by the dev of this code.

View 2 Replies View Related

Software :: Ffmpeg Fails To Compile ?

Apr 5, 2011

I am having trouble getting ffmpeg to compile.

I have removed x264 and reinstalled making sure shared was enabled.

Then ran ldconfig.

Here is my compile variables

Code:

And here is the error.

Code:

View 6 Replies View Related

Slackware :: Slackware Current 64 Bit Wine Sound - Error: Alsa:ALSA_CheckSetVolume Could Not Find '{PCM,Line} Playback Volume' Element

Mar 22, 2011

after update to slackware current 4 days ago i cant get sound working in wine in starcraf 2 i mean i got sound in instalation but not in game and i get error when i wanna configure sound in winecfg

err:alsa:ALSA_CheckSetVolume Could not find '{PCM,Line} Playback Volume' element
err:alsa:ALSA_CheckSetVolume Could not find '{PCM,Line} Playback Volume' element
err:alsa:wine_snd_pcm_recover underrun occurred
err:alsa:wine_snd_pcm_recover underrun occurred

in game i dont got that error but sound dont work btw my sound card is asus xonar essence stx

View 2 Replies View Related

Slackware :: Can't Boot Updated Kernel Slackware Current

Jan 5, 2010

I updated my kernel in slackware current but can't install lilo, when i was with my old kernel it gave an error about not finding the sda drives (they were named hda before the upgrade).I booted into the slackware 13.0 dvd and modified fstab and lilo.conf replacing hda with sda but lilo still gives an error of not finding sda drives.How can i install lilo so i can boot into my sistem??

View 14 Replies View Related

Slackware :: Graphics Not Loading After Upgrading To Slackware-Current

Feb 26, 2011

I've upgraded Slackware-13.1 I had installed to Slackware-Current using a local tree I had download with mirror-slackware-current.sh script, but when I rebooted I could not get the graphics to load. I think it's because I've also modified /etc/groups and add an username after audio: and video: group, but I forgot that and had to remove slackware from the machine.

View 4 Replies View Related

Slackware :: How Should Proprietary ATI Driver Be Installed On Slackware Current 64-bit?

May 15, 2010

I've tried a few different ways to install the ATI graphics driver "fglrx" to get 3D acceleration.If I try to install using the standard file "ati-driver-installer-10-4-x86.x86_64.run" from the ATI web site it appears to work but then I discover it actually got an error.I saw a reference to ATI requiring 32-bit libraries to install their 64-bit driver. Is there a link or post that explains how to add the 32-bit libraries. Will that solve the problem, or will I just waste more time trying that?

View 6 Replies View Related

Slackware :: Unable To Excludes.txt And Mirror-slackware-current.sh

Feb 1, 2011

I use Alien Bob's mirror-slackware-current.sh with an excludes.txt to only download the parts of current that I want. Unfortunately it is not working for part of the exclude.txt file and I am at a loss to know why.

The excludes.txt is

Quote:

slackware64/e
slackware64/f
slackware64/kdei/kde-l10n-ar-4.5.5-noarch-3.txt
slackware64/kdei/kde-l10n-ar-4.5.5-noarch-3.txz

[code]...

This ignores e/ f/ y/ testing/ pasture/ source/ and usb-and-pxe-installers/ It also ignores most of kdei/ and /extra It is meant to ignore most of extra/source and just download the source for flash-player-plugin, but it is ignoring all of extra/source/, however the same syntax is working for kdei/ and extra/.

View 2 Replies View Related

Slackware :: Slackware Current Freezes At Splash Screen / Fix It?

Mar 16, 2011

I have been using slackware since version 10.1 and really like it. I have never had a problem until lately, version 13.1 has been stable as a rock for me. The first 2 or 3 updates to current ran well but then the problem started. After installation Slackware would get to the splash screen and bring up the first picture of a disk drive then just hang and never go any further. I do have a good burn on the dvd, have checked the md5 and burned at 4x. then slack 13.37 does the same thing. this is on 4 different computers with several different video boards.

View 8 Replies View Related







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