wings 3d package should be updated

Eric Sandall eric at sandall.us
Tue Dec 30 11:44:01 GMT 2003


Quoting Eric Sandall <eric at sandall.us>:
> I had that same problem when the 0.17 series came out, but thanks to some
> mucking about by myself and help on #wings3d, I created this BUILD file (for
> SMGL, may need modification here):
> 
> (
> 
>   export ESDL_PATH=/usr/lib/esdl         &&
>   WINGS3D_PATH=/usr/lib/wings            &&
>   make                                   &&
>   prepare_install                        &&
>   mkdir  -p  $WINGS3D_PATH               &&
>   cp -Rv e3d $WINGS3D_PATH               &&
>   cp -Rv ebin $WINGS3D_PATH              &&
>   cp -Rv icons $WINGS3D_PATH             &&
>   cp -Rv plugins $WINGS3D_PATH           &&
>   cp -Rv plugins_src $WINGS3D_PATH       &&
>   cp -Rv src $WINGS3D_PATH               &&
>   cp license.terms $WINGS3D_PATH         &&
>   cp $SCRIPT_DIRECTORY/wings3d /usr/bin
> 
> ) > ${C_FIFO} 2>&1
> 
> What was happening was wings3d was expecting a certain directory name for
> where
> the binary was installed, our package (and possibly yours) was creating a
> 'wings3d' directory, which wings3d doesn't like.
> 
> Also, .18 is out.
> 
> HTH,
> 
> -sandalle

And just in case it matters, below is the 'wings3d' script which is copied to
/usr/bin:

----
#!/bin/bash

   ESDL_PATH=/usr/lib/esdl
WINGS3D_PATH=/usr/lib/wings

erl -pa $ESDL_PATH/ebin $WINGS3D_PATH/ebin -run wings_start start_halt

----

-sandalle

-- 
PGP Key Fingerprint:  FCFF 26A1 BE21 08F4 BB91  FAED 1D7B 7D74 A8EF DD61
http://search.keyserver.net:11371/pks/lookup?op=get&search=0xA8EFDD61

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS/E/IT$ d-- s++:+>: a-- C++(+++) BL++++VIS>$ P+(++) L+++ E-(---) W++ N+@ o?
K? w++++>-- O M-@ V-- PS+(+++) PE(-) Y++(+) PGP++(+) t+() 5++ X(+) R+(++)
tv(--)b++(+++) DI+@ D++(+++) G>+++ e>+++ h---(++) r++ y+
------END GEEK CODE BLOCK------

Eric Sandall                     |  Source Mage GNU/Linux Developer
eric at sandall.us                  |  http://www.sourcemage.org/
http://eric.sandall.us/          |  SysAdmin @ Inst. Shock Physics @ WSU
http://counter.li.org/  #196285  |  http://www.shock.wsu.edu/

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


More information about the Lunar mailing list