openlaunchd icon indicating copy to clipboard operation
openlaunchd copied to clipboard

liblaunch needs to build before anything else

Open rtyler opened this issue 10 years ago • 3 comments

Before any further porting work on launchd or launchproxy is to continue, liblaunch is going to need to be tested and ported.

cc -O2 -pipe  -Werror -I/usr/home/tyler/source/github/launchd-for-freebsd/launchproxy/../src -I/usr/home/tyler/source/github/launchd-for-freebsd/launchproxy/../liblaunch -std=gnu99 -Qunused-arguments -fstack-protector   -o launchproxy launchproxy.o
launchproxy.o: In function `main':
launchproxy.c:(.text+0x39): undefined reference to `launch_data_alloc'
launchproxy.c:(.text+0x4d): undefined reference to `launch_data_set_string'
launchproxy.c:(.text+0x77): undefined reference to `launch_msg'
launchproxy.c:(.text+0x8b): undefined reference to `launch_data_free'
launchproxy.c:(.text+0x98): undefined reference to `launch_data_dict_lookup'
launchproxy.c:(.text+0xba): undefined reference to `launch_data_dict_lookup'
launchproxy.c:(.text+0xc7): undefined reference to `launch_data_get_integer'
launchproxy.c:(.text+0xdb): undefined reference to `launch_data_dict_lookup'
launchproxy.c:(.text+0xe8): undefined reference to `launch_data_get_string'
launchproxy.c:(.text+0xf8): undefined reference to `launch_data_dict_lookup'
launchproxy.c:(.text+0x111): undefined reference to `launch_data_dict_lookup'
launchproxy.c:(.text+0x11e): undefined reference to `launch_data_get_bool'
launchproxy.c:(.text+0x131): undefined reference to `launch_data_dict_lookup'
launchproxy.c:(.text+0x145): undefined reference to `launch_data_dict_lookup'
launchproxy.c:(.text+0x391): undefined reference to `launch_data_dict_lookup'
launchproxy.c:(.text+0x3a2): undefined reference to `launch_data_get_bool'
launchproxy.o: In function `find_fds':
launchproxy.c:(.text+0x4ff): undefined reference to `launch_data_get_type'
launchproxy.c:(.text+0x519): undefined reference to `launch_data_get_fd'
launchproxy.c:(.text+0x59d): undefined reference to `launch_data_dict_iterate'
launchproxy.c:(.text+0x5ac): undefined reference to `launch_data_array_get_count'
launchproxy.c:(.text+0x5c7): undefined reference to `launch_data_array_get_index'
launchproxy.c:(.text+0x5de): undefined reference to `launch_data_array_get_count'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

Stop.
make[1]: stopped in /usr/home/tyler/source/github/launchd-for-freebsd/launchproxy
*** Error code 1

rtyler avatar Dec 04 '13 07:12 rtyler