logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Errors building Mysql
Author
SabinF



Joined: 03 May 2006
Posts: 37
Location: Timisoara (Romania)

PostPosted: Sun 21 Jan '07 13:57    Post subject: Errors building Mysql Reply with quote

Followed the guide from tdonovan at www.apachelounge.com/viewtopic.php?t=1289

I encountered 4 not compiling projects:

mysqld: 1 error

LINK : fatal error LNK1181: cannot open input file '..\lib_release\bdb.lib'

libmysql: 36 errors

my_write.c
..\mysys\my_write.c : fatal error C1033: cannot open program database 'd:\projects\anubis\c++\build\mysql-5.0.33\libmysql\release\vc80.idb'

The rest of the errors are the same.

bdb: 17 errors

mp_sync.c
.\mp\mp_sync.c : fatal error C1033: cannot open program database 'd:\projects\anubis\c++\build\mysql-5.0.33\bdb\max\vc80.idb'

The rest of the errors are the same.

myTest: 1 error

LINK : fatal error LNK1181: cannot open input file 'libmysql.lib'

Can anyone help me with the C1033 errors?
Back to top
SabinF



Joined: 03 May 2006
Posts: 37
Location: Timisoara (Romania)

PostPosted: Sun 21 Jan '07 14:38    Post subject: Reply with quote

All the errors have been solved by doing a "Rebuild All".
Back to top


Reply to topic   Topic: Errors building Mysql View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads