![]() |
2012-04-05
, 19:51
|
|
Posts: 113 |
Thanked: 334 times |
Joined on Oct 2010
@ Argentina
|
#11
|
The Following User Says Thank You to NerdKnight For This Useful Post: | ||
![]() |
2012-04-05
, 19:51
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#12
|
![]() |
2012-04-05
, 20:55
|
|
Posts: 113 |
Thanked: 334 times |
Joined on Oct 2010
@ Argentina
|
#13
|
dpkg-shlibdeps: error: no dependency information found for /usr/lib/libSDL_mixer-1.2.so.0 (used by debian/freesynd/usr/local/bin/freesynd). dh_shlibdeps: dpkg-shlibdeps -Tdebian/freesynd.substvars
![]() |
2012-04-05
, 21:07
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#14
|
The Following 2 Users Say Thank You to szopin For This Useful Post: | ||
![]() |
2012-04-05
, 23:02
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#15
|
I made some modifications to the code to emulate the right mouse button (holding x key) and esc key (pressing CTRL+q). Please tell me if there is another key that needs to be emulated.
The Following User Says Thank You to Estel For This Useful Post: | ||
![]() |
2012-04-06
, 09:26
|
Posts: 105 |
Thanked: 46 times |
Joined on May 2011
|
#16
|
![]() |
2012-04-06
, 09:34
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#17
|
...right and middle mouse click (blue arrow +tap and shift+blue arrow+tap, respectively)
The Following User Says Thank You to vi_ For This Useful Post: | ||
![]() |
2012-04-06
, 13:32
|
|
Posts: 113 |
Thanked: 334 times |
Joined on Oct 2010
@ Argentina
|
#18
|
The Following 3 Users Say Thank You to NerdKnight For This Useful Post: | ||
![]() |
2012-04-10
, 18:50
|
|
Posts: 113 |
Thanked: 334 times |
Joined on Oct 2010
@ Argentina
|
#19
|
Aapo needs to chime in, he didn't promote his ibsdlimage because of naming conventions/fear of backwards incompatibility. If we can somehow find a way to test 2.10 to confirm it doesn't break anything with previous packages this should be fixed. If no easy way to do it exist you can always include .so files for it and statically link.
Not sure how to deal with first problem though
The Following User Says Thank You to NerdKnight For This Useful Post: | ||
![]() |
2012-04-11
, 08:05
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#20
|
-target_link_libraries (freesynd ${PNG_LIBRARIES} ${SDL_LIBRARY} ${SDL_MIXER} ${SDL_IMAGE} ) +target_link_libraries (freesynd ${PNG_LIBRARIES} ${SDL_LIBRARY} ) +target_link_libraries (freesynd /usr/lib/libSDL_mixer.a -lvorbisfile -lvorbis -logg -lsmpeg -lmikmod) +target_link_libraries (freesynd /usr/lib/libSDL_image.a -ljpeg -ltiff)
The Following 3 Users Say Thank You to AapoRantalainen For This Useful Post: | ||