|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Am 31.01.2015 um 09:47 schrieb clipka:
> Latest UberPOV version, with all the new official POV-Ray bells &
> whistles merged in.
>
> https://github.com/UberPOV/UberPOV/releases/tag/v1.37.1.0-beta.9
As Jim has pointed out, beta.9 doesn't compile on Linux, so here's a
source code update:
https://github.com/UberPOV/UberPOV/releases/tag/v1.37.1.0-beta.9b
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 02/01/2015 12:56 AM, clipka wrote:
> Am 31.01.2015 um 09:47 schrieb clipka:
>> Latest UberPOV version, with all the new official POV-Ray bells &
>> whistles merged in.
>>
>> https://github.com/UberPOV/UberPOV/releases/tag/v1.37.1.0-beta.9
>
> As Jim has pointed out, beta.9 doesn't compile on Linux, so here's a
> source code update:
>
> https://github.com/UberPOV/UberPOV/releases/tag/v1.37.1.0-beta.9b
>
yer gettin' closer:
backend/povray.cpp: In function ‘void
{anonymous}::BuildInitInfo(POVMSObjectPtr)’:
backend/povray.cpp:301:115: error: expected ‘)’ before ‘SSE2_INCLUDED’
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Am 01.02.2015 um 07:23 schrieb James Holsenback:
> yer gettin' closer:
>
> backend/povray.cpp: In function ‘void
> {anonymous}::BuildInitInfo(POVMSObjectPtr)’:
> backend/povray.cpp:301:115: error: expected ‘)’ before ‘SSE2_INCLUDED’
Strangely enough, I didn't come across that one on my Linux machine.
Are you building on a 32 bit computer?
Until I figure this one out, I recommend you just remove the
"SSE2_INCLUDED" from that line (any anywhere else where it might cause
hiccups).
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 02/01/2015 01:38 AM, clipka wrote:
> Am 01.02.2015 um 07:23 schrieb James Holsenback:
>
>> yer gettin' closer:
>>
>> backend/povray.cpp: In function ‘void
>> {anonymous}::BuildInitInfo(POVMSObjectPtr)’:
>> backend/povray.cpp:301:115: error: expected ‘)’ before ‘SSE2_INCLUDED’
>
> Strangely enough, I didn't come across that one on my Linux machine.
> Are you building on a 32 bit computer?
yes
>
> Until I figure this one out, I recommend you just remove the
> "SSE2_INCLUDED" from that line (any anywhere else where it might cause
> hiccups).
>
was already in the file trying to make repair when i saw your reply ...
line 301 was the only place
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 01/02/15 06:38, clipka wrote:
> Am 01.02.2015 um 07:23 schrieb James Holsenback:
>
>> yer gettin' closer:
>>
>> backend/povray.cpp: In function ‘void
>> {anonymous}::BuildInitInfo(POVMSObjectPtr)’:
>> backend/povray.cpp:301:115: error: expected ‘)’ before ‘SSE2_INCLUDED’
>
> Strangely enough, I didn't come across that one on my Linux machine.
> Are you building on a 32 bit computer?
>
> Until I figure this one out, I recommend you just remove the
> "SSE2_INCLUDED" from that line (any anywhere else where it might cause
> hiccups).
>
It appears that removing SSE_INCLUDED from line 301 in
backend/povray.cpp does the trick.
I got the same error as James but I was compiling on a 64 bit machine.
After removal of offending word, all is sweetness and light
John
--
Protect the Earth
It was not given to you by your parents
You hold it in trust for your children
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 01/02/15 14:15, Doctor John wrote:
>
> I got the same error as James but I was compiling on a 64 bit machine.
> After removal of offending word, all is sweetness and light
>
> John
>
Additional:
john@linux-bh1u:~> gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapper
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8
--enable-ssp --disable-libssp --disable-plugin
--with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux'
--disable-libgcj --disable-libmudflap --with-slibdir=/lib64
--with-system-zlib --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--enable-version-specific-runtime-libs --enable-linker-build-id
--enable-linux-futex --program-suffix=-4.8 --without-system-libunwind
--with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux
--host=x86_64-suse-linux
Thread model: posix
gcc version 4.8.3 20140627 [gcc-4_8-branch revision 212064] (SUSE Linux)
John
--
Protect the Earth
It was not given to you by your parents
You hold it in trust for your children
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |