Slackware 14.2 64 Bit Download

Posted on by admin
Slackware 14.2 64 Bit Download 5,7/10 2507 votes
Iso

I'm trying to compile ACE lib but I have errors compiling.

My Linux system is Slackware 14.2 64 bit

The lib is ACE version 6.1.4 (the version that I need to compile)

Download Slackware 14.2 for 32-bit and 64-bit computers right now via our website. #Slackware 14.2#Slackware#Linux#Linux distribution#operating system. Hot right now.

Order the latest version of Slackware Linux on CD-ROM (6 CDs in all), or the whole distribution on a single DVD from The Slackware Store. Or, you can get your Slackware ISOs through BitTorrent using our torrents page. Or again, you can download the complete Slackware distribution from one of our mirrors.If you'd like to provide a mirror, please see the mirroring guidelines. SlackEX 14.2 64 bit uses kernel 4.12.9-exton and KDE 4.14.38. SlackEX is based on Slackware 14.2 released 160701. Nvidia Graphics driver 384.98, VirtualBox 5.2.4 and Google Chrome 63.0.3239.108 (for Netflix) are pre-installed.

Before to post this I have followed all the steps for to build ACE from ACE web.

How to compile this lib?

This is the error:

I have found this but I can't get doing working for me:

Edit:

I have tried to compile ACE 6.5.0 too, but I get this error:

Cœur
21.3k10 gold badges122 silver badges168 bronze badges
CyneoCyneo

Slackware 14.2 Iso

3 Answers

64-bit Download Windows 10

Slackware 14.2 64 Bit Download

Finally i have compiled ACE 6.5.0 for Slackware 14.2 64 bit.It needed add some parameters in 'ACE_wrappers/include/makeinclude/platform_macros.GNU' :

CyneoCyneo

I had the same problem with ACE but didn't have the option to upgrade it. I managed to solve the conflicting declaration problem by adding following in ace/config.h and recompiling ACE.

You may ask why does this work? Well, if you get this error, it means that glibc has declared cpu_set_t but it didn't define __cpu_set_t_defined, which ACE had expected. Therefore, ACE tried to declare cpu_set_t as well, and the error occurs. So, by defining __cpu_set_t_defined, you tell ACE not to declare __cpu_set_t_defined again.

But please keep in mind that this is just a workaround and should be used only if you don't have the option to update ACE.

Hope this helps!

Bilal ChughtaiBilal Chughtai

This version of ACE is ancient, upgrading to ACE 6.5.0 fixes this.

Johnny WillemsenJohnny Willemsen
2,5681 gold badge10 silver badges15 bronze badges

Not the answer you're looking for? Browse other questions tagged c++linuxcompilationaceslackware or ask your own question.