Skip to content
Snippets Groups Projects
  1. Oct 23, 2018
  2. Oct 22, 2018
  3. Oct 21, 2018
  4. Oct 20, 2018
  5. Oct 18, 2018
  6. Oct 17, 2018
    • rswindell's avatar
      More GCC printf-warning fixes <sigh>. · 1b92da55
      rswindell authored
      The PRIuOFF versus off_t definition mismatch (in ftpsrvr.c too) has not
      yet been resolved (on rPi, gcc 6.3.0).
      1b92da55
    • rswindell's avatar
      Added missing JS_LIBS argument to JSexec link command. This resolves the · 4d84fd7f
      rswindell authored
      following error when building with 'make JSLIB=mozjs185':
      /usr/bin/ld: gcc.linux.../jsexec.o: undefined reference to symbol 'JS_EndRequest'
      //usr/lib/libmozjs185.so.1.0: error adding symbols: DSO missing from command line
      collect2: error: ld returned 1 exit status
      GNUmakefile:209: recipe for target 'gcc.linux.../jsexec' failed
      make: *** [gcc.linux.../jsexec] Error 1
      4d84fd7f
Loading