Addition of Linq project causes many problems in solution.
1 view
Skip to first unread message
emp...@gmail.com
unread,
Oct 16, 2009, 2:12:10 PM10/16/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Nemerle Forum
Hello,
Recently Linq project is added to Nemerle Solution, but when I build
it from command line, it causes many problems
In Linq.proj there are many hardcoded references to C:\Program Files
(x86) which shouldn't be.
Also I am getting ICE when building from command line even if I
manually adjusted patches
Removing Linq.Proj from NemerleAll fixed these.
hardcase
unread,
Oct 16, 2009, 2:48:43 PM10/16/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Nemerle Forum
Also, there are problems with Tools solution:
1) snippet compiler project has invalid reference to Nemerle.dll -
hardcoded path to "strong named" file instead of $(Nemerle)
\Nemerle.dll;
2) reflector addon has different import declaration of
Nemerle.MSBuild.targets file (I think that correct one is $(Nemerle)
\Nemerle.MSBuild.targets).
In addition, build of installer package fails becasue of missed pdb-
files for Nemerle.dll and others in Release directory - but they
appear in Debug directory when I build environment in Debug
configuration.
emp...@gmail.com
unread,
Oct 16, 2009, 4:03:06 PM10/16/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message