3 problems (or more) [solved]

You have a problem with Salix? Post here and we'll do what we can to help.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: 3 problems (or more)

Post by mimosa »

Not sure about the first one, but the second is because you need to install gcc-fortran, see my previous post :)
User avatar
Oracle911
Posts: 165
Joined: 30. Jun 2010, 16:52
Location: Slovakia

Re: 3 problems (or more)

Post by Oracle911 »

I installed gcc-gfortran (i hope this is what you meant) and it wrote this:

Code: Select all

././src/Driver/Driver_Document.cpp:22:29: fatal error: Driver_Document.h: Adresár alebo súbor neexistuje
compilation terminated.
make[4]: *** [Driver_Document.lo] Error 1
make[4]: Leaving directory `/usr/src/slapt-src/graphics/FreeCAD/FreeCAD-0.11.3729/src/3rdParty/salomesmesh'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/slapt-src/graphics/FreeCAD/FreeCAD-0.11.3729/src/3rdParty'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/slapt-src/graphics/FreeCAD/FreeCAD-0.11.3729/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/slapt-src/graphics/FreeCAD/FreeCAD-0.11.3729'
make: *** [all] Error 2
fakeroot -- sh FreeCAD.SlackBuild Failed
I`m a chemist, please be patient.
http://img16.imageshack.us/img16/5466/01kh2.jpg
My avatar is that babe who i looking for (in flesh).


I will be the next Steve Jobs and Richard Branson.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: 3 problems (or more)

Post by mimosa »

There's also the first message in your previous post, which I'm not sure how to interpret. Did that occur while you were trying to build freecad, or was it one of its dependencies?

Have you installed everything Rich and I suggested, as well as all freecad's dependencies - for instance, boost?

EDIT

And yes, you're quite right, it's gcc-gfortran
User avatar
Oracle911
Posts: 165
Joined: 30. Jun 2010, 16:52
Location: Slovakia

Re: 3 problems (or more)

Post by Oracle911 »

First error message was for dependencies (in my previous post).
I`m a chemist, please be patient.
http://img16.imageshack.us/img16/5466/01kh2.jpg
My avatar is that babe who i looking for (in flesh).


I will be the next Steve Jobs and Richard Branson.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: 3 problems (or more)

Post by mimosa »

First error message was for dependencies (in my previous post).
Do you mean you got that message when you were trying to build one of the dependencies? Did the build fail? If so, then so will building freecad.

I repeat my question: have you successfully installed everthing else?
User avatar
Oracle911
Posts: 165
Joined: 30. Jun 2010, 16:52
Location: Slovakia

Re: 3 problems (or more)

Post by Oracle911 »

Well the installation of dependencies failed.
I`m a chemist, please be patient.
http://img16.imageshack.us/img16/5466/01kh2.jpg
My avatar is that babe who i looking for (in flesh).


I will be the next Steve Jobs and Richard Branson.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: 3 problems (or more)

Post by mimosa »

So you can't install freecad till you've fixed the problem earlier in the chain. That's what "dependency" means ;)

You still didn't answer about installing the other things suggested on the thread. If not, please install them and try again with the dependencies.

If you're not sure how far you've got, you can check like this:

Code: Select all

slapt-src --search coin SoGt pivy xerces-c OpenCASCADE gl2ps
slapt-get --search ftgl eigen2 boost gcc-gfortran
That's not a complete list, just from memory, maybe misspelled. Check back in the thread.
User avatar
Oracle911
Posts: 165
Joined: 30. Jun 2010, 16:52
Location: Slovakia

Re: 3 problems (or more)

Post by Oracle911 »

It said this:

Code: Select all

rootlapt[rich]-src --search coin SoGt pivy xerces-c OpenCASCADE gl2ps
Coin:3.1.3 - Coin (an Open Inventor API compatible library)
Pivy:hg_20101207 - Pivy (a Coin binding for Python)
SoQt:1.5.0 - SoQt (Qt GUI bindings for Coin library)
Pivy:hg_20101207 - Pivy (a Coin binding for Python)
xerces-c:2.8.0 - xerces-c (XML Parser)
OpenCASCADE:6.5.1 - OpenCASCADE (3D modeling & numerical simulation)
gl2ps:1.3.5 - gl2ps (OpenGL to PostScript printing library)
and this:

Code: Select all

root[teleky]# slapt-src --search coin SoGt pivy xerces-c OpenCASCADE gl2ps
Coin:3.1.3 - Coin (an Open Inventor API compatible library)
Pivy:hg_20101207 - Pivy (a Coin binding for Python)
SoQt:1.5.0 - SoQt (Qt GUI bindings for Coin library)
Pivy:hg_20101207 - Pivy (a Coin binding for Python)
xerces-c:2.8.0 - xerces-c (XML Parser)
OpenCASCADE:6.5.1 - OpenCASCADE (3D modeling & numerical simulation)
gl2ps:1.3.5 - gl2ps (OpenGL to PostScript printing library)
root[teleky]# slapt-get --search ftgl eigen2 boost gcc-gfortran
ftgl-2.1.3_rc5-i486-1fb [inst=yes]: ftgl (C++ library that uses Freetype2)
eigen2-2.0.10-i486-1 [inst=no]: Eigen2 (c++ math library)
boost-1.45.0-i486-1 [inst=yes]: boost (Boost C++ Libraries)
gcc-gfortran-4.5.2-i486-2 [inst=yes]: gcc-gfortran (Fortran support for GCC)
~=yes/no -in my language
I`m a chemist, please be patient.
http://img16.imageshack.us/img16/5466/01kh2.jpg
My avatar is that babe who i looking for (in flesh).


I will be the next Steve Jobs and Richard Branson.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: 3 problems (or more)

Post by mimosa »

I see that --search doesn't work how i thought for src. Also you didn't check my spelling mistakes. ;)

Try searching using Sourcery. Just search for Pivy, Coin and the rest, and see if they are installed. Just so you can keep track, if you're not sure.

EDIT

You do need to look back over the thread yourself to see you've included everything. I was just writing from memory.
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: 3 problems (or more)

Post by laprjns »

I've added Edit #3 to my earlier post. This adds boost and gcc-gfortran to the slapt-get in step #2
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
Post Reply