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
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.
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 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 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: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
$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]]);
}
/"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.
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.
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