Menu

#508 Doesn't build under FreeBSD

open
nobody
General (19)
5
2010-03-06
2010-03-06
Dmitry
No

'configure' generates a build.h with empty OSTYPE
thus 'make' immediately terminates with an "empty #define" error
the "#define FreeBSD" seems to work here

Discussion

  • Dmitry

    Dmitry - 2010-03-06

    next step:
    had to change
    struct tm* os::localtime(long *secs)
    to
    struct tm* os::localtime(time_t *secs)
    to move further
    ...still fighting with something else...

     
  • Dmitry

    Dmitry - 2010-03-06

    next step:
    LDFLAGS should include the /usr/local/lib path

     
  • Dmitry

    Dmitry - 2010-03-07

    next steps:

    install /usr/ports/databases/libodbc++

    download and install Diablo Caffe JDK 1.6.0 from http://www.freebsdfoundation.org/downloads/java.shtml

    run
    ./configure LDFLAGS="-L/usr/local/lib" CXXFLAGS="-I/usr/local/diablo-jdk1.6.0/include -I/usr/local/diablo-jdk1.6.0/include/freebsd"

    at last compiled and installed successfully

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.