LuxRender v0.1 Release Candidate 3 available

News & Announcements regarding releases, features, exporters and project coordination.

Moderator: coordinators

Re: LuxRender v0.1 Release Candidate 3 available

Postby MasterDomino » Thu Nov 29, 2007 6:35 am

The .dmg file unzips fine now. But I do need the "All Package" File, right?

If I download the "All Package" file now, that does not unzip. It says the file is possibly damaged.
Is it maybe not uploaded completely yet?

MD
MasterDomino
 
Posts: 38
Joined: Wed Oct 24, 2007 1:44 pm

Re: LuxRender v0.1 Release Candidate 3 available

Postby Neo1975 » Thu Nov 29, 2007 6:36 am

Now both pakage was uploaded... I hope correctly
Neo1975
 
Posts: 54
Joined: Tue Oct 16, 2007 4:07 am
Location: Italy

Re: LuxRender v0.1 Release Candidate 3 available

Postby LuxBlender » Thu Nov 29, 2007 6:57 am

Hi Neo ...

i still get the same stupid error ...when running from terminal ..

"bus error"

I checkout the cvs .... and now even more thing are missing ..

Code: Select all
[  1%] [  2%] Generating luxparse.cpp
Generating luxlex.cpp
Scanning dependencies of target lux
[  3%] [  3%] Building CXX object CMakeFiles/lux.dir/luxlex.o
Building CXX object CMakeFiles/lux.dir/luxparse.o
In file included from /Users/gregorquade/Documents/Projects/lux/core/lux.h:77In file included from /Users/gregorquade/Documents/Projects/lux/core/lux.h:77,
                 from /Users/gregorquade/Documents/Projects/lux/core/luxparse.y:26:
/Users/gregorquade/Documents/Projects/lux/core/randomgen.h:35:28: error: boost/random.hpp: No such file or directory


random.hpp isn't anywhere on my mac ... is there something missing in the cvs ??

As i understand random.hpp should be in the the lux/core/boost dir ... right ??

i use ccmake and make to compile .. i will try xcode now ..

help is apprechiated ... thanks


cheers

LuxBlender
LuxBlender
 
Posts: 22
Joined: Tue Oct 16, 2007 5:20 am

Re: LuxRender v0.1 Release Candidate 3 available

Postby Neo1975 » Thu Nov 29, 2007 9:07 am

the error
Code: Select all
/Users/gregorquade/Documents/Projects/lux/core/randomgen.h:35:28: error: boost/random.hpp: No such file or directory


that you obtain show that you had checkout only a part of repository, the module "lux".
In cvs you can find a parent of this module named LuxRender.
I tried to download it with "co LuxRender" as anonymouse user, but it doesn't works.
@Radiance: can you solve this problem on cvs?
So the istructions to compile is very very simple:
Download All reposityory:
Code: Select all
cvs ..... co LuxRender
or similar
Code: Select all
cd Luxrender/lux
cmake .
make


I hope to solve this problem in checkouting... If I will solve it I will post in forum.

Bye
Neo1975
 
Posts: 54
Joined: Tue Oct 16, 2007 4:07 am
Location: Italy

Re: LuxRender v0.1 Release Candidate 3 available

Postby Neo1975 » Thu Nov 29, 2007 9:18 am

OK.
I found.....

there are 2 way: download all, or only you need.

1° Way
go in you working directory
Code: Select all
mkdir LuxRender
cd LuxRender
cvs -d:pserver:anonymouse@cvs.savannah.nongnu.org:/source/ecume co .
cd lux
cmake .
make


2° Way
go in you working directory
Code: Select all
mkdir LuxRender
cd LuxRender
cvs -d:pserver:anonymouse@cvs.savannah.nongnu.org:/source/ecume co macos
cvs -d:pserver:anonymouse@cvs.savannah.nongnu.org:/source/ecume co lux
cd lux
cmake .
make


Tell me new.
Neo1975
 
Posts: 54
Joined: Tue Oct 16, 2007 4:07 am
Location: Italy

Re: LuxRender v0.1 Release Candidate 3 available

Postby LuxBlender » Thu Nov 29, 2007 9:24 am

OK i just realized that there is a macos folder in root ... ;)

sorry :roll:

I will recheckout and test ...

THANKS alot for your support/help ;)

I will be right back ..

cheers

LuxBlender
LuxBlender
 
Posts: 22
Joined: Tue Oct 16, 2007 5:20 am

Re: LuxRender v0.1 Release Candidate 3 available

Postby LuxBlender » Thu Nov 29, 2007 9:52 am

Ok here we go ... ;)

prob 1 ...

Code: Select all
Scanning dependencies of target lux
[  4%] [  4%] [  5%] [  5%] Building CXX object CMakeFiles/lux.dir/luxlex.o
Building CXX object CMakeFiles/lux.dir/core/api.o
Building CXX object CMakeFiles/lux.dir/core/camera.o
Building CXX object CMakeFiles/lux.dir/luxparse.o
/Users/gregorquade/Documents/Projects/lux/core/luxlex.l:37:24: error: luxparse.hpp: No such file or directory
/Users/gregorquade/Documents/Projects/lux/core/luxlex.l:37:24: error: luxparse.hpp: No such file or directory


Solved by copying luxparse.cpp.h from root to ..... /lux/core/luxparse.hpp

prob2 ...

Code: Select all
Building CXX object CMakeFiles/luxrender.dir/renderer/luxgui.o
Linking CXX executable luxrender
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning -L: directory name (/usr/lib/fltk-1.1) does not exist
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning -L: directory name (/usr/lib64/fltk-1.1) does not exist
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: for architecture i386
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
Fl::lock()
Fl::unlock()
collect2: ld returned 1 exit status


OK i removed the lines

LINK_DIRECTORIES(${LINK_DIRECTORIES} ${Boost_LIBRARY_DIRS} ${OPENEXR_LIB_DIRS} ${FLTK_LIBRARIES_DIR} /usr/lib/fltk-1.1 /usr/lib64/fltk-1.1 ${PNG_LIBRARY} ${TIFF_LIBRARY} ${JPEG_LIBRARY})

since the libs should be in ${FLTK_LIBRARIES_DIR}

second i changed ..

SET(CMAKE_OSX_ARCHITECTURES ppc:i386) to SET(CMAKE_OSX_ARCHITECTURES i386:ppc)

hm the remaining error is too much for me to understand ..

Code: Select all
Scanning dependencies of target luxrender
Scanning dependencies of target luxconsole
[ 99%] Building CXX object CMakeFiles/luxrender.dir/renderer/luxgui.o
[100%] Building CXX object CMakeFiles/luxconsole.dir/renderer/luxconsole.o
Linking CXX executable luxrender
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
Fl::lock()
Fl::unlock()
collect2: ld returned 1 exit status
make[2]: *** [luxrender] Error 1
make[1]: *** [CMakeFiles/luxrender.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Linking CXX executable luxconsole
make[1]: *** Waiting for unfinished jobs....
[100%] make[1]: *** Waiting for unfinished jobs....
Built target luxconsole
make: *** [all] Error 2


the luxconsole executable seems to be build but when i start it i get a "bus error" ..
like with the installer package...

but it shouldn't be much before end ... ;)

help is more that apprechiated ..

Thanks

LuxBlender
LuxBlender
 
Posts: 22
Joined: Tue Oct 16, 2007 5:20 am

Re: LuxRender v0.1 Release Candidate 3 available

Postby Neo1975 » Thu Nov 29, 2007 10:50 am

Ok.

Plob 1: It's very stange becouse was suce to had fixed it... I will study deeply, but you action is correct
Plob 2: The problem in real is the same of Prob3 becouse you action remove only the warning
Plob 3: A committed a little fix please do this:
go in you working direcotry
Code: Select all
cd lux/render
cvs update .
cd ..
make


for you bus error I don't know, can you send me the exact string you obtain?
Neo1975
 
Posts: 54
Joined: Tue Oct 16, 2007 4:07 am
Location: Italy

Re: LuxRender v0.1 Release Candidate 3 available

Postby LuxBlender » Thu Nov 29, 2007 11:56 am

woooohoooo ... that did the trick !!!!

thank you so much neo !!!!!!!!!

regards

LuxBlender
LuxBlender
 
Posts: 22
Joined: Tue Oct 16, 2007 5:20 am

Re: LuxRender v0.1 Release Candidate 3 available

Postby MasterDomino » Thu Nov 29, 2007 3:01 pm

So, did you get it running, LuxBlender?

The new downloadable version is still not working for me. :|

MD
MasterDomino
 
Posts: 38
Joined: Wed Oct 24, 2007 1:44 pm

PreviousNext

Return to News & Announcements

Who is online

Users browsing this forum: No registered users and 0 guests