azynheira / distel

Automatically exported from code.google.com/p/distel
0 stars 0 forks source link

make failed at CheckOut Version 45 #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. make
2.
3.

What is the expected output? What do you see instead?
src/distel.erl:12: can't find include lib "kernel/include/file.hrl"

What version of the product are you using? On what operating system?
Ubuntu 7.10

Please provide any additional information below.

Original issue reported on code.google.com by yuxh...@gmail.com on 23 Oct 2007 at 3:35

GoogleCodeExporter commented 8 years ago
  the compiler can't find the header files(?) what does this do on your machine;

1> code:lib_dir("kernel").
"/vobs/otp/otp_delivery/solaris8_sparc/lib/kernel-2.11.4.2"

Original comment by mats.cro...@gmail.com on 23 Oct 2007 at 2:37

GoogleCodeExporter commented 8 years ago
I tried , it works while trying to load kernel . But still can not do "make".
------------------------------
Eshell V5.5.5  (abort with ^G)
1> code:lib_dir("kernel").
"/usr/lib/erlang/lib/kernel-2.11.5"
2> 
 ------------------------------

Original comment by yuxh...@gmail.com on 24 Oct 2007 at 12:38

GoogleCodeExporter commented 8 years ago
I tried to find the "file.hrl" that mentioned in the error msg :
"src/distel.erl:12: can't find include lib "kernel/include/file.hrl"

I found it in "/usr/lib/elang/lib/kernel-2.11.2/include/file.hrl"

and there's no "file.hrl" and even not the "include" directory under the
"/kernel-2.11.5".

I have installed Erlang V5.5.5 with apt-get in ubuntu 7.10.

so ,I just want to figure out who cause this problem , Ubuntu's deb package or
Erlang_OTP release, or distel just need a upgrade

thx

/krzycube

Original comment by yuxh...@gmail.com on 26 Oct 2007 at 2:17

GoogleCodeExporter commented 8 years ago
i finally found where is the problem is : i have forget the package 
"erlang-dev" in
Ubuntu source.
cause it's not in the "erlang" and "erlang-base" default package.

thank you guys .

/krzycube

Original comment by yuxh...@gmail.com on 29 Oct 2007 at 12:47

GoogleCodeExporter commented 8 years ago
  not a distel problem. apparently due to ubuntu packaging (?)

Original comment by mats.cro...@gmail.com on 7 Nov 2007 at 10:04