>> unfortunately, i'm stuck with this error:
>>
>> scons: *** Multiple ways to build the same target were specified for:
>> Code/user/html
>>
>> where do i start debugging this?
> 
> scons --debug=xxx is a good start, AFAIK.

i found the problem: the bundled scons version does not like
directories as targets, it only works with files. i disabled the
DoxygenBuilder and implemented direct calls to doxygen. i read
something on the scons ML about this problem beeing solved in the
current version, but i did not check it.

>> a related problem: the bundled ./scons --debug=xxx does not print any
>> debug information, however the default scons on my machine does?
> 
> The bundled one is a simplified version for standalone operation (i.e. for 
> people who don't have scons installed). If you have a normal version it's 
> better 
> to use that.

hm, this is not possible in 1.x, calling the normal scons is disabled
by the SConstruct.

> What's the process of using an ebuild? Is it comparable to an RPM, i.e. you 
> download one package and install it, or is there more involved? In other 
> words, 
> how hard will it be to add the ebuild to our releases when it works?

it's very simple. when finished, i'll submit the ebuild to the
official gentoo repository: the ebuild will then be present in a
gentoo distribution by default.

to install opensg, the user only issues the emerge command (= similar
to rpm or apt-get):

emerge opensg

if, for example, the documentation and cal3d extensions are needed,
the command is extendend to

USE="doc cal3d" emerge opensg

in any case, this will automatically download the sources, build them
using scons and install it in the default gentoo folder layout (which
is close to the FHS). it will also do the same for any dependencies
(cal3d or doxygen in this case).

cheers,
simon

> 
> Thanks
> 
>       Dirk
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Opensg-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/opensg-users


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to