ntoronto / pict3d

3-dimensional picts
GNU Lesser General Public License v3.0
113 stars 23 forks source link

Cannot install with the opengl package (x-post with opengl package https://github.com/stephanh42/RacketGL) #31

Closed LeifAndersen closed 9 years ago

LeifAndersen commented 9 years ago

When I try to instal this and the opengl package at the same time, raco setup gives me the following error:

...
raco setup: WARNING: duplicate tag: (index-entry (mod-path "opengl"))
raco setup:  in: /Users/leif/rsrc/opengl/opengl/manual.scrbl
raco setup:  in: /Users/leif/rsrc/pict3d/typed/opengl/typed-opengl.scrbl
raco setup: WARNING: duplicate tag: (mod-path "opengl")
raco setup:  in: /Users/leif/rsrc/opengl/opengl/manual.scrbl
raco setup:  in: /Users/leif/rsrc/pict3d/typed/opengl/typed-opengl.scrbl
...
ntoronto commented 9 years ago

This shouldn't have kept you from using them together, but it's an awful lot of spam and it does indicate an error in the typed/opengl documentation. Commit be041158f2ec4c471a3f055d0213ed891f089c28 should fix it.