Menu

#2 Fixed compiling on Linux

Unstable (example)
open
nobody
None
5
2018-12-25
2018-08-28
Keith Bowes
No

This fixes the compilation error (PATH_MAX undefined) and makes various other improvements.

1 Attachments

Discussion

  • Clay S

    Clay S - 2018-10-02

    i had to change $(CXX) -o $@ $^ $(LDFLAGS) to get it to link properly aswell

     

    Last edit: Clay S 2018-10-02
  • Keith Bowes

    Keith Bowes - 2018-10-10

    Odd. The sed calls in the Makefile should take care of the case conversions.

     
  • Clay S

    Clay S - 2018-12-25

    its not case conversions, its linker ordering, the ldflags had to be on the end

     

Log in to post a comment.