| Using the git repository, I am now getting errors on both my Mavericks and Yosemite machines. I did make some changes to my ~/.bash_profile when I was working on my prompts for screen so it's possible this is something I did but if so I haven't found it. My "make" file is attached. I am starting this as a separate thread because I think my errors are different from the ones somebody else posted. |
cd Programs && /Applications/Xcode.app/Contents/Developer/usr/bin/make all
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./main.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -I/opt/local/include -c ./brltty.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./program.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./pgmpath_none.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./service_none.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./pid.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./options.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./params_none.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./log.c
./log.c:206:18: warning: comparison of unsigned enum expression >= 0 is always
true [-Wtautological-compare]
return ((index >= 0) && (index < LOG_CATEGORY_COUNT))?
&logCategoryTable[index]: NULL;
~~~~~ ^ ~
1 warning generated.
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./addresses.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./file.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./device.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./parse.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./timing.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./async_handle.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./async_data.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./async_wait.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./async_alarm.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./async_task.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./async_io.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./async_event.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./async_signal.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./async_thread.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./queue.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./dynld_dlfcn.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./ports_none.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -x objective-c -c ./system_darwin.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./hostcmd.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./hostcmd_unix.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./datafile.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -I/opt/local/include -c ./unicode.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./lock.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./charset.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./charset_none.c
../getrevid -s -f revision_identifier.h -d unknown ../
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./revision.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./report.c
gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2
-std=gnu99 -Wall -c ./config.c
./config.c:2617:7: warning: implicit declaration of function 'setlocale' is
invalid in C99 [-Wimplicit-function-declaration]
if (setlocale(LC_ALL, locale)) return 1;
^
./config.c:2617:17: error: use of undeclared identifier 'LC_ALL'; did you mean
'P_ALL'?
if (setlocale(LC_ALL, locale)) return 1;
^~~~~~
P_ALL
/usr/include/sys/wait.h:80:2: note: 'P_ALL' declared here
P_ALL,
^
./config.c:2619:13: error: use of undeclared identifier 'LC_ALL'; did you mean
'P_ALL'?
setlocale(LC_ALL, configuredLocale);
^~~~~~
P_ALL
/usr/include/sys/wait.h:80:2: note: 'P_ALL' declared here
P_ALL,
^
1 warning and 2 errors generated.
make[1]: *** [config.o] Error 1
make: *** [all] Error 2
-- Cheryl I tried and tried to turn over a new leaf. I got crumpled wads of tear-stained paper thrown in the trash! Then God gave me a new heart and life: His joy for my despairing tears! And now, every day: "This I call to mind, and therefore I have hope: The steadfast love of the Lord never ceases; his mercies never come to an end; they are new every morning; great is your faithfulness." (Lamentations 3:21-23 ESV) |
_______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
