datalogistics / ibp_server

3 stars 3 forks source link

ibp_server requires few cmake and headerfile edits to compile properly #1

Open ameyjah opened 10 years ago

ameyjah commented 10 years ago

Need to adjust so that it gets build on redhat and debian with ease.

Issues identified

  1. apr related folders are not same. redhat uses apr-1 where as debian uses apr-1.0
  2. Few conditional compilation flags are not initialized. i.e HAVE_STDINT
ameyjah commented 10 years ago

I am working on debian 7 build. Let me see if I can fix it