The problems with trydll project and win.mak should now be fixed in SVN
revision 317.  Please give it a try when you get the chance.  Thanks.

John


On Sat, Sep 4, 2010 at 2:13 PM, K. John Wu <[email protected]> wrote:

> I am using Visual Studio 2008 daily with the recent releases.  Even though
> the error messages you've included does not mention anything related to
> pthread, my first guess is that you are missing pthread. Please download
> pthread win32 <http://sourceware.org/pthreads-win32/> and edit the path
> related to pthread.  There are some information about this in win/README as
> well.
>
> Good luck.
>
> John
>
>
> On 9/4/2010 6:09 AM, orion tracking wrote:
>
>> Hi, I have a compile error in Windows using Visual Studio 2008.  Could
>> anyone please help me on the following errors:
>>
>> C:\Tools\VS\VC\BIN\link /NOLOGO /out:ibis.exe /LIBPATH:"C:\Tools\VS\VC\L
>> ib" /LIBPATH:"C:\Program Files\Microsoft SDKs\Windows\v6.0A\lib"
>> /LIBPATH:"C:\To
>> ols\pthread\lib" /SUBSYSTEM:CONSOLE pthreadVC2.lib psapi.lib
>> advapi32.lib ibis.o
>> bj fastbit.lib
>> fastbit.lib(column.obj) : error LNK2019: unresolved external symbol
>> "public: uns
>> igned int __thiscall ibis::dictionary::insert(char const *)"
>> (?ins...@dictionary <mailto:?ins...@dictionary>
>> @ibis@@qaei...@z) referenced in function "protected: long __thiscall
>> ibis::colum
>> n::string2int(int,class ibis::dictionary &,unsigned int,char *,class
>> ibis::array
>> _t<unsigned int> &)const "
>> (?string2...@column@ibis@@ibejhaavdiction...@2@IPADAA
>> <mailto:?string2...@column@ibis@@ibejhaavdiction...@2@IPADAA>
>> v?$arra...@i@2@@Z <mailto:v?$arra...@i@2@@Z>)
>> fastbit.lib(category.obj) : error LNK2001: unresolved external symbol
>> "public: u
>> nsigned int __thiscall ibis::dictionary::insert(char const *)"
>> (?ins...@dictiona <mailto:?ins...@dictiona>
>> r...@ibis@@qaei...@z <mailto:r...@ibis@@qaei...@z>)
>> fastbit.lib(category.obj) : error LNK2019: unresolved external symbol
>> "public: i
>> nt __thiscall ibis::dictionary::read(char const *)"
>> (?r...@dictionary@ibis@@QAEH <mailto:?r...@dictionary@ibis@@QAEH>
>> p...@z <mailto:p...@z>) referenced in function "private: void __thiscall
>> ibis::category::readDict
>> ionary(char const *)const " (?readdiction...@category@ibis@@abex...@z
>> <mailto:?readdiction...@category@ibis@@abex...@z>)
>> fastbit.lib(ikeywords.obj) : error LNK2001: unresolved external symbol
>> "public:
>> int __thiscall ibis::dictionary::read(char const *)"
>> (?r...@dictionary@ibis@@QAE <mailto:?r...@dictionary@ibis@@QAE>
>> h...@z <mailto:h...@z>)
>> fastbit.lib(category.obj) : error LNK2019: unresolved external symbol
>> "public: v
>> oid __thiscall ibis::dictionary::clear(void)"
>> (?cl...@dictionary@ibis@@QAEXXZ <mailto:?cl...@dictionary@ibis@@QAEXXZ>)
>> r
>> eferenced in function "public: __thiscall
>> ibis::dictionary::~dictionary(void)" (
>> ??1diction...@ibis@@q...@xz <mailto:??1diction...@ibis@@q...@xz>)
>> fastbit.lib(ikeywords.obj) : error LNK2001: unresolved external symbol
>> "public:
>> void __thiscall ibis::dictionary::clear(void)"
>> (?cl...@dictionary@ibis@@QAEXXZ <mailto:?cl...@dictionary@ibis@@QAEXXZ>)
>> fastbit.lib(category.obj) : error LNK2019: unresolved external symbol
>> "public: u
>> nsigned int __thiscall ibis::dictionary::operator[](char const *)const
>> " (??Adic
>> tion...@ibis@@qbei...@z <mailto:tion...@ibis@@qbei...@z>) referenced
>> in function "public: char const * __thiscall
>> ibis::dictionary::find(char const *)const "
>> (?f...@dictionary@ibis@@qbepbd...@z
>> <mailto:?f...@dictionary@ibis@@qbepbd...@z>
>> )
>> fastbit.lib(ikeywords.obj) : error LNK2001: unresolved external symbol
>> "public:
>> unsigned int __thiscall ibis::dictionary::operator[](char const
>> *)const " (??Adi
>> ction...@ibis@@qbei...@z <mailto:ction...@ibis@@qbei...@z>)
>> fastbit.lib(category.obj) : error LNK2019: unresolved external symbol
>> "public: i
>> nt __thiscall ibis::dictionary::write(char const *)const "
>> (?wr...@dictionary@ib <mailto:?wr...@dictionary@ib>
>> is@@qbeh...@z <mailto:is@@qbeh...@z>) referenced in function "public:
>> virtual __thiscall ibis::category
>> ::~category(void)" (??1categ...@ibis@@u...@xz
>> <mailto:??1categ...@ibis@@u...@xz>)
>> fastbit.lib(ikeywords.obj) : error LNK2001: unresolved external symbol
>> "public:
>> int __thiscall ibis::dictionary::write(char const *)const "
>> (?wr...@dictionary@i <mailto:?wr...@dictionary@i>
>> bis@@qbeh...@z <mailto:bis@@qbeh...@z>)
>> fastbit.lib(ikeywords.obj) : error LNK2019: unresolved external symbol
>> "public:
>> unsigned int __thiscall ibis::dictionary::insertRaw(char *)"
>> (?insert...@diction <mailto:?insert...@diction>
>> a...@ibis@@qaei...@z <mailto:a...@ibis@@qaei...@z>) referenced in
>> function "protected: int __thiscall ibis::key
>> words::readTermDocFile(class ibis::column const *,char const *)"
>> (?readTermDocFi
>> l...@keywords@ibis@@iaehpbvcol...@2@p...@z
>> <mailto:l...@keywords@ibis@@iaehpbvcol...@2@p...@z>)
>> ibis.exe : fatal error LNK1120: 6 unresolved externals
>> NMAKE : fatal error U1077: 'C:\Tools\VS\VC\BIN\link.EXE' : return code
>> '0x460'
>> Stop.
>>
>>
>>
>> _______________________________________________
>> FastBit-users mailing list
>> [email protected]
>> https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
>>
>
_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to