discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Compiling for 64 bit Sparc Solaris 10

MK
Marius Kintel
Thu, Feb 5, 2015 10:15 PM

On Feb 5, 2015, at 17:13 PM, Michele denber@mindspring.com wrote:

What is the standard directory for Qt?

We search here:
$OPENSCAD_LIBRARIES "/usr/local" "/opt/local" "/usr/pkg" "/usr"

And thanks for mentioning that too - looks like I don't even have qmake.

qmake is part of Qt. Look through your Qt installation and see where the qmake binary is. That’s where your PATH needs to be pointed to.

-Marius

On Feb 5, 2015, at 17:13 PM, Michele <denber@mindspring.com> wrote: > What is the standard directory for Qt? We search here: $OPENSCAD_LIBRARIES "/usr/local" "/opt/local" "/usr/pkg" "/usr" > And thanks for mentioning that too - looks like I don't even have qmake. qmake is part of Qt. Look through your Qt installation and see where the qmake binary is. That’s where your PATH needs to be pointed to. -Marius
M
Michele
Thu, Feb 5, 2015 10:32 PM

Yes, I just figured that out :-).  I guess I was updating my previous post
when you wrote that.  I'll just assume that Qt is satisfied now.

At this point all I have left are:

qscintilla2
cgal - has 7 more dependencies I need
opencsg
glew - make failed
gcc - make failed
make

--
View this message in context: http://forum.openscad.org/Compiling-for-64-bit-Sparc-Solaris-10-tp10741p11488.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Yes, I just figured that out :-). I guess I was updating my previous post when you wrote that. I'll just assume that Qt is satisfied now. At this point all I have left are: qscintilla2 cgal - has 7 more dependencies I need opencsg glew - make failed gcc - make failed make -- View this message in context: http://forum.openscad.org/Compiling-for-64-bit-Sparc-Solaris-10-tp10741p11488.html Sent from the OpenSCAD mailing list archive at Nabble.com.
MK
Marius Kintel
Thu, Feb 5, 2015 10:35 PM

On Feb 5, 2015, at 17:32 PM, Michele denber@mindspring.com wrote:

glew - make failed

glew should really only require OpenGL..

gcc - make failed
make

Since you’re already building, I assume you have a compiler and make, so you can consider those resolved.

-Marius

On Feb 5, 2015, at 17:32 PM, Michele <denber@mindspring.com> wrote: > glew - make failed glew should really only require OpenGL.. > gcc - make failed > make > Since you’re already building, I assume you have a compiler and make, so you can consider those resolved. -Marius
TP
Torsten Paul
Thu, Feb 5, 2015 11:40 PM

On 02/06/2015 03:20 AM, jon wrote:

Win 8.1, 8 GB, process grows to about 2.5 GB and then crashes
out. Not sure how I can help further.  F5 works fine; F6 crashes.

Are you maybe using the 32-bit version of OpenSCAD? That
2.5GB is suspiciously near the limit for 32-bit applications.

What happens with the dev-snapshot version?

ciao,
Torsten.

On 02/06/2015 03:20 AM, jon wrote: > Win 8.1, 8 GB, process grows to about 2.5 GB and then crashes > out. Not sure how I can help further. F5 works fine; F6 crashes. > Are you maybe using the 32-bit version of OpenSCAD? That 2.5GB is suspiciously near the limit for 32-bit applications. What happens with the dev-snapshot version? ciao, Torsten.
MK
Marius Kintel
Fri, Feb 6, 2015 12:03 AM

On Feb 5, 2015, at 21:45 PM, jon jon@jonbondy.com wrote:

Torsten:

Good point!  There is nothing about 32 vs 64 in the Help About for the March 2014 install that I am using.

Where would I find a Win 8 64-bit installer for the dev snapshot, please?

They’re linked from http://www.openscad.org/downloads.html#snapshots

http://files.openscad.org/snapshots/OpenSCAD-2015.02.05-x86-64-Installer.exe
http://files.openscad.org/snapshots/OpenSCAD-2015.02.05-x86-64.zip

The zip file is sometimes more convenient - you can just run OpenSCAD from the unpacked zip file.

-Marius

On Feb 5, 2015, at 21:45 PM, jon <jon@jonbondy.com> wrote: > Torsten: > > Good point! There is nothing about 32 vs 64 in the Help About for the March 2014 install that I am using. > > Where would I find a Win 8 64-bit installer for the dev snapshot, please? > They’re linked from http://www.openscad.org/downloads.html#snapshots http://files.openscad.org/snapshots/OpenSCAD-2015.02.05-x86-64-Installer.exe http://files.openscad.org/snapshots/OpenSCAD-2015.02.05-x86-64.zip The zip file is sometimes more convenient - you can just run OpenSCAD from the unpacked zip file. -Marius
MK
Marius Kintel
Fri, Feb 6, 2015 12:08 AM

On Feb 5, 2015, at 21:20 PM, jon jon@jonbondy.com wrote:

Win 8.1, 8 GB, process grows to about 2.5 GB and then crashes out. Not sure how I can help further.  F5 works fine; F6 crashes.

Btw., I just tested on Win 8.1 in a 32-bit VM, and both versions of OpenSCAD worked perfectly.
Are you sure you posted the crashing design?

-Marius

On Feb 5, 2015, at 21:20 PM, jon <jon@jonbondy.com> wrote: > Win 8.1, 8 GB, process grows to about 2.5 GB and then crashes out. Not sure how I can help further. F5 works fine; F6 crashes. > Btw., I just tested on Win 8.1 in a 32-bit VM, and both versions of OpenSCAD worked perfectly. Are you sure you posted the crashing design? -Marius
J
jon
Fri, Feb 6, 2015 12:43 AM

$fn=100;

rotate_extrude(convexity = 10)

difference() {

square(25);

translate([0, 0, 0])

circle(20);

polygon(

points = [[22,22], [22, 10], [10, 22]],

paths = [[0, 1, 2]]);

}

$fn=100; rotate_extrude(convexity = 10) difference() { square(25); translate([0, 0, 0]) circle(20); polygon( points = [[22,22], [22, 10], [10, 22]], paths = [[0, 1, 2]]); }
M
Michele
Fri, Feb 6, 2015 1:00 AM

/"glew should really only require OpenGL.."/

It failed in a very strange way.  I've opened a support ticket over there if
you want to see what happened.  It's ugly and involves relocation overflows,
whatever they are.

http://sourceforge.net/p/glew/bugs/267/

/'Since you’re already building, I assume you have a compiler and make, so
you can consider those resolved.'/

Well I do have gcc, but it's version 3.4.4.  The script says it wants at
least 4.2.  This is a tough one.  The gcc make takes over eight hours to
complete on my Sun Blade 2500 and I don't get the error until the very end.
I can't really tweak random stuff hoping for a fix if it takes that long to
see if it helps.  I do however have a current copy of Solaris Studio 12.4.
Is there some reason Openscad can't be compiled with that instead of gcc?

When I do "which make" it says "GNU Make 4.1".  The script says it wants
"make 3".  Can I assume that gmake 4.1 satisfies "make 3"?

--
View this message in context: http://forum.openscad.org/Compiling-for-64-bit-Sparc-Solaris-10-tp10741p11495.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

/"glew should really only require OpenGL.."/ It failed in a very strange way. I've opened a support ticket over there if you want to see what happened. It's ugly and involves relocation overflows, whatever they are. http://sourceforge.net/p/glew/bugs/267/ /'Since you’re already building, I assume you have a compiler and make, so you can consider those resolved.'/ Well I do have gcc, but it's version 3.4.4. The script says it wants at least 4.2. This is a tough one. The gcc make takes over eight hours to complete on my Sun Blade 2500 and I don't get the error until the very end. I can't really tweak random stuff hoping for a fix if it takes that long to see if it helps. I do however have a current copy of Solaris Studio 12.4. Is there some reason Openscad can't be compiled with that instead of gcc? When I do "which make" it says "GNU Make 4.1". The script says it wants "make 3". Can I assume that gmake 4.1 satisfies "make 3"? -- View this message in context: http://forum.openscad.org/Compiling-for-64-bit-Sparc-Solaris-10-tp10741p11495.html Sent from the OpenSCAD mailing list archive at Nabble.com.
M
Michele
Fri, Feb 6, 2015 1:59 AM

Here's a potential problem.  I'm working on CGAL now.  It says it needs LEDA
(plus 6 more).  But the download page for LEDA
(www.algorithmic-solutions.info/fre/d5.php) only lists Linux files and they
all have "i386" in their names.  Is this a show-stopper for my Sparc build?

For the source code, they say they want 3000 euros.  Boo wah hah hah hah.
/That's/ not gonna happen.

--
View this message in context: http://forum.openscad.org/Compiling-for-64-bit-Sparc-Solaris-10-tp10741p11497.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Here's a potential problem. I'm working on CGAL now. It says it needs LEDA (plus 6 more). But the download page for LEDA (www.algorithmic-solutions.info/fre/d5.php) only lists Linux files and they all have "i386" in their names. Is this a show-stopper for my Sparc build? For the source code, they say they want 3000 euros. Boo wah hah hah hah. /That's/ not gonna happen. -- View this message in context: http://forum.openscad.org/Compiling-for-64-bit-Sparc-Solaris-10-tp10741p11497.html Sent from the OpenSCAD mailing list archive at Nabble.com.
J
jon
Fri, Feb 6, 2015 2:20 AM

Marius:

Thanks for your help!

Win 8.1, 8 GB, process grows to about 2.5 GB and then crashes out. Not
sure how I can help further.  F5 works fine; F6 crashes.

Jon

On 2/5/2015 2:01 PM, Marius Kintel wrote:

Blows up how?
On which OS?

It works for me, both in 2014.03 and the latest dev snapshot.
I’d recommend testing the latest dev snapshot (http://www.openscad.org/downloads.html#snapshots).

If you still have problems, we’ll look into it - just need some more info about what happens.

-Marius


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Marius: Thanks for your help! Win 8.1, 8 GB, process grows to about 2.5 GB and then crashes out. Not sure how I can help further. F5 works fine; F6 crashes. Jon On 2/5/2015 2:01 PM, Marius Kintel wrote: > Blows up how? > On which OS? > > It works for me, both in 2014.03 and the latest dev snapshot. > I’d recommend testing the latest dev snapshot (http://www.openscad.org/downloads.html#snapshots). > > If you still have problems, we’ll look into it - just need some more info about what happens. > > -Marius > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > > >