Difference between revisions of "Talk:Compilation"
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | '''How | + | '''How can I build SIM with Visual Studio? ''' |
| − | ''' | + | |
| + | Have problem with make at FC8 distr | ||
| + | |||
| + | Making all in plugins/action | ||
| + | make[2]: Entering directory `/usr/share/sim-0.9.5-0.SVN20080328.Hu.0.src/trunk/plugins/action' | ||
| + | make[2]: Nothing to be done for `all'. | ||
| + | make[2]: Leaving directory `/usr/share/sim-0.9.5-0.SVN20080328.Hu.0.src/trunk/plugins/action' | ||
| + | Making all in plugins/autoaway | ||
| + | make[2]: Entering directory `/usr/share/sim-0.9.5-0.SVN20080328.Hu.0.src/trunk/plugins/autoaway' | ||
| + | /bin/sh ../../libtool --silent --tag=CXX --mode=link g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fno-strict-aliasing -module -no-undefined -avoid-version -L../../sim/.libs -L/usr/lib/qt-3.3//lib -R /usr/lib -R /usr/lib -R /usr/lib/qt-3.3//lib -R /usr/lib -L/usr/lib/qt-3.3//lib -L/usr/lib -lXss -L/usr/lib/qt-3.3//lib -L/usr/lib -o autoaway.la -rpath /usr/lib/sim autoaway.lo autoawaycfg.lo idleui.lo autoawaycfgbase.lo ../../sim/libsim.la -lkdecore -lkdeui -lkio -lqt-mt -lz -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread | ||
| + | /usr/bin/ld: cannot find -lXss | ||
| + | collect2: ld returned 1 exit status | ||
| + | make[2]: *** [autoaway.la] Error 1 | ||
| + | make[2]: Leaving directory `/usr/share/sim-0.9.5-0.SVN20080328.Hu.0.src/trunk/plugins/autoaway' | ||
| + | make[1]: *** [all-recursive] Error 1 | ||
| + | make[1]: Leaving directory `/usr/share/sim-0.9.5-0.SVN20080328.Hu.0.src/trunk' | ||
| + | make: *** [all] Error 2 | ||
| + | |||
| + | thanks. | ||
| + | Macoos. | ||
Latest revision as of 20:58, 12 April 2008
How can I build SIM with Visual Studio?
Have problem with make at FC8 distr
Making all in plugins/action make[2]: Entering directory `/usr/share/sim-0.9.5-0.SVN20080328.Hu.0.src/trunk/plugins/action' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/share/sim-0.9.5-0.SVN20080328.Hu.0.src/trunk/plugins/action' Making all in plugins/autoaway make[2]: Entering directory `/usr/share/sim-0.9.5-0.SVN20080328.Hu.0.src/trunk/plugins/autoaway' /bin/sh ../../libtool --silent --tag=CXX --mode=link g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fno-strict-aliasing -module -no-undefined -avoid-version -L../../sim/.libs -L/usr/lib/qt-3.3//lib -R /usr/lib -R /usr/lib -R /usr/lib/qt-3.3//lib -R /usr/lib -L/usr/lib/qt-3.3//lib -L/usr/lib -lXss -L/usr/lib/qt-3.3//lib -L/usr/lib -o autoaway.la -rpath /usr/lib/sim autoaway.lo autoawaycfg.lo idleui.lo autoawaycfgbase.lo ../../sim/libsim.la -lkdecore -lkdeui -lkio -lqt-mt -lz -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread /usr/bin/ld: cannot find -lXss collect2: ld returned 1 exit status make[2]: *** [autoaway.la] Error 1 make[2]: Leaving directory `/usr/share/sim-0.9.5-0.SVN20080328.Hu.0.src/trunk/plugins/autoaway' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/share/sim-0.9.5-0.SVN20080328.Hu.0.src/trunk' make: *** [all] Error 2
thanks. Macoos.