chyyuu / distorm

Automatically exported from code.google.com/p/distorm
GNU General Public License v3.0
0 stars 0 forks source link

OSX install fails as Make never creates 'libdstorm64.dylib' or 'distorm3.so'. No make errors pop up. #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  make all
2.  ./instpython.sh
3.

What is the expected output? What do you see instead?

After reading instpython.sh, I would expect 'make all' to create the
files:
  libdistorm64.dylib and distorm3.so
in the current working directory.

Instead, it creates only distorm3.dylib and running './instpython.sh'
fails as expected with: "*** Error: Can't find libdistorm64.dylib!"

The make all command produced no errors (echo $? prints 0), only a few
warnings which I
have attached.

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

I'm trying to install distorm3 on OSX 10.6.3 from the zip file in
the "Downloads" section.

Please provide any additional information below.

I have attached the output produced by the 'make all' command
(makeout.txt).  I've also attached the warnings I see during 
make all (makewarning.txt).

Original issue reported on code.google.com by privacyi...@gmail.com on 29 Apr 2010 at 5:04

Attachments:

GoogleCodeExporter commented 9 years ago
Hey there,

It seems that the SUPPORT_64BIT_OFFSET can be dropped from the makefile itself, 
because it's already defined in config.h.

Also, the problem is that I can't test it myself, can you fix it and send to 
me, so I 
will update the files?

Thanks,
Gil

Original comment by distorm@gmail.com on 1 May 2010 at 10:17

GoogleCodeExporter commented 9 years ago
Gonna throw all Python compilations away.

Original comment by distorm@gmail.com on 13 May 2010 at 2:02