akifbilal / networkpx

Automatically exported from code.google.com/p/networkpx
0 stars 1 forks source link

missed library to include when compile MultiTap #405

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Checkout the source
2. Compile hk.kennytm.MultiTap/src

Undefined symbols:
  "_OBJC_METACLASS_$_UIKeyboardInputManagerAlphabet", referenced from:
      _OBJC_METACLASS_$_MultiTapInputManager in ccYuV25o.o
  "_OBJC_CLASS_$_UIKeyboardInputManagerAlphabet", referenced from:
      _OBJC_CLASS_$_MultiTapInputManager in ccYuV25o.o
ld: symbol(s) not found
collect2: ld returned 1 exit status

I don't know what missed library is. In folder:
hk.kennytm.iKeyEx/deb/usr/lib I got only one file: libiKeyEx.dylib.

I had compile hk.kennytm.iKeyEx/src before but it was success with
libiKeyEx.dylib only. The next one got error: "ld: library not found for
-lsubstrate"

Please show me the way... Thank you very much!

What is the expected output? What do you see instead?

What version of the product are you using? 
=> iPhone 2G.

On what operating system
(iPhone/iPod Touch? Firmware version?)?
=> 3.1.2

Please provide any additional information below.

Original issue reported on code.google.com by huuqu...@gmail.com on 28 Oct 2009 at 5:25

GoogleCodeExporter commented 8 years ago
You need to link to TextInput.framework to compile on 3.x.

Original comment by kennytm@gmail.com on 31 Oct 2009 at 12:02

GoogleCodeExporter commented 8 years ago
Thanks so much! I found it...

Original comment by huuqu...@gmail.com on 3 Nov 2009 at 2:18

GoogleCodeExporter commented 8 years ago
Closing for iKeyEx 3.

Original comment by kennytm@gmail.com on 11 Dec 2009 at 2:12