dbTalk Databases Forums  

Re: question about compiling in VC

comp.databases.postgresql.interfaces.odbc comp.databases.postgresql.interfaces.odbc


Discuss Re: question about compiling in VC in the comp.databases.postgresql.interfaces.odbc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Lothar Behrens
 
Posts: n/a

Default Re: question about compiling in VC - 11-17-2004 , 12:32 PM






Quote:
hi,
I want to compile the psqlodbc-07.03.0200 source files in VC6,but I met
a mistake.

it said it could not find the file 'config.h' when compiling.
d:\projects\vc\odbc\psqlodbc\gpps.c(22) : fatal error C1083: Cannot open
include file: 'config.h': No such file or directory

so I changed the "config.h.in" to "config.h" and then it was
successful.I wondered whether I was right to change the file?

Hi,

config.h.in is created from an unix make system. This creates the
required file via ./configure.

Use the following line:

nmake -f win32.mak all CFG=Target

See the available targets in the error message.

HTH

Lothar

Quote:
I have searched the list archives but I cannot find the direct
answer.Plz help me. Thanks

Regards
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡Feilong Lee
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡li-fl03 (AT) mails (DOT) tsinghua.edu.cn
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡2004-11-17


---- My home: www.lollisoft.de -----------------------------
Lothar Behrens | Independent: lothar.behrens (AT) gmx (DOT) de
Rosmarinstr 3 | My public project:
40235 Düsseldorf | http://sourceforge.net/projects/lbdmf
Quote:
-> Need comments, please visit :-)

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.