Karl Schultz wrote:
> 
> It looks like you are not compiling all the files.
> 
> Be sure you have these files in your project:
> 
> Added files to project list:
> hash_table.[ch]
> lex.yy.c with -D
> YY_NO_UNISTD_H
> YY_USE_CONST
> _CRT_SECURE_NO_DEPRECATE
> _CRT_NONSTDC_NO_DEPRECATE
> program_parse_extra.c
> program_parse_tab.[ch] with -D
> YYMALLOC=malloc
> YYFREE=free
> prog_parameter_layout.[ch]
> symbol_table.[ch]
> syncobj.[ch]
> 
> Somehow you didn't pick up the new windows/VC8/mesa/mesa/mesa.vcproj 
> file.
> Maybe you had it open when you replaced it.
> 
> Moving to VS 2008 won't help.
> 
> Hint:  If you see that a symbol is unresolved, try looking for that symbol
> in the source files and then determine if the source file(s) defining the
> symbol are being built.
> 

You are right! I've missed that file.. :(

Now it works!!! (========== Rebuild All: 4 succeeded, 0 failed, 0 skipped
==========)

Thank you so much!!!

-- 
View this message in context: 
http://old.nabble.com/Error-building-MesaLib-7.6-onto-Win32-with-Microsoft-Visual-Studio-2005-and-2008-tp25990977p26391438.html
Sent from the mesa3d-dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to