Author Topic: v18 linux version with hotfix-5 still has bug when auto generate makefiles  (Read 2369 times)

yichigo

  • New Community Member
  • Posts: 1
  • Hero Points: 0
Hi,
Slickedit v18 linux version has something wrong with auto generated makefiles,
patched with hotfix 1800_5, most file-name-suffix bugs have been fixed.
however, as is shown in the following line, there is still an incorrect one:
COMPILE=g++ -c  "-D_POSIX_" -g -fPIC -pg -o "ï¿¥(OUTDIR)/ï¿¥(*F).soe" ï¿¥(CFG_INC) "ï¿¥<"
Maybe,the suffix 'soe' should be replaced by 'o'.

Modify which Macro file can fix this problem? Anyone can help me?
Thanks!
« Last Edit: August 09, 2013, 10:14:10 AM by yichigo »

Graeme

  • Senior Community Member
  • Posts: 2796
  • Hero Points: 347
Have you seen this thread?
http://community.slickedit.com/index.php/topic,9481.msg40415.html#msg40415

If you definitely still have a problem with hotfix 5 you should report to slickedit support.

guth

  • Senior Community Member
  • Posts: 104
  • Hero Points: 7
I have a similar problem with hotfix 5. Under Linux, the generated makefile is (*F) without any ending. I have to manually change it to (*F).o to get things working.