[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnokii-0.6.1 win32 compile
From: |
Pawel Kot |
Subject: |
Re: gnokii-0.6.1 win32 compile |
Date: |
Sat, 29 May 2004 18:18:51 +0200 |
User-agent: |
KMail/1.6.2 |
On Thursday 27 May 2004 18:08, address@hidden wrote:
> Creating library Debug/gnokiid.lib and object Debug/gnokiid.exp
> gsm-api.obj : error LNK2001: unresolved external symbol _driver_gnapplet
> Debug/gnokiid.dll : fatal error LNK1120: 1 unresolved externals
> Error executing link.exe.
>
> gnokii.exe - 2 error(s), 49 warning(s)
Well, there are two ways to check this out. From the output above I imply that
gnapplet driver did compile successfully. So the solution will be to link it
with libgnokii.dll:
--- win32/MSVC6/libgnokii.dsp~ 2004-05-29 18:16:32.000000000 +0200
+++ win32/MSVC6/libgnokii.dsp 2004-05-29 18:16:32.000000000 +0200
@@ -134,6 +134,10 @@
# End Source File
# Begin Source File
+SOURCE=..\..\common\phones\gnapplet.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\common\cfgreader.c
# End Source File
# Begin Source File
If gnapplet doesn't compile under Windows just disable compiling it in
common/phones/Makefile either by commenting this out or by puttin it between
ifdef WIN32
I'm commiting the first solution to CVS.
take care,
pkot
--
mailto:address@hidden
http://www.gnokii.org/