• 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

dgud
Offline

Grumpy Dev
Posts: 692
Threads: 37
Joined: Nov 2012
#6
05-04-2016, 01:11 PM
I just tested 1.5.4 builds clean with 18.3 release, so an erlang 18.* should be used.

-Werror is located for instance in src/Makefile in line 135

export ERL_LIBS=/home/dgud/src

> ls $ERL_LIBS
cl esdl wings

You can have several dirs in your ERL_LIBS=/usr/lib/erlang/lib:/home/callmeclean/src
if wings code dir is located in /home/callmeclean/src
(note on windows the separator is ';' instead of ':')

wings-2.0 requires that itself is included in ERL_LIBS, it is much easier to find include files that way.

wings-2.0 requires wxWidgets packages and that erlang is compiled to use them.

You can test with:
>erl
Erlang/OTP 18 [erts-7.3] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]

Eshell V7.3 (abort with ^G)
1> wx:demo().
ok
2>

should pop up a demo window or print an error message.
« 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