jehiah / json2csv

command line tool to convert json to csv
MIT License
801 stars 94 forks source link

Make error #6

Closed doronkatz closed 11 years ago

doronkatz commented 12 years ago

When running make:

Error received:

Updating goal targets.... File all' does not exist. Filejson2csv' does not exist. Must remake target `json2csv'. cc -I. -I/usr/local/include -O2 -g -o json2csv json2csv.c -L. -L/usr/local/lib -ljson json2csv.c:156:15: error: non-void function 'parse_fields' should return a value [-Wreturn-type] if (!str) return; ^ 1 error generated. make: *\ [json2csv] Error 1

I have done the json-c pre-requisite changes.

please email me at doron@doronkatz.com for more info

Thanks!

jehiah commented 11 years ago

fixed by #7