cpcsdk / cpctools

Tools for CPC cross-development
37 stars 5 forks source link

Dependency bug prevents Linux compile #58

Closed pulkomandy closed 10 years ago

pulkomandy commented 10 years ago

From 00a...@gmail.com on July 13, 2011 10:37:56

see line 56 of src/makefile.am . Using a backslash rather than a forward slash in a filename introduces a dependency problem. fixing this allows me to compile (on Arch Linux, x86_64)

Original issue: http://code.google.com/p/cpcsdk/issues/detail?id=58

pulkomandy commented 10 years ago

From pulkoma...@gmail.com on July 13, 2011 13:14:49

Please submit a patch if you can (use svn diff). Nice to see you here anyway :)

pulkomandy commented 10 years ago

From 00a...@gmail.com on July 13, 2011 17:52:36

I hadn't submitted a patch because it was so trivial that it could easily be faster to fix by hand. I'll attach one now though.

I was pleasantly surprised to see you involved with this project too :)

Attachment: depbugfix.diff

pulkomandy commented 10 years ago

From pulkoma...@gmail.com on July 14, 2011 01:53:23

Fixed in r500 . thanks !

pulkomandy commented 10 years ago

From pulkoma...@gmail.com on July 14, 2011 01:54:07

Status: Fixed