• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Programming v
« Previous 1 2 3 4 Next »
Compiling from source, errors in wings.hrl

 
  • 0 Vote(s) - 0 Average
Compiling from source, errors in wings.hrl

callmeclean
Offline

Junior Member

Posts: 4
Threads: 1
Joined: May 2016
#1
05-03-2016, 04:19 PM (This post was last modified: 05-03-2016, 04:21 PM by callmeclean.)
I downloaded the wings-1.5.4 source from sourceforge. I've followed the instructions in BUILD.unix, replacing some of it with packages available in my systems repos, and have managed to reduce errors down to a last similar few (I hope). I'm using GNU/Linux Trisquel (fork of Ubuntu). Here is the make output:

Code:
(cd intl_tools; make)
make[1]: Entering directory `/tmp/wings-1.5.4/intl_tools'
make TYPE=opt common
make[2]: Entering directory `/tmp/wings-1.5.4/intl_tools'
make[2]: Nothing to be done for `common'.
make[2]: Leaving directory `/tmp/wings-1.5.4/intl_tools'
make[1]: Leaving directory `/tmp/wings-1.5.4/intl_tools'
(cd src; make)
make[1]: Entering directory `/tmp/wings-1.5.4/src'
make TYPE=opt common
make[2]: Entering directory `/tmp/wings-1.5.4/src'
erlc -Werror -I ../e3d +debug_info '-Dwings_version="1.5.4"' -pa ../intl_tools  -o../ebin wings.erl
wings.hrl:172: referring to built-in type queue as a remote type; please take out the module name
wings.hrl:189: referring to built-in type array as a remote type; please take out the module name
wings.hrl:190: referring to built-in type array as a remote type; please take out the module name
wings.hrl:191: referring to built-in type array as a remote type; please take out the module name
wings.hrl:193: referring to built-in type set as a remote type; please take out the module name
wings.hrl:194: referring to built-in type array as a remote type; please take out the module name
wings.hrl:196: referring to built-in type array as a remote type; please take out the module name
make[2]: *** [../ebin/wings.beam] Error 1
make[2]: Leaving directory `/tmp/wings-1.5.4/src'
make[1]: *** [opt] Error 2
make[1]: Leaving directory `/tmp/wings-1.5.4/src'
make: *** [all] Error 2

Here are the packages I installed:
erlang libsdl1.2-dev rebar erlang-esdl erlang-cl erlang-esdl-dev
I don't think I needed rebar, as I wasn't building any of the other dependencies from source, but wasn't sure.
I ran the command export ERL_LIBS=/usr/lib/erlang/lib

The only info I could gather from searching around is these issues might be to do with incompatibility between Erlang versions? Thanks for any help!
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Messages In This Thread
Compiling from source, errors in wings.hrl - by callmeclean - 05-03-2016, 04:19 PM
RE: Compiling from source, errors in wings.hrl - by micheus - 05-03-2016, 04:56 PM
RE: Compiling from source, errors in wings.hrl - by callmeclean - 05-04-2016, 05:18 AM
RE: Compiling from source, errors in wings.hrl - by dgud - 05-04-2016, 07:42 AM
RE: Compiling from source, errors in wings.hrl - by callmeclean - 05-04-2016, 08:23 AM
RE: Compiling from source, errors in wings.hrl - by dgud - 05-04-2016, 01:11 PM
RE: Compiling from source, errors in wings.hrl - by callmeclean - 05-04-2016, 01:34 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode