Ticket #522 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

vformat for sunos5 build fail

Reported by: HaltonHuo Assigned to: abauer
Priority: high Milestone:
Component: Plugin: vformat Version:
Severity: critical Keywords:
Cc:

Description

$scons prefix=/usr scons: Reading SConscript files ... Looking for build directory for platform 'sunos5' Found directory build/sunos5, will build there Checking for pkg-config... (cached) yes Checking for glib-2.0 >= 2.4... (cached) yes Checking for opensync-1.0 >= 0.30... (cached) yes scons: done reading SConscript files. scons: Building targets ... cc -o tools/vconvert tools/vconvert.o -L/usr/lib -lopensync Undefined first referenced

symbol in file

g_free tools/vconvert.o (symbol belongs to implicit dependency /usr/lib/libglib-2.0.so.0) g_string_insert_c tools/vconvert.o (symbol belongs to implicit dependency /usr/lib/libglib-2.0.so.0) ld: fatal: Symbol referencing errors. No output written to tools/vconvert scons: *** [tools/vconvert] Error 1 scons: building terminated because of errors.

Attachments

format-plugin-sunos5-build.diff (0.6 kB) - added by HaltonHuo on 07/28/07 03:22:44.
add glib-2.0 to LIBS in tools/SConscript to fix this bug

Change History

07/28/07 03:22:44 changed by HaltonHuo

  • attachment format-plugin-sunos5-build.diff added.

add glib-2.0 to LIBS in tools/SConscript to fix this bug

10/15/07 23:49:28 changed by dgollub

  • status changed from new to closed.
  • resolution set to fixed.
  • component changed from OpenSync to Plugin: vformat.

Commited. r2586

jfyi - it's planned to move from scons to cmake.