From: Joerg S. a. M. <rus...@he...> - 2000-12-13 11:59:11
|
> did anyone happen to take a look at this? Forgotten is http://webplaza.pt.lu/public/saunier/ppmodeler.html so long MUFTI -- |
From: Dr F. <dr...@sm...> - 2000-12-13 16:40:52
|
On Wed, 13 Dec 2000 12:59:08 +0100 (CET), Joerg Scheurich aka MUFTI said: > > did anyone happen to take a look at this? > > Forgotten is http://webplaza.pt.lu/public/saunier/ppmodeler.html > > so long > MUFTI > -- > _______________________________________________ > Openvrml-develop mailing list > Ope...@li... > http://lists.sourceforge.net/mailman/listinfo/openvrml-develop > > wow that is a cool lil modeler cant wait for the planned csg stuff but i guess ill have to! |
From: clayton c. <dr...@sm...> - 2000-12-13 19:19:46
|
heya yah i forgot youd mentioned that braden can you check over the spec file i cant seem to figure out why its canning out on me it seemed to work once, really it did but unfortunately it compiled for 686 im trying for a generic i386 target so it'll hopefully work in any rpm type dist mandrake 7.2's ver of rpm is still 3.0.5 still im gonna see if i can figure it out can someone dbl check this and {hopefully } find that its something im doing!! can rpm v4 read rpm v3 ? |
From: clayton c. <dr...@sm...> - 2000-12-13 20:12:56
Attachments:
lookat.xpm
openvrml.spec
|
clayton cottingham wrote: > > heya > > yah i forgot youd mentioned that braden > > can you check over the spec file > > i cant seem to figure out why its canning out on me > > it seemed to work once, really it did > > but unfortunately it compiled for 686 > > im trying for a generic i386 target > > so it'll hopefully work in any rpm type dist > > mandrake 7.2's ver of rpm is still 3.0.5 > > still im gonna see if i can figure it out > > can someone dbl check this and {hopefully } > find that its something im doing!! > > can rpm v4 read rpm v3 ? > _______________________________________________ > Openvrml-develop mailing list > Ope...@li... > http://lists.sourceforge.net/mailman/listinfo/openvrml-develop ok attached is my ver of openvrml.spec and the lookat.xpm icon basically the build root needed an ending forward slash and the install needed -rf not just -f to remove a dir i dont have a site to post too but if anyone wants the rpms i can email em or some such |
From: Braden M. <br...@en...> - 2000-12-14 07:26:10
|
On Wed, 13 Dec 2000, clayton cottingham wrote: > ok attached is my ver of openvrml.spec and the lookat.xpm icon Please submit changes via the SourceForge patch manager. Use "cvs diff -u" to produce patches. I can go ahead and add the icon to CVS, but in the future new file additions can be sent to one of the maintainers rather than broadcast over the mailing list. > basically the build root needed an ending forward slash and the install > needed -rf not just -f to remove a dir Cool. Please do provide a patch. (And note that you should prepend an entry in the %changelog section when you change the spec file.) I would suggest, though, using the icon for the Lookat rpm rather than the rpm for the core library. Also, for RPMs you distribute, you need to change the the "Packager" entry to point to yourself rather than this mailing list. -- Braden N. McDaniel e-mail: br...@en... <http://endoframe.com> Jabber: br...@ja... |
From: clayton c. <dr...@sm...> - 2000-12-14 16:15:22
|
Braden McDaniel wrote: > > On Wed, 13 Dec 2000, clayton cottingham wrote: > > > ok attached is my ver of openvrml.spec and the lookat.xpm icon > > Please submit changes via the SourceForge patch manager. Use "cvs diff -u" > to produce patches. I can go ahead and add the icon to CVS, but in the > future new file additions can be sent to one of the maintainers rather > than broadcast over the mailing list. > > > basically the build root needed an ending forward slash and the install > > needed -rf not just -f to remove a dir > > Cool. Please do provide a patch. (And note that you should prepend an > entry in the %changelog section when you change the spec file.) I would > suggest, though, using the icon for the Lookat rpm rather than the rpm for > the core library. > > Also, for RPMs you distribute, you need to change the the "Packager" entry > to point to yourself rather than this mailing list. > > tres cool!! i will submit the patch stuff tonight when i get home! or if things get boring here at work! and probably fix up the spec a lil more first as suggested |
From: Dr F. <dr...@sm...> - 2000-12-15 01:19:29
|
On Thu, 14 Dec 2000 08:15:54 -0800, clayton cottingham said: > Braden McDaniel wrote: > > > > On Wed, 13 Dec 2000, clayton cottingham wrote: > > > > > ok attached is my ver of openvrml.spec and the lookat.xpm icon > > > > Please submit changes via the SourceForge patch manager. Use "cvs diff -u" > > to produce patches. I can go ahead and add the icon to CVS, but in the > > future new file additions can be sent to one of the maintainers rather > > than broadcast over the mailing list. > > > > > basically the build root needed an ending forward slash and the install > > > needed -rf not just -f to remove a dir > > > > Cool. Please do provide a patch. (And note that you should prepend an > > entry in the %changelog section when you change the spec file.) I would > > suggest, though, using the icon for the Lookat rpm rather than the rpm for > > the core library. > > > > Also, for RPMs you distribute, you need to change the the "Packager" entry > > to point to yourself rather than this mailing list. > > > > > > tres cool!! > > > > i will submit the patch stuff tonight when i get home! > or if things get boring here at work! > > > and probably fix up the spec a lil more first as suggested um i cvs co libvrml97 and i could not see openvrml.spec i did see a openvrmlspec.in please advise on how to cvs diff -u |
From: Braden M. <br...@en...> - 2000-12-15 06:06:18
|
On 14 Dec 2000, Dr Frog wrote: > um i cvs co libvrml97 and i could > not see openvrml.spec > > i did see a openvrmlspec.in That is the file you want to edit. openvrml.spec is generated from that file by configure. > please advise > on how to > cvs diff -u That command will recursively search directories for files that have been modified since they were checked out, and write a machine-readable change summary to stdout. Refer to the cvs and diff info files for detailed information on their use. -- Braden N. McDaniel e-mail: br...@en... <http://endoframe.com> Jabber: br...@ja... |
From: Braden M. <br...@en...> - 2000-12-14 07:12:20
|
On Wed, 13 Dec 2000, clayton cottingham wrote: > mandrake 7.2's ver of rpm is still 3.0.5 > > > still im gonna see if i can figure it out > > can someone dbl check this and {hopefully } > find that its something im doing!! I take it you solved the problem? > can rpm v4 read rpm v3 ? Yes. In fact, I think the version of rpm 3 you have can read rpm 4 output. However, earlier versions in the 3 series which ship with Red Hat 6.x cannot. -- Braden N. McDaniel e-mail: br...@en... <http://endoframe.com> Jabber: br...@ja... |
From: clayton c. <dr...@sm...> - 2000-12-14 01:55:19
|
heya im trying to attache a mpg to a box, not a big prob there! my question is: can lookat handle a system mpg or must it be just video no audio ? |
From: Dr F. <dr...@sm...> - 2000-12-14 03:46:06
|
On Wed, 13 Dec 2000 17:56:03 -0800, clayton cottingham said: > heya im trying to attache a mpg to a box, not a big prob there! > my question is: > can lookat handle a system mpg or must it be just video no audio ? > to answer my own question: no system video mpg's and it works splendid! |