VOGONS

Common searches


First post, by lucky7456969

User metadata
Rank Oldbie
Rank
Oldbie

I am looking for a forum
I need to setup cygwin to compile a linux project on windows
Any links?
Thanks
Jack

Reply 4 of 8, by lucky7456969

User metadata
Rank Oldbie
Rank
Oldbie
Jorpho wrote:

Yes? And what have you tried so far?

I just run the configure command then the make command
Then There are error messages.
I'd try to post the error messages. But
don't know how to cut n paste text off the cygwin terminal.

Reply 6 of 8, by lucky7456969

User metadata
Rank Oldbie
Rank
Oldbie
make[4]: Entering directory `/cygdrive/c/Users/Jacky/tme-0.8/tme-0.8/libtme'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I. -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/harfbuzz -D_TME_IMPL -DTME_NO_LOG -DTME_NO_DEBUG_LOCKS -DTME_NO_AUDIT_ATOMICS -DNDEBUG -g -O2 -Wundef -Wall -Werror -MT module.lo -MD -MP -MF .deps/module.Tpo -c -o module.lo module.c
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I. -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/harfbuzz -D_TME_IMPL -DTME_NO_LOG -DTME_NO_DEBUG_LOCKS -DTME_NO_AUDIT_ATOMICS -DNDEBUG -g -O2 -Wundef -Wall -Werror -MT module.lo -MD -MP -MF .deps/module.Tpo -c module.c -DDLL_EXPORT -DPIC -o .libs/module.o
In file included from module.c:48:0:
module.c: In function 'tme_module_init':
module.c:93:3: error: 'lt_preloaded_symbols' undeclared (first use in this function)
LTDL_SET_PRELOADED_SYMBOLS();
^
module.c:93:3: note: each undeclared identifier is reported only once for each function it appears in
module.c: In function 'tme_module_close':
make[4]: Entering directory `/cygdrive/c/Users/Jacky/tme-0.8/tme-0.8/libtme'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I. -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/harfbuzz -D_TME_IMPL -DTME_NO_LOG -DTME_NO_DEBUG_LOCKS -DTME_NO_AUDIT_ATOMICS -DNDEBUG -g -O2 -Wundef -Wall -Werror -MT module.lo -MD -MP -MF .deps/module.Tpo -c -o module.lo module.c
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I. -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/harfbuzz -D_TME_IMPL -DTME_NO_LOG -DTME_NO_DEBUG_LOCKS -DTME_NO_AUDIT_ATOMICS -DNDEBUG -g -O2 -Wundef -Wall -Werror -MT module.lo -MD -MP -MF .deps/module.Tpo -c module.c -DDLL_EXPORT -DPIC -o .libs/module.o
In file included from module.c:48:0:
module.c: In function 'tme_module_init':
module.c:93:3: error: 'lt_preloaded_symbols' undeclared (first use in this function)
LTDL_SET_PRELOADED_SYMBOLS();
^
module.c:93:3: note: each undeclared identifier is reported only once for each function it appears in
module.c: In function 'tme_module_close':
module.c:386:7: error: variable 'rc' set but not used [-Werror=unused-but-set-variable]
int rc;
^
cc1: all warnings being treated as errors
Makefile:370: recipe for target `module.lo' failed
make[4]: *** [module.lo] Error 1
make[4]: Leaving directory `/cygdrive/c/Users/Jacky/tme-0.8/tme-0.8/libtme'
Makefile:406: recipe for target `all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/cygdrive/c/Users/Jacky/tme-0.8/tme-0.8/libtme'
Makefile:267: recipe for target `all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory `/cygdrive/c/Users/Jacky/tme-0.8/tme-0.8/libtme'
Makefile:315: recipe for target `all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/Users/Jacky/tme-0.8/tme-0.8'
Makefile:228: recipe for target `all' failed
make: *** [all] Error 2

module.c:386:7: error: variable 'rc' set but not used [-Werror=unused-but-set-variable]
int rc;
^
cc1: all warnings being treated as errors
Makefile:370: recipe for target `module.lo' failed
make[4]: *** [module.lo] Error 1
make[4]: Leaving directory `/cygdrive/c/Users/Jacky/tme-0.8/tme-0.8/libtme'
Makefile:406: recipe for target `all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/cygdrive/c/Users/Jacky/tme-0.8/tme-0.8/libtme'
Makefile:267: recipe for target `all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory `/cygdrive/c/Users/Jacky/tme-0.8/tme-0.8/libtme'
Makefile:315: recipe for target `all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/Users/Jacky/tme-0.8/tme-0.8'
Makefile:228: recipe for target `all' failed
make: *** [all] Error 2

Reply 8 of 8, by Jorpho

User metadata
Rank l33t++
Rank
l33t++

http://www.lmgtfy.com/?q=%22%27lt_preloaded_s … +undeclared+%22

It looks like you've already gotten some advice.

I also note that you've posted about this before. I further note that the program page refers to an environment variable named LTDL_LIBRARY_PATH and not LD_LIBRARY PATH.