For the quickest reply, please use our new Customer Helpdesk and Feedback platform
 
   
 
erlguten install issue
Posted: 29 August 2007 06:33 PM   [ Ignore ]
Newbie
Rank
Total Posts:  5
Joined  2007-08-25

Erlang (BEAM) emulator version 5.5.5 [async-threads:0]

Eshell V5.5.5 (abort with ^G)
1> cean:install(erlguten).
error: ubf,wiki not found in download
erlguten was not installed. failed to install all dependencies.
ok
2> cean:search(ubf).
[{“ubf”,
  “language for transporting and describing complex data structures across a net
work”}]
3> cean:search(wiki).
[{“wiki”,“Joe Armstrong’s wiki code”},
{“pico”,“Joe Armstrong’s pico (http server) and wiki code”}]

Profile
 
 
Posted: 01 September 2007 10:57 PM   [ Ignore ]   [ # 1 ]
Senior Member
Avatar
RankRankRankRank
Total Posts:  118
Joined  2006-11-13

same problem as diff package (http://www.process-one.net/en/forum/viewthread/86/)
package corrected to depend only on ubf

Profile
 
 
Posted: 02 September 2007 02:57 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  5
Joined  2007-08-25

Thanks, it works now.

Profile